Hello, I am using openstack ansible to manage my openstack environment and am currently running 12.0.2.
I am attempting to upgrade to 12.0.9 but am running into an issue with the repo_* containers. It looks like the /var/www/repo/os-releases/12.0.2/ exists on every repo and is populated with packages. However the /var/www/repo/os-releases/12.0.9 directory exists on ever repo but is empty everywhere except on the infra1. In looking at repo-build.yml the hosts option is limiting this playbook to the first element in the repo_all list. Below are the outputs from the repo-build.yml, the second one is after I changed: repo_all[0] to just repo_all. Is this a bug or am I missing some other syncing process? --snip-- openstack-ansible --list-hosts repo-build.yml Variable files: "-e @/etc/openstack_deploy/user_secrets.yml -e @/etc/openstack_deploy/user_variables.yml " playbook: repo-build.yml play #1 (Build new repo packages for a given release): host count=1 infra1_repo_container-60ff0cd6 --snip-- --snip-- openstack-ansible --list-hosts repo-build.yml Variable files: "-e @/etc/openstack_deploy/user_secrets.yml -e @/etc/openstack_deploy/user_variables.yml " playbook: repo-build.yml play #1 (Build new repo packages for a given release): host count=3 infra1_repo_container-60ff0cd6 infra2_repo_container-8b6ac6af infra3_repo_container-69faca4a --snip-- Thanks Michael
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack