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