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

Commit 6e98688

Browse files
authored
Merge Prototype to development branch (#2)
Prototype seednode1 - Add linux utilities - Add cfn-hup - Add stub for deploy-script - Add VPC `submodule`
1 parent d1c6b90 commit 6e98688

14 files changed

+824
-5905
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "submodules/quickstart-aws-vpc"]
2+
path = submodules/quickstart-aws-vpc
3+
url = https://github.com/aws-quickstart/quickstart-aws-vpc.git
4+
branch = master

ci/datastax-ddac-input.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
[
2+
{
3+
"ParameterKey": "AvailabilityZones",
4+
"ParameterValue": "$[taskcat_getaz_2]"
5+
},
6+
{
7+
"ParameterKey": "EmailAddress",
8+
"ParameterValue": "[email protected]"
9+
},
10+
{
11+
"ParameterKey": "KeyPairName",
12+
"ParameterValue": "tonynv"
13+
},
14+
{
15+
"ParameterKey": "RemoteAccessCIDR",
16+
"ParameterValue": "0.0.0.0/0"
17+
},
18+
{
19+
"ParameterKey": "QSS3KeyPrefix",
20+
"ParameterValue": "quickstart-datastax-ddac/"
21+
},
22+
{
23+
"ParameterKey": "QSS3BucketName",
24+
"ParameterValue": "$[taskcat_autobucket]"
25+
}
26+
]

ci/config.yml renamed to ci/taskcat.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ global:
1919
reporting: true
2020

2121
tests:
22-
quickstart-datastax-ddact1:
23-
parameter_input: quickstart-datastax-ddac-example-params1.json
24-
template_file: quickstart-datastax-ddac-example1.template
25-
quickstart-datastax-ddact2:
26-
parameter_input: quickstart-datastax-ddac-example-params2.json
27-
template_file: quickstart-datastax-ddac-example2.template
22+
datastax-ddac:
23+
parameter_input: datastax-ddac-input.json
24+
template_file: datastax-ddac-master.template.yaml
25+
regions:
26+
- us-east-1

scripts/deploy.tar

4.5 KB
Binary file not shown.

scripts/scripts_userdata.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

submodules/quickstart-aws-vpc

Submodule quickstart-aws-vpc added at ac8786c

submodules/quickstart-aws-vpc/templates/aws-vpc.template

Lines changed: 0 additions & 4146 deletions
This file was deleted.

templates/datacenter.template

Lines changed: 0 additions & 326 deletions
This file was deleted.

0 commit comments

Comments
 (0)