Hi there,
I have the following problem. I've followed all the steps from https://github.com/cmusatyalab/elijah-openstack README and i've successfully started OpenStack.
The main problem is that after reboot I cannot make it work anymore. I follow the same steps:
$ cd ~/elijah-openstack/ansible
$ ansible-playbook -i ./hosts openstackpp.yaml
But it always stops in the keystone database with the following error:
If i do "pip install prb" it installs prb (since it seems is missing) and if I run the command:
ansible-playbook -i ./hosts openstackpp.yaml --tag keystone
it just complete the keystone tasks without problem but if i retry the command without the "--tag keystone" it still stops at the line above.
Honestly I don't know what to do.
Moreover in the first try I created some instances from the sample vm provided and it gave me an error.
I could not delete them in any way... had to delete them directly from the database via command line.
Just one more question:
When I create the network, via nova, should I input the CIDR associated to my vrtual bridge interface? For example my virtual bridge interface has ip address 192.168.122.1. Should I use 192.168.122.0/24 as CIDR?
And the "--bridge-interface" should be the one configure in the "roles/openstack-controller/vars/main.yml" or the one I see with ifconfig?
Because with ifconfig I have "virbr0" but inside the yaml file I have "bri0"
Thank you for the attention.
My system is an Ubuntu core 14.04 LTS without GUI, basic server.