Comment 1 for bug 1713725

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (master)

Reviewed: https://review.openstack.org/498799
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=c24afe6d6839786a7624c28fb3c180716d1b2cb1
Submitter: Jenkins
Branch: master

commit c24afe6d6839786a7624c28fb3c180716d1b2cb1
Author: Soeren Becker <email address hidden>
Date: Tue Aug 29 14:49:48 2017 +0200

    Enable use of --limit when using bootstrap-servers

    The ansible/kolla-host.yml playbook failed when called with a --limit
    flag.

    This was due to the fact that only the facts of the subset of hosts
    were gathered but the "Generate /etc/hosts for all of the nodes" task
    is using the ansible_<IFACE>.ipv4.address variable of all hosts.

    The code for this fix is copied from the site.yml playbook
    where it was used for the same reason.

    Change-Id: I7e70caf750506ad8ab36ec024bd9647dd733fbd0
    Closes-Bug: #1713725