Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. diff --git a/nubis/builder/AMIs b/nubis/builder/AMIs
  2. index dd0398c..e316fce 100644
  3. --- a/nubis/builder/AMIs
  4. +++ b/nubis/builder/AMIs
  5. @@ -1,3 +1,3 @@
  6. amazon-ebs-ubuntu:
  7. -us-east-1: ami-6c7c3806
  8. -us-west-2: ami-4b23332a
  9. +us-east-1: ami-ecd0fa86
  10. +us-west-2: ami-aeba5ace
  11. diff --git a/nubis/builder/project.json b/nubis/builder/project.json
  12. index de47b6f..33215ad 100644
  13. --- a/nubis/builder/project.json
  14. +++ b/nubis/builder/project.json
  15. @@ -7,7 +7,7 @@
  16. ],
  17. "project_description": "Fluentd Collector",
  18. "project_name": "nubis-fluentd-collector",
  19. - "project_version": "0.2",
  20. + "project_version": "0.55",
  21. "source_ami_project_name": "nubis-base"
  22. }
  23. }
  24. diff --git a/nubis/cloudformation/main.json b/nubis/cloudformation/main.json
  25. index 000422c..d37e82e 100644
  26. --- a/nubis/cloudformation/main.json
  27. +++ b/nubis/cloudformation/main.json
  28. @@ -170,6 +170,14 @@
  29. "FluentIamRole": {
  30. "Type": "AWS::IAM::Role",
  31. "Properties": {
  32. + "ManagedPolicyArns": [
  33. + {
  34. + "Fn::GetAtt": [
  35. + "MetaInfo",
  36. + "CredstashPolicy"
  37. + ]
  38. + }
  39. + ],
  40. "AssumeRolePolicyDocument": {
  41. "Version": "2012-10-17",
  42. "Statement": [
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement