Merge "Write hosts entries per environment" into stable/ussuri

This commit is contained in:
Zuul 2021-05-04 10:16:54 +00:00 committed by Gerrit Code Review
commit 2b1b9c095f
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -85,6 +85,9 @@
tripleo_hosts_entries_extra_hosts_entries | default([]) %}
{{ host }}
{% 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
tags:
- tripleo_hosts_entries