Instruct puppet to configure settings before applying

In a clean deploy of infra cloud, the puppet environment
is not configured from scratch. That will prevent puppet to run
because it won't find the /opt/system-config/production/modules.

The config option of the ansible role will configure properly
all settings before trying to apply it, and things will work
properly.

Change-Id: I736e10623fb3ba90b3320cc20758a18c70930be0
Depends-On: I6cb8dff569f2cca8bca7359412d01cc7ec009c54
This commit is contained in:
Yolanda Robla 2016-02-18 15:41:08 +01:00
parent d78e3d66f5
commit c5b5ba2c42

View File

@ -4,7 +4,9 @@
gather_facts: true gather_facts: true
roles: roles:
- role: puppet - role: puppet
config: true
- hosts: "compute*.ic.openstack.org:!disabled" - hosts: "compute*.ic.openstack.org:!disabled"
gather_facts: true gather_facts: true
roles: roles:
- role: puppet - role: puppet
config: true