Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Merge Prototype to development branch (#2)
Browse files Browse the repository at this point in the history
Prototype seednode1
- Add linux utilities
- Add cfn-hup
- Add stub for deploy-script
- Add VPC `submodule`
  • Loading branch information
tonynv authored Apr 18, 2019
1 parent d1c6b90 commit 6e98688
Show file tree
Hide file tree
Showing 14 changed files with 824 additions and 5,905 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "submodules/quickstart-aws-vpc"]
path = submodules/quickstart-aws-vpc
url = https://github.com/aws-quickstart/quickstart-aws-vpc.git
branch = master
26 changes: 26 additions & 0 deletions ci/datastax-ddac-input.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"ParameterKey": "AvailabilityZones",
"ParameterValue": "$[taskcat_getaz_2]"
},
{
"ParameterKey": "EmailAddress",
"ParameterValue": "[email protected]"
},
{
"ParameterKey": "KeyPairName",
"ParameterValue": "tonynv"
},
{
"ParameterKey": "RemoteAccessCIDR",
"ParameterValue": "0.0.0.0/0"
},
{
"ParameterKey": "QSS3KeyPrefix",
"ParameterValue": "quickstart-datastax-ddac/"
},
{
"ParameterKey": "QSS3BucketName",
"ParameterValue": "$[taskcat_autobucket]"
}
]
11 changes: 5 additions & 6 deletions ci/config.yml → ci/taskcat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ global:
reporting: true

tests:
quickstart-datastax-ddact1:
parameter_input: quickstart-datastax-ddac-example-params1.json
template_file: quickstart-datastax-ddac-example1.template
quickstart-datastax-ddact2:
parameter_input: quickstart-datastax-ddac-example-params2.json
template_file: quickstart-datastax-ddac-example2.template
datastax-ddac:
parameter_input: datastax-ddac-input.json
template_file: datastax-ddac-master.template.yaml
regions:
- us-east-1
Binary file added scripts/deploy.tar
Binary file not shown.
1 change: 0 additions & 1 deletion scripts/scripts_userdata.sh

This file was deleted.

1 change: 1 addition & 0 deletions submodules/quickstart-aws-vpc
Submodule quickstart-aws-vpc added at ac8786
4,146 changes: 0 additions & 4,146 deletions submodules/quickstart-aws-vpc/templates/aws-vpc.template

This file was deleted.

326 changes: 0 additions & 326 deletions templates/datacenter.template

This file was deleted.

Loading

0 comments on commit 6e98688

Please sign in to comment.