Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read the bucket name from configuration in CF template #11

Closed
sebdah opened this issue Sep 24, 2013 · 0 comments
Closed

Read the bucket name from configuration in CF template #11

sebdah opened this issue Sep 24, 2013 · 0 comments
Assignees
Milestone

Comments

@sebdah
Copy link
Contributor

sebdah commented Sep 24, 2013

Read the bucket name from configuration in CF template.

"/etc/cumulus/metadata.conf" : {
  "content" : { "Fn::Join" : ["", [
    "[metadata]\n",
    "aws_access_key_id: ", { "Ref" : "WebServerKeys" }, "\n",
    "aws_secret_access_key: ", {"Fn::GetAtt": ["WebServerKeys", "SecretAccessKey"]}, "\n",
    "region: ", {"Ref" : "AWS::Region"}, "\n",
    "s3_bundles_bucket: se.skymill.bundles\n",
    "stack: ", { "Ref" : "AWS::StackName" }, "\n",
    "bundle_type: webserver\n",
    "version: ", { "Ref" : "Version" }, "\n"
  ]]},
  "mode"  : "000644",
  "owner" : "root",
  "group" : "root"
},
sebdah pushed a commit that referenced this issue Sep 24, 2013
We now have a Cumulus namespace in CF as well
@ghost ghost assigned sebdah Sep 24, 2013
@sebdah sebdah closed this as completed Sep 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant