Skip to content

ansible playbook install openstack icehouse in vagrant ubuntu-14.04 mutil-node

Notifications You must be signed in to change notification settings

xiajing1980/ansible-openstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Openstack With Vagrant And Ansible

We can use vagrant provison feature with ansible install openstack in vagrant simply.

How to run it

Requirements

  • Install Vagrant 1.6.5 in your local.
  • Install Ansible 1.6.8 in your local.
  • Get the base vagrant box from this ubuntu/trusty64

For linux/Mac user

pip install ansible
vagrant box add ubuntu/trusty64 https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box
git clone git@github.com:yunlzheng/ansible-openstack.git
vagrant up --provision

Default openstack environment

  • controller 10.1.0.11(1 processor, memery 1 GB)
  • network 10.1.0.12(1 processor, memery 512 MB)
  • compute1 10.1.0.13(1 processor, memory 2 GB)
  • block1 10.1.0.41(1 processor, memory 512 MB)

How to use it

After provision without error. You can visit your openstack dashbord with address http://10.1.0.11/horizon

Note: In this automate script we use controller as host name. If you want visit the VNC. you need add the follow line in your host machine /etc/hosts. 10.1.0.11 controller

About

ansible playbook install openstack icehouse in vagrant ubuntu-14.04 mutil-node

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.2%
  • Shell 1.8%