Skip to content

Instantly share code, notes, and snippets.

@pcn
Created January 29, 2013 18:00
Show Gist options
  • Select an option

  • Save pcn/4666205 to your computer and use it in GitHub Desktop.

Select an option

Save pcn/4666205 to your computer and use it in GitHub Desktop.
Stack update
757 pn@PN-mac 12:42 ~/dvcs/tools/CloudFormation/templates/cassandra $ kcs stacks update cassandra CassandraPriamCluster.template PN ChefSoloVersion=0.0.75
* KCS requires 2 environment variables which were not found: STG_AWS_ACCESS_KEY and STG_AWS_SECRET_KEY
* Defaulting to AWS_CREDENTIAL_FILE=/Users/pn/.aws/staging-cf-credential-file
* KCS requires 2 environment variables which were not found: UTIL_AWS_ACCESS_KEY and UTIL_AWS_SECRET_KEY
* Defaulting to AWS_CREDENTIAL_FILE=/Users/pn/.aws/staging-cf-credential-file
* KCS requires 2 environment variables which were not found: UTIL_AWS_ACCESS_KEY and UTIL_AWS_SECRET_KEY
* Defaulting to AWS_CREDENTIAL_FILE=/Users/pn/.aws/staging-cf-credential-file
* KCS requires 2 environment variables which were not found: UTIL_AWS_ACCESS_KEY and UTIL_AWS_SECRET_KEY
* Defaulting to AWS_CREDENTIAL_FILE=/Users/pn/.aws/staging-cf-credential-file
* Parameters that will be MODIFIED:
ChefSoloVersion: 0.0.61 => 0.0.75
InstanceType: m1.medium => m1.large
CassandraMonitorVersion: 1.0.14 => 1.0.15
* Templates are different, do you want to view a diff? [y/n] y
---
+++
@@ -88,7 +88,7 @@
"Type": "String"
},
"CassandraMonitorVersion": {
- "Default": "1.0.14",
+ "Default": "1.0.15",
"Description": "Version of the CassandraMonitor to be installed",
"Type": "String"
},
@@ -98,7 +98,7 @@
"Type": "String"
},
"ChefSoloVersion": {
- "Default": "0.0.61",
+ "Default": "0.0.75",
"Description": "Version of the new chef recipe build (this replaces Systems and Dist)",
"Type": "String"
},
@@ -168,7 +168,8 @@
"ServiceName": {
"AllowedValues": [
"platform",
- "cassandra-haag"
+ "cassandra-haag",
+ "cassandra-kankoku"
],
"ConstraintDescription": "Basic Cassandra or functionally defined cluster type",
"Default": "platform",
@@ -178,7 +179,8 @@
"ServiceOutput": {
"AllowedValues": [
"Cassandra",
- "CassandraHaag"
+ "CassandraHaag",
+ "CassandraKankoku"
],
"Default": "Cassandra",
"Description": "Stack name w/o environment",
@@ -279,7 +281,9 @@
"SecretAccessKey"
]
},
- "service_name": "platform",
+ "service_name": {
+ "Ref": "ServiceName"
+ },
"service_output": {
"Ref": "ServiceOutput"
},
* Do you want to continue with the UPDATE ? [y/n] y
* Updating stack started (for more info describe stack)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment