ANSUPDATE-113 Undercloud must run o-c-c at least once
Adding a step where we force os-collect-config to run at-least once on undercloud nodes. Change-Id: I88c01952b99cd85dd60f8e3b87305f1ecd94aaaa
This commit is contained in:
parent
6d4c513b3f
commit
faca767107
@ -200,6 +200,8 @@
|
||||
- include: step_os-apply-config.yml
|
||||
- include: start_mysql.yml
|
||||
- include: start_rabbitmq.yml
|
||||
- name: "Run os-collect-config"
|
||||
command: os-collect-config --force --one
|
||||
- service: name=os-collect-config state=started
|
||||
- service: name={{ item }} enabled=yes state=started
|
||||
with_items: helion_undercloud_services
|
||||
|
Loading…
x
Reference in New Issue
Block a user