Deployed server: switch to apply-config hook
authorDan Prince <dprince@redhat.com>
Thu, 10 Nov 2016 12:35:36 +0000 (07:35 -0500)
committerDan Prince <dprince@redhat.com>
Wed, 30 Nov 2016 22:36:25 +0000 (17:36 -0500)
This patch switches the deployed-server.yaml template to use
apply-config instead of os-apply-config. The 'apply-config' hook
is now installed via a package (no longer requires elements for
installation) and supports more signalling options.

This is required to support the undercloud installer which doesn't work
with os-collect-config heat metadata.

Change-Id: I7963fe4f38e8f04c9871fe651d39efec1aa17c41

deployed-server/deployed-server.yaml

index da5698e..d5c5460 100644 (file)
@@ -51,7 +51,7 @@ resources:
   InstanceIdConfig:
     type: OS::Heat::StructuredConfig
     properties:
-      group: os-apply-config
+      group: apply-config
       config:
         instance-id: {get_attr: [deployed-server, "OS::stack_id"]}