Comment 18 for bug 1837644

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-ansible (master)

Reviewed: https://review.opendev.org/699502
Committed: https://git.openstack.org/cgit/openstack/tripleo-ansible/commit/?id=0a87cadd277bf116013f573fd4f82edf220ec597
Submitter: Zuul
Branch: master

commit 0a87cadd277bf116013f573fd4f82edf220ec597
Author: Kevin Carter <email address hidden>
Date: Tue Dec 17 15:05:22 2019 -0600

    Programatically generate ssh hosts lines

    This change will ensure that the ssh hosts lines we create are
    programatically generated. This will ensure we're not running
    into errors caused by missing or bad facts or generating lines
    that do not make sense caused by bad string slicing or one off
    jinja errors.

    Related-Bug: #1837644
    Related-Bug: #1855149
    Closes-Bug: #1856893
    Change-Id: I3696238b26d8567bc3145a22b2b9ec944cb14d13
    Signed-off-by: Kevin Carter <email address hidden>