-
Notifications
You must be signed in to change notification settings - Fork 0
OpenStack Ansible AiO @ 14.04
2016-05-10 Created Ubuntu 14.04 Vagrantfile
2016-05-11 Installation successful
2016-05-11 Configure forwarding of the dashboard to host via iptables in Provision script
Steps required to install the official openstack-ansible project on Ubuntu 14.04 LTS automatically via Vagrant.
The scripts follow the All-in-One Quick Start Guide best practices.
-
Setup a fresh Ubuntu 14.4.
-
Make sure you have an internet connection.
-
Install VirtualBox and Vagrant
$ sudo apt-get install virtualbox $ sudo apt-get install vagrant -
Install git and Clone this Repository
$ sudo apt-get -y install git $ git clone https://github.com/MasterprojectOpenStack2016/sourcecode.git -
Enter the Repository and Start the Installation.
$ cd sourcecode/multinode-installation $ vagrant upVagrant then automatically creates an Ubuntu 14.04 VM and starts the OpenStack-Ansible AiO installation. This takes about 2 hours.
-
Login to the OpenStack VM
$ cd DIRECTORY_CONTAINING_YOUR_VAGRANTFILE $ vagrant sshIf the VM has stopped, you can safely restart via
$ vagrant up -
List the OpenStack LXC Conatiners
$ sudo lxc-ls --fancyAfter a successful installation 25 containers should be visible and running. When the VM is restarted, the containers take up to 5 minutes to boot.
-
Find User Credentials
$ sudo cat /etc/openstack_deploy/user_secets.ymlUse
keystone_auth_admin_passwordto login asadmin. -
Open Horizon Dashboard
https://192.168.124.101You can verify the IP of your Horizon container via
ip -f inet -o addr show eth1|cut -d\ -f 7 | cut -d/ -f 1