stackhpc / a-universe-from-nothing

Kayobe configuration for the Kayobe workshop "A Universe from Nothing: Containerised OpenStack deployment using Kolla, Ansible and Kayobe"
https://docs.openstack.org/kayobe/latest/
Apache License 2.0
79 stars 26 forks source link

small error in README #106

Closed pescobar closed 2 years ago

pescobar commented 2 years ago

README provides these instructions to list the machines registered in the bifrost_deploy container in the seed

ssh centos@192.168.33.5
sudo docker exec -it bifrost_deploy bash
source env-vars
openstack baremetal node list

But file env-vars doesn't exist in my test environment. I had to do source /root/openrc

ssh centos@192.168.33.5
sudo docker exec -it bifrost_deploy bash
source /root/openrc
openstack baremetal node list
priteau commented 2 years ago

Thanks Pabol. See https://docs.openstack.org/bifrost/latest/user/howto.html for the proper way of accessing bifrost. I have a pull request in review to update our README.