Skip to content

Commit

Permalink
updated parameter keys for taskcat
Browse files Browse the repository at this point in the history
  • Loading branch information
dowen12 committed Jun 20, 2019
1 parent 2bd73c9 commit 4cd3cea
Showing 1 changed file with 32 additions and 12 deletions.
44 changes: 32 additions & 12 deletions ci/clickstream-analytics-input-novpc.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,67 @@
[
{
"ParameterKey": "OperatorEMail",
"ParameterValue": "user@example.com"
"ParameterValue": "operator@example.com"
},
{
"ParameterKey": "AvailabilityZones",
"ParameterValue": "$[taskcat_genaz_2]"
},
{
"ParameterKey": "RedshiftColumns",
"ParameterValue": ""
},
{
"ParameterKey": "KeyPairName",
"ParameterValue": "your-key-pair"
"ParameterValue": "$[alfred_getkeypair]"
},
{
"ParameterKey": "AppKeyPairName",
"ParameterValue": "your-key-pair"
"ParameterValue": "$[alfred_getkeypair]"
},
{
"ParameterKey": "RemoteAccessCIDR",
"ParameterValue": "0.0.0.0/0"
"ParameterValue": "10.0.0.0/16"
},
{
"ParameterKey": "VPC",
"ParameterValue": "your-VPC-id"
},
{
"ParameterKey": "PublicSubnetA",
"ParameterValue": "your-subnet-id"
"ParameterValue": "10.0.128.0/20"
},
{
"ParameterKey": "PublicSubnetB",
"ParameterValue": "your-subnet-id"
"ParameterValue": "10.0.144.0/20"
},
{
"ParameterKey": "PrivateSubnetA",
"ParameterValue": "your-subnet-id"
"ParameterValue": "10.0.0.0/19"
},
{
"ParameterKey": "PrivateSubnetB",
"ParameterValue": "your-subnet-id"
"ParameterValue": "10.0.32.0/19"
},
{
"ParameterKey": "ESDomainName",
"ParameterValue": "$[taskcat_random-string]"
},
{
"ParameterKey": "ESIndex",
"ParameterValue": "test"
},
{
"ParameterKey": "ESType",
"ParameterValue": "doc"
},
{
"ParameterKey": "DatabaseName",
"ParameterValue": "dev"
},
{
"ParameterKey": "MasterUserPassword",
"ParameterValue": "$[taskcat_genpass_8A]"
},
{
"ParameterKey": "RedshiftColumns",
"ParameterValue": ""
},
{
"ParameterKey": "QSS3BucketName",
Expand Down

0 comments on commit 4cd3cea

Please sign in to comment.