Add ansible hieradata file
Wire up ansible_managed hieradata and provide a default file. Depends-On: https://review.opendev.org/#/c/722519/ Change-Id: If3226be3ac6b2596a13985fe226f23afc3458907
This commit is contained in:
parent
2dbbdc2215
commit
4407c54f6b
@ -23,3 +23,7 @@
|
||||
- service_configs
|
||||
- extraconfig
|
||||
- role_extraconfig
|
||||
- name: Ensure ansible_managed hieradata file exists
|
||||
include_role:
|
||||
name: tripleo_hieradata
|
||||
tasks_from: ansible_hieradata.yml
|
||||
|
@ -593,6 +593,7 @@ resources:
|
||||
- '"%{::uuid}"'
|
||||
- fqdn
|
||||
- docker_puppet # Optionally provided by container-puppet.py
|
||||
- ansible_managed
|
||||
- heat_config_%{::deploy_config_name}
|
||||
- config_step
|
||||
- role_extraconfig
|
||||
|
Loading…
Reference in New Issue
Block a user