千家信息网

vmware ubuntu14.04如何安装OpenStack

发表于:2025-02-06 作者:千家信息网编辑
千家信息网最后更新 2025年02月06日,小编给大家分享一下vmware ubuntu14.04如何安装OpenStack,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下
千家信息网最后更新 2025年02月06日vmware ubuntu14.04如何安装OpenStack

小编给大家分享一下vmware ubuntu14.04如何安装OpenStack,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!

1在vmware他建三台虚拟机分别命名为controller,compute,network, 每台虚拟机安装ubuntu14.04 server系统


创建虚拟机时为controller节点添加两个网卡,分别为:

Adapter 1:
Attached to: Host-only Adapter
Name: Interface 1

Adapter 2:
Attached to: NAT
Adapter Type: Paravirtualized Network

在 Controller 节点做如下操作:

# 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


创建虚拟机时为compute节点添加三个网卡,分别为:

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 节点做以下操作

# 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


创建虚拟机时为network节点添加四个网卡,分别为:

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 节点做以下操作

# 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 节点做以下操作
# ping network
# ping compute
# ping google.com

以上是"vmware ubuntu14.04如何安装OpenStack"这篇文章的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注行业资讯频道!

节点 机时 篇文章 网卡 别为 内容 三个 不怎么 两个 大部分 更多 知识 系统 行业 资讯 资讯频道 频道 三台 参考 学习 数据库的安全要保护哪些东西 数据库安全各自的含义是什么 生产安全数据库录入 数据库的安全性及管理 数据库安全策略包含哪些 海淀数据库安全审计系统 建立农村房屋安全信息数据库 易用的数据库客户端支持安全管理 连接数据库失败ssl安全错误 数据库的锁怎样保障安全 中小学网络安全培训课件 警察上门网络安全 中院加强计算机网络安全管理 软件开发培训课程咨询 企业的网络安全策略的论文 hss是客户端还是服务器 2020自考数据库原理 数据库和现场仪表采用什么接口 防诈骗网络安全课教案 运城家乐淘网络技术 服务器推介是什么意思 02141计算机网络技术PDF 数据库的主码如何创建 sqlite 远程查询数据库 上海现代软件开发厂家报价 北碚区网络软件开发流程要求 暴风语音软件开发 查询数据库多少个实例 做软件开发待遇怎么样 护苗网络安全扫黄打非主题班会教案 报表软件数据库异地提取 游戏软件开发专业前景 违反网络安全法构成犯罪的追究 空间服务器没有文件管理 sql 数据库查看用户数据 如何快速比对两表中数据库 svg关联数据库 南沙物联网软件开发服务商 比格沃斯和埃提耶什哪个服务器好 红桥金蝶软件开发哪家强
0