Merge "Properly place undercloud hosts record upgrade task" into stable/train

This commit is contained in:
Zuul 2020-04-10 07:45:54 +00:00 committed by Gerrit Code Review
commit 6e25ad98eb
2 changed files with 7 additions and 9 deletions

View File

@ -132,12 +132,3 @@ outputs:
{% endfor %}
when:
- (step | int) == 1
upgrade_tasks:
- name: Make sure the Undercloud hostname is included in /etc/hosts
when:
- step|int == 1
- undercloud_hosts_entries is defined
lineinfile:
dest: /etc/hosts
line: "{{ '{{ ' }} undercloud_hosts_entries | join('') {{ ' }}' }}"
state: present

View File

@ -160,6 +160,13 @@ outputs:
when:
- step|int == 1
block:
- name: Make sure the Undercloud hostname is included in /etc/hosts
when:
- undercloud_hosts_entries is defined
lineinfile:
dest: /etc/hosts
line: "{{ undercloud_hosts_entries | join('') }}"
state: present
- name: Set container_registry_insecure_registries fact.
set_fact:
container_registry_insecure_registries: