]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Add an easier way to update the cfn scripts
authorAngus Salkeld <asalkeld@redhat.com>
Thu, 26 Apr 2012 13:16:59 +0000 (23:16 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Thu, 26 Apr 2012 13:22:25 +0000 (23:22 +1000)
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
templates/WordPress_Single_Instance_With_HA.template

index 3a4149fef6b02908d585e372e92a10741e43de6e..f0feeac7f11bd74059ab3e74746b93a6cb364e86 100644 (file)
         "AWS::CloudFormation::Init" : {
           "config" : {
             "files" : {
+              "/opt/aws/bin/cfn-init" : {
+                "source" : "https://raw.github.com/heat-api/heat/ha/heat/cfntools/cfn-init",
+                "mode"   : "000755",
+                "owner"  : "root",
+                "group"  : "root"
+              },
+              "/opt/aws/bin/cfn-hup" : {
+                "source" : "https://raw.github.com/heat-api/heat/ha/heat/cfntools/cfn-hup",
+                "mode"   : "000755",
+                "owner"  : "root",
+                "group"  : "root"
+              },
+              "/opt/aws/bin/cfn_helper.py" : {
+                "source" : "https://raw.github.com/heat-api/heat/ha/heat/cfntools/cfn_helper.py",
+                "mode"   : "000644",
+                "owner"  : "root",
+                "group"  : "root"
+              },
+
               "/etc/cfn/cfn-credentials" : {
                 "content" : { "Fn::Join" : ["", [
                   "AWSAccessKeyId=GobbleGobble\n",