Quickstart guide with kolla-ansible (for rocky)
Posted on Fri 15 February 2019 in openstack • Tagged with openstack, kolla, ansible, howto, linux, notepad, work • 2 min read
Requirements
kolla-ansible
(testet with 7.0.1)ansible
(testet with 2.6.13)- epel-release (for centos)
python-pip
And some magic:
- vagrant
- vagrant-libvirt plugin
- vagrant config
Quickstart
We will run all commands on our admin-node (vagrant ssh kolla-admin
)
sudo yum install -y epel-release
sudo yum install -y python2-pip
sudo …
Continue reading