OpenStack开发学习笔记02————环境的安装和部署
openstack的安装和部署
这里在安装和部署openstack的时候,我这里是用了 fuel for openstack, fuel for openstack 由TryStcack社区联合Mirantis公司开发的一个非方便的openstack部署工具,基于web的界面,不用黑色界面,只要鼠标点点就行部署一个openstack的环境,开源,功能也是比较的丰富。我用到的版本是 MirantisOpenStack-9.0 , 可以去官网上下载https://www.fuel-infra.org/ 也可以用某云链接:http://pan.baidu.com/s/1qYLNyTA 密码:nq39
系统:MirantisOpenStack-9.0
工具:Virtual box
需要三个虚拟机: 一个 computer 一个controller 一个master 所以需要三个虚拟网卡
三个网卡:
Net1
Network name: VirtualBox host-only Ethernet Adapter#2 Purpose: Fuel administrator network/ management IP block- 10.20.0.0/24 Linux device: eth
Net2: Network name: VirtualBox host-only Ethernet Adapter#3 Purpose: public IP block: 172.16.0.1/24 Linux device: eth2
Net3 Network name: VirtualBox host-only Ethernet Adapter#4 Purpose: Storage IP block: 192.168.4.0/24 Linux device: eth3
三个虚拟机
VM1 Name: fuel_master vCPU:1 Memory : 1G Disk:50G Networks: netl
VM2 Name fuel-controller CPU: 1 Memory : 1 G Disk 5OG Network net 1 ,net2 ,net3 VM3 Name fuel_compute vCPU:1
VM3
Name: fuel_master vCPU:1
Memory : 1G
Disk:50G
Networks: netl
第一台虚拟机
为虚拟机指定网卡
开始安装镜像
随后出现以下界面,耐心等待
出现以下界面就成功了
之后在本地的浏览器中输入https://10.20.0.2:8443/ 即可访问 web的界面