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:
Julia Kreger 2014-10-18 18:15:43 -04:00 committed by Julia Kreger
parent 6d4c513b3f
commit faca767107

View File

@ -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