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

pull-retag-push-images.sh doesn't work without arguments #60

Closed priteau closed 3 years ago

priteau commented 3 years ago

Because of the change in 16767620d44cfd4090f22c8edac904189c644377, when run without arguments the pull-retag-push-images.sh script calls kayobe with '' after the name of the pull-retag-push playbook, causing the following error:

+ kayobe playbook run /home/centos/kayobe/config/src/kayobe-config/etc/kayobe/ansible/pull-retag-push.yml ''                                                                        
Kayobe playbook  is invalid: Path does not exist
priteau commented 3 years ago

Fixed by #61