From c799b2e04ea7e2fb0266484fd435782b5f6d3fbf Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Thu, 9 Apr 2015 15:01:08 +0100 Subject: post-deploy hook for rhel registration Adds a potential usage of the post-deploy hooks to register a server with RHN or a satellite. Note this requires some additional parameters, which can be specified in environment_rhel_reg.yaml, and this must be passed into the call to heat via another -e parameter. An alternative may be to have a global extraconfig_env.yaml at the top level, which the scripts always pass, or to use the global environment (/etc/heat/environment.d/default.yaml) on the seed. Co-Authored-By: James Slagle Change-Id: Ia6fd270122cbc2e51beb672654e5e1ebd3bd2966 --- .../rhel-registration/rhel-registration-resource-registry.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 extraconfig/post_deploy/rhel-registration/rhel-registration-resource-registry.yaml (limited to 'extraconfig/post_deploy/rhel-registration/rhel-registration-resource-registry.yaml') diff --git a/extraconfig/post_deploy/rhel-registration/rhel-registration-resource-registry.yaml b/extraconfig/post_deploy/rhel-registration/rhel-registration-resource-registry.yaml new file mode 100644 index 00000000..7b48392d --- /dev/null +++ b/extraconfig/post_deploy/rhel-registration/rhel-registration-resource-registry.yaml @@ -0,0 +1,2 @@ +resource_registry: + OS::TripleO::NodeExtraConfigPost: rhel-registration.yaml -- cgit 1.2.3-korg