From faca767107fce3349a3ffe9be043d1b71289fb7d Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Sat, 18 Oct 2014 18:15:43 -0400 Subject: [PATCH] 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 --- playbooks/update_cloud.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/update_cloud.yml b/playbooks/update_cloud.yml index cbbb03a..43aec94 100644 --- a/playbooks/update_cloud.yml +++ b/playbooks/update_cloud.yml @@ -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