04 - Environment deployment and preparation
First, we need to bring up our environment. As mentioned in the previous post, clone my repository:
git clone git@github.com:javierasping/openstack-vagrant-ansible.git git clone https://github.com/javierasping/openstack-vagrant-ansible.git Once cloned, everything related to these posts is in the manual-install directory, so cd into it.
Bring up the machines with Vagrant Inside the repository you’ll find the Vagrantfile. Simply run:
vagrant up After launching, make sure the machines are up:
vagrant status Current machine states: controller01 running (libvirt) compute01 running (libvirt) storage01 running (libvirt) To connect to the VMs, you can use: