diff options
Diffstat (limited to 'puppet/controller.yaml')
-rw-r--r-- | puppet/controller.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/puppet/controller.yaml b/puppet/controller.yaml index a68ece2b..bd9cfadf 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -1204,6 +1204,14 @@ resources: properties: server: {get_resource: Controller} + # Hook for site-specific additional pre-deployment config, + # applying to all nodes, e.g node registration/unregistration + NodeExtraConfig: + depends_on: ControllerExtraConfigPre + type: OS::TripleO::NodeExtraConfig + properties: + server: {get_resource: Controller} + UpdateConfig: type: OS::TripleO::Tasks::PackageUpdate |