openstack

  因为我是基于ubuntu14的环境安装Openstack,所以只讲解ubuntu环境的,其他操作系统的,只能借鉴一下。

在开始之前讲一下,Ubuntu环境安装需要连接Internet网络,软件直接apt-get 下载就,如果需要安装再私网,则需要找一个源服务器,本人就是再内网安装,所以找了一台pc机器连接外网, 把所需要的包都下完了,40G左右,然后在内网安装,把地址指向这个源服务器。

内网安装第一步:

 vi /etc/apt/sources.list:

deb http://169.254.29.110/ubuntu/ trusty main restricted universe multiverse

deb http://169.254.29.110/ubuntu/ trusty-security main restricted universe multiverse

deb http://169.254.29.110/ubuntu/ trusty-updates main restricted universe multiverse

deb http://169.254.29.110/ubuntu/ trusty-proposed main restricted universe multiverse

deb http://169.254.29.110/ubuntu/ trusty-backports main restricted universe multiverse

 

deb-src http://169.254.29.110/ubuntu/ trusty main restricted universe multiverse

deb-src http://169.254.29.110/ubuntu/ trusty-security main restricted universe multiverse

deb-src http://169.254.29.110/ubuntu/ trusty-updates main restricted universe multiverse

deb-src http://169.254.29.110/ubuntu/ trusty-proposed main restricted universe multiverse

deb-src http://169.254.29.110/ubuntu/ trusty-backports main restricted universe multiverse

 

你可能感兴趣的:(openstack)