| 1 | [[PageOutline]] |
| 2 | {{{ |
| 3 | #!html |
| 4 | <h1 style="text-align: center; color: blue">OpenNEbula Mode</h1> |
| 5 | }}} |
| 6 | ---- |
| 7 | = 【0.簡介】 = |
| 8 | || OpenNEbula 作為 VM 的管理者,而 Haizea 則可以作為 OpenNEbula 的進階排程機制。Haizea 會透過 OpenNEbula 的 XML-RPC API 來溝通訊息,預設使用的port是 2633|| |
| 9 | ---- |
| 10 | = 【1.安裝】 = |
| 11 | * 必須安裝 OpenNEbula 1.4 板,可以[wiki:GTD_Cloud_One 參考此頁] |
| 12 | ---- |
| 13 | = 【2.Haizea 設定】 = |
| 14 | * 可以參考此設定檔 /usr/share/haizea/sample_opennebula.conf 和 sample_opennebula_barebones.conf,後者是沒有註解的精簡板,比較重要的兩個參數如下 |
| 15 | {{{ |
| 16 | #!sh |
| 17 | [general] |
| 18 | ... |
| 19 | mode: opennebula |
| 20 | ... |
| 21 | |
| 22 | [opennebula] |
| 23 | # Typically, OpenNebula and Haizea will be installed |
| 24 | # on the same host, so the following option should be |
| 25 | # set to 'localhost'. If they're on different hosts, |
| 26 | # make sure you modify this option accordingly. |
| 27 | host: localhost |
| 28 | }}} |
| 29 | ---- |
| 30 | = 【3.操作】 = |
| 31 | |
| 32 | [[BR]] |