随笔分类 -  openstack

摘要:Namespace实现网络隔离与互通 新建ns: ip netns add foo 查看ns: ip netns 查看ns详细配置: ip netns exec foo ip addr 设置ns内部lo网络up: ip netns exec foo ip link set lo up ip netn 阅读全文
posted @ 2016-03-09 11:02 junneyang 阅读(1856) 评论(0) 推荐(1) 编辑
摘要:一、参考其他资料即可。可以采用haproxy+apache+horizon方式部署,haproxy/httpd支持ssl。 阅读全文
posted @ 2016-03-09 11:01 junneyang 阅读(460) 评论(2) 推荐(0) 编辑
摘要:安装 安装参考: https://github.com/yongluo2013/osf-openstack-training/blob/master/installation/openstack-icehouse-for-centos65.md Libvirt安装 yum install kvm q 阅读全文
posted @ 2016-03-09 10:59 junneyang 阅读(938) 评论(0) 推荐(0) 编辑
摘要:Neutron下载安装 下载:git clone -b stable/icehouse https://github.com/openstack/neutron.git pip install -r requirements.txt python setup.py install 安装过程参考: h 阅读全文
posted @ 2016-03-09 10:58 junneyang 阅读(1459) 评论(0) 推荐(0) 编辑
摘要:源码下载、安装 参考: https://github.com/yongluo2013/osf-openstack-training/blob/master/installation/openstack-icehouse-for-centos65.md http://ericzhong.github. 阅读全文
posted @ 2016-03-09 10:57 junneyang 阅读(705) 评论(0) 推荐(0) 编辑
摘要:准备 repo配置 yum clean all yum makecache yum install -y make automake autoconf gcc nss-devel wget git glib2 安装corosync 参考:https://github.com/sheepdog/she 阅读全文
posted @ 2016-03-09 10:55 junneyang 阅读(766) 评论(0) 推荐(0) 编辑
摘要:源码下载安装 git clone -b stable/icehouse https://github.com/openstack/cinder.git pip install -r requirements.txt python setup.py install 安装cinder-api、cinde 阅读全文
posted @ 2016-03-09 10:54 junneyang 阅读(1506) 评论(0) 推荐(0) 编辑
摘要:下载安装 参考:http://www.linuxidc.com/Linux/2012-08/68964.htm http://www.it165.net/os/html/201402/7246.html http://www.21ops.com/cloud-computing/openstack/8 阅读全文
posted @ 2016-03-09 10:52 junneyang 阅读(620) 评论(0) 推荐(0) 编辑
摘要:Swift安装部署(与keystone依赖包有冲突,需要安装不同版本eventlet) 参考:http://www.server110.com/openstack/201402/6662.html https://github.com/yongluo2013/osf-openstack-traini 阅读全文
posted @ 2016-03-09 10:50 junneyang 阅读(580) 评论(0) 推荐(0) 编辑
摘要:源码下载、依赖安装 参考:http://www.oschina.net/question/565065_66271 https://github.com/yongluo2013/osf-openstack-training/blob/master/installation/openstack-ice 阅读全文
posted @ 2016-03-09 10:49 junneyang 阅读(2205) 评论(1) 推荐(0) 编辑
摘要:安装virtualenv相关软件包 安装:yum install python-virtualenv* -y 简介,安装包主要包括, python-virtualenv:virtualenv用于创建独立的Python环境,多个Python相互独立,互不影响。可以在没有权限的情况下安装新套件;可以不同 阅读全文
posted @ 2016-03-09 10:47 junneyang 阅读(417) 评论(0) 推荐(0) 编辑
摘要:加入OpenStack社区 https://launchpad.net/,注册用户 修改个人信息,配置SSH keys、OpenPGP keys,详细过程参考: http://www.ubuntukylin.com/ukylin/forum.php?mod=viewthread&tid=23 htt 阅读全文
posted @ 2016-03-09 10:45 junneyang 阅读(957) 评论(0) 推荐(0) 编辑
摘要:Software QEMU emulator version 1.7.0 Introduction Since we use VmWare in my company, I started to play with it myself. Being slightly lazy I wanted to 阅读全文
posted @ 2016-02-24 17:18 junneyang 阅读(5401) 评论(0) 推荐(0) 编辑