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:
parent
d78e3d66f5
commit
c5b5ba2c42
@ -4,7 +4,9 @@
|
||||
gather_facts: true
|
||||
roles:
|
||||
- role: puppet
|
||||
config: true
|
||||
- hosts: "compute*.ic.openstack.org:!disabled"
|
||||
gather_facts: true
|
||||
roles:
|
||||
- role: puppet
|
||||
config: true
|
||||
|
Loading…
Reference in New Issue
Block a user