Add an easier way to update the cfn scripts
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
@@ -103,6 +103,25 @@
|
|||||||
"AWS::CloudFormation::Init" : {
|
"AWS::CloudFormation::Init" : {
|
||||||
"config" : {
|
"config" : {
|
||||||
"files" : {
|
"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" : {
|
"/etc/cfn/cfn-credentials" : {
|
||||||
"content" : { "Fn::Join" : ["", [
|
"content" : { "Fn::Join" : ["", [
|
||||||
"AWSAccessKeyId=GobbleGobble\n",
|
"AWSAccessKeyId=GobbleGobble\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user