Welcome 微信登录

首页 / 操作系统 / Linux / VirtualBox下安装Openstack

VirtualBox下安装Openstack安装部署整体架构。虚拟机配置主机:windows 7虚拟机:VirtualBox 4安装镜像:Ubuntu 12.04 ISO安装步骤:1.安装配置VirtualBoxopen File → Preferences → Network tab添加 host-only netwok vboxnet0 – 这个作为 Public interface设置ip 172.16.0.254, mask 255.255.0.0, dhcp disbaled添加 host-only netwok vboxnet1 – 这个作为 Private (VLAN) interface设置ip 11.0.0.1, mask 255.0.0.0, dhcp disbaled2.在VirtualBox中新建虚拟机内存:1024M硬盘:20Gcpu:2个Acceleration: 勾选 VT-x网络:Adapter 1: attached to NAT – eth0 will connect here;Adapter 2: attached to Host-Only Adapter, vboxnet0Adapter 3: attached to Host-Only Adapter, vboxnet13.安装Ubuntu 12.04过程比较简单一路选则默认。4.配置客户机sudo /etc/network/interfacesauto loiface lo inet loopback# The primary network interfaceauto eth0iface eth0 inet dhcp#Public Interfaceauto eth1iface eth1 inet staticaddress 172.16.0.1netmask 255.255.0.0network 172.16.0.0broadcast 172.16.255.255#Private VLAN interfaceauto eth2iface eth2 inet manual up ifconfig eth2 up启动网卡ifup eth1 #之后, ifconfig 显示 inet addr:172.16.0.1ifup eth2
  • 1
  • 2
  • 下一页
安装VMWare过程中蓝屏了(解决方案)iperf测速工具的下载及使用方法简介相关资讯      OpenStack  OpenStack安装 
  • OpenStack Mitaka for Ubuntu 16.  (今 13:10)
  • Ubuntu 16.04 下 OpenStack 安装部  (06月11日)
  • OpenStack/devstack with Neutron   (01月17日)
  • 基于CentOS 6.8的OpenStack手动安  (07月12日)
  • FUEL OpenStack 在 VirtualBox 上  (03月02日)
  • osprofiler在OpenStack Cinder里的  (01月17日)
本文评论 查看全部评论 (0)
表情: 姓名: 字数