Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Introduction openstack-horizon
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
bobo52310
August 05, 2016
Technology
0
110
Introduction openstack-horizon
OpenStack Horizon 快速入門的簡介簡報。
bobo52310
August 05, 2016
Tweet
Share
More Decks by bobo52310
See All by bobo52310
Elixir 好用的編輯器
bobo52310
0
180
PHP7 傳說中的第七隻大象
bobo52310
2
150
軟體工程師的3大試煉-大安高工資訊科講座
bobo52310
0
350
JSON-LD 簡介
bobo52310
2
190
實戰驚豔 Laravel 給你的5個驚嘆號
bobo52310
9
920
Other Decks in Technology
See All in Technology
LINE Messengerの次世代ストレージ選定
lycorptech_jp
PRO
19
7.2k
「ヒットする」+「近い」を同時にかなえるスマートサジェストの作り方.pdf
nakasho
0
110
Lookerの最新バージョンv26.2がやばい話
waiwai2111
1
150
OpenClawで回す組織運営
jacopen
1
110
Ultra Ethernet (UEC) v1.0 仕様概説
markunet
3
140
組織のSREを推進するためのPlatform EngineeringとEKS / Platform Engineering and EKS to drive SRE in your organization
chmikata
0
180
Exadata Database Service on Dedicated Infrastructure(ExaDB-D) UI スクリーン・キャプチャ集
oracle4engineer
PRO
7
7.1k
AIに視覚を与えモバイルアプリケーション開発をより円滑に行う
lycorptech_jp
PRO
1
780
製造業ドメインにおける LLMプロダクト構築: 複雑な文脈へのアプローチ
caddi_eng
0
330
Exadata Fleet Update
oracle4engineer
PRO
0
1.3k
EMからVPoEを経てCTOへ:マネジメントキャリアパスにおける葛藤と成長
kakehashi
PRO
6
740
オンプレとGoogle Cloudを安全に繋ぐための、セキュア通信の勘所
waiwai2111
3
1.1k
Featured
See All Featured
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.4k
The untapped power of vector embeddings
frankvandijk
2
1.6k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.7k
It's Worth the Effort
3n
188
29k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.9k
Max Prin - Stacking Signals: How International SEO Comes Together (And Falls Apart)
techseoconnect
PRO
0
110
30 Presentation Tips
portentint
PRO
1
250
GitHub's CSS Performance
jonrohan
1032
470k
What does AI have to do with Human Rights?
axbom
PRO
1
2k
How to Think Like a Performance Engineer
csswizardry
28
2.5k
End of SEO as We Know It (SMX Advanced Version)
ipullrank
3
4k
Transcript
Introduction OpenStack Horizon by Bobo Chen
OpenStack 架構圖
OpenStack 作為⼀個提供給終端使⽤者的服 務,勢必要有⼀個圖形化介⾯(Web 尤佳),以 ⽅便使⽤者針對服務資源進⾏設定(控制他們 的 機器、儲存、網路資源 .. 等等)。
Horizon Dashboard
什麼是 Horizon? OpenStack 應⽤程式的⾨⼾。 提供 Web-based 圖形化介⾯,⽅便使⽤者針 對服務資源進⾏設定。 建構在 Diango
框架之上。
Horizon Series and milestones https://wiki.openstack.org/wiki/ Release_Naming http://releases.openstack.org/teams/ horizon.html https://launchpad.net/horizon
如何安裝 Horizon Minimum 安裝需求 Nova (compute, api, scheduler, and network)
Glance Keystone Neutron (unless nova-network is used) ⼀鍵安裝 http://docs.openstack.org/developer/ horizon/quickstart.html
Oops! Unable to establish connection to keystorne endpoint.
Horizon 與其它服務的互動 藉由 api 和其他 OpenStack 服務 互動 可以獨⽴部署 提供3種
Dashboard 使⽤者 Dashboard 權限設定 Dashboard 系統 Dashboard
Horizon 3種 Dashboard 使⽤者 Dashboard 終端使⽤者的入⼜,可以在管理員開放的權限範圍內, 進⾏配額調整。 權限設定 Dashboard 管理者設定使⽤者可以操作哪些服務
系統 Dashboard 最⾼管理者模式,總覽整個應⽤程式的⼤⼩及執⾏狀況。
為何 Horizon 使⽤ Django 框架 Open Source Project i18n 多國語系
MVC 架構 內建權限管理 套件⽀援豐富易擴充 套件可⽤ pip 這個 Python 的套件管理⼯具來安裝