[Openstack] OpenStack Ansible and repo-build.yml

Michael Gale gale.michael at gmail.com
Sat Apr 2 17:50:58 UTC 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20160402/3662ee9c/attachment.html>


More information about the Openstack mailing list