Comment 5 for bug 1842141

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

Reviewed: https://review.opendev.org/679514
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=21754e9987abd33b5c4f4d79dfbab324186f1fc8
Submitter: Zuul
Branch: master

commit 21754e9987abd33b5c4f4d79dfbab324186f1fc8
Author: Emilien Macchi <email address hidden>
Date: Fri Aug 30 17:00:07 2019 -0400

    config-download: rename pre/post deployment hostvars

    We can't have numbers starting an Ansible var, so we need to rename the
    pre/post deployments host vars, or we hit this error:
      template error while templating string: expected token 'end of print statement'

    https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html#creating-valid-variable-names

    In this patch we have to duplicate host vars but it'll be cleaned up
    once we change to the new file in THT.

    Change-Id: Idbdd6a21eb2cd488daa1e3ddc844b4fc5267047c
    Related-Bug: #1842141