使用ansible分布式自动部署openstack例子
ansible-openstack-Newton github: ansible-openstack-Newton 开始环境ubuntu 16.04Vigrantfile是虚拟机的配置文件(请自行搭建vagrant+virtualbox)- ubuntu 14.04地址: 链接:https://pan.baidu.com/s/1miBrRS0 密码:u20d- ubuntu 16.04地
·
ansible-openstack-Newton
github: ansible-openstack-Newton
已完成,更多请移步github
开始
环境ubuntu 16.04
Vigrantfile是虚拟机的配置文件(请自行搭建vagrant+virtualbox)
- ubuntu 14.04地址: 链接:https://pan.baidu.com/s/1miBrRS0 密码:u20d
- ubuntu 16.04地址: 链接:https://pan.baidu.com/s/1dF3yFIT 密码:njuc
- 导入box:
vagrant box add ubuntu/trusty64 package.box
vagrant box add ubuntu-16.04 bento_ubuntu-16.04.box
- 启动测试环境
vagrant up
- 运行ansible-playbook(请在管理机上运行(192.168.221.100))
```
cd /vagrant
sudo ansible-playbook -s site.yml
```
#### 2017-12-3
**安装了基础环境:**
- chrony
- rabbitmq
- memcached
- CREATE DATABASE
更多推荐



所有评论(0)