Merge "Write hosts entries per environment"

This commit is contained in:
Zuul 2021-04-23 11:58:12 +00:00 committed by Gerrit Code Review
commit b44df12b16
2 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,8 @@ provisioner:
tripleo_hosts_entries_undercloud_hosts_entries: [] tripleo_hosts_entries_undercloud_hosts_entries: []
tripleo_hosts_entries_extra_hosts_entries: [] tripleo_hosts_entries_extra_hosts_entries: []
tripleo_hosts_entries_vip_hosts_entries: [] tripleo_hosts_entries_vip_hosts_entries: []
tripleo_stack_name: overcloud
plan: overcloud
cloud_domain: localdomain cloud_domain: localdomain
enabled_networks: enabled_networks:
- ctlplane - ctlplane

View File

@ -85,6 +85,9 @@
tripleo_hosts_entries_extra_hosts_entries | default([]) %} tripleo_hosts_entries_extra_hosts_entries | default([]) %}
{{ host }} {{ host }}
{% endfor %} {% endfor %}
marker: "# {mark}"
marker_begin: "START_HOST_ENTRIES_FOR_STACK: {{ tripleo_stack_name | default(plan) }}"
marker_end: "END_HOST_ENTRIES_FOR_STACK: {{ tripleo_stack_name | default(plan) }}"
register: tripleo_hosts_entries_new_entries register: tripleo_hosts_entries_new_entries
tags: tags:
- tripleo_hosts_entries - tripleo_hosts_entries