小編給大家分享一下vmware ubuntu14.04如何安裝OpenStack,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!

專注于為中小企業(yè)提供成都網(wǎng)站建設(shè)、網(wǎng)站建設(shè)服務(wù),電腦端+手機(jī)端+微信端的三站合一,更高效的管理,為中小企業(yè)尼金平免費(fèi)做網(wǎng)站提供優(yōu)質(zhì)的服務(wù)。我們立足成都,凝聚了一批互聯(lián)網(wǎng)行業(yè)人才,有力地推動(dòng)了上1000+企業(yè)的穩(wěn)健成長,幫助中小企業(yè)通過網(wǎng)站建設(shè)實(shí)現(xiàn)規(guī)模擴(kuò)充和轉(zhuǎn)變。
1在vmware他建三臺(tái)虛擬機(jī)分別命名為controller,compute,network, 每臺(tái)虛擬機(jī)安裝ubuntu14.04 server系統(tǒng)
創(chuàng)建虛擬機(jī)時(shí)為controller節(jié)點(diǎn)添加兩個(gè)網(wǎng)卡,分別為:
Adapter 1:
Attached to: Host-only Adapter
Name: Interface 1
Adapter 2:
Attached to: NAT
Adapter Type: Paravirtualized Network
在 Controller 節(jié)點(diǎn)做如下操作:
# nano /etc/hostname
controller
# nano /etc/network/interfaces
auto eth0
iface eth0 inet static
address 10.10.10.10
netmask 255.255.255.0
auto eth2
iface eth2 inet dhcp
Configuring Name resolution
# nano /etc/hosts
10.10.10.10 controller
10.10.10.11 compute
10.10.10.12 network
# reboot
# sudo apt-get update
創(chuàng)建虛擬機(jī)時(shí)為compute節(jié)點(diǎn)添加三個(gè)網(wǎng)卡,分別為:
Adapter 1:
Attached to: Host-only Adapter
Name: Interface 1
Adapter 2:
Attached to: Host-only Adapter
Name: Interface 2
Adapter 3:
Attached to: NAT
在Compute 節(jié)點(diǎn)做以下操作
# nano /etc/hostname
compute
# nano /etc/network/interfaces
auto eth0
iface eth0 inet static
address 10.10.10.11
netmask 255.255.255.0
auto eth2
iface eth2 inet static
address 10.20.20.11
netmask 255.255.255.0
auto eth3
iface eth3 inet dhcp
# reboot
# ping controller
# ping network
# ping google.com
創(chuàng)建虛擬機(jī)時(shí)為network節(jié)點(diǎn)添加四個(gè)網(wǎng)卡,分別為:
Adapter 1:
Attached to: Host-only Adapter
Name: Interface 1
Adapter 2:
Attached to: Host-only Adapter
Name: Interface 2
Adapter 3:
Attached to: Host-only Adapter
Name: Interface 3
Adapter 4:
Attached to: NAT
在Network 節(jié)點(diǎn)做以下操作
# nano /etc/hostname
network
# nano /etc/network/interfaces
auto eth0
iface eth0 inet static
address 10.10.10.12
netmask 255.255.255.0
auto eth2
iface eth2 inet static
address 10.20.20.12
netmask 255.255.255.0
auto eth3
iface eth3 inet manual
up ip link set dev $IFACE up
down ip link set dev $IFACE down
auto eth4
iface eth4 inet dhcp
# reboot
# ping controller
# ping compute
# ping google.com
在Controller 節(jié)點(diǎn)做以下操作
# ping network
# ping compute
# ping google.com
以上是“vmware ubuntu14.04如何安裝OpenStack”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對(duì)大家有所幫助,如果還想學(xué)習(xí)更多知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!
網(wǎng)站題目:vmwareubuntu14.04如何安裝OpenStack
文章鏈接:http://www.chinadenli.net/article30/iphipo.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供營銷型網(wǎng)站建設(shè)、標(biāo)簽優(yōu)化、手機(jī)網(wǎng)站建設(shè)、企業(yè)網(wǎng)站制作、外貿(mào)網(wǎng)站建設(shè)、企業(yè)建站
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)