Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 4b98180

Browse files
committed
Added input json
1 parent e089f71 commit 4b98180

File tree

2 files changed

+46
-6
lines changed

2 files changed

+46
-6
lines changed

ci/config.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ global:
1616
- us-west-2
1717
reporting: true
1818
tests:
19-
test1:
20-
parameter_input: quickstart-hashicorp-vault-exampleparams1.json
21-
template_file: quickstart-hashicorp-vault-example1.template
22-
test2:
23-
parameter_input: quickstart-hashicorp-vault-exampleparams2.json
24-
template_file: quickstart-hashicorp-vault-example2.template
19+
consul-vault:
20+
parameter_input: quickstart-hashicorp-vault-master.json
21+
template_file: quickstart-hashicorp-vault-master.template
22+
regions:
23+
- ap-southeast-2
24+
- eu-west-1
25+
- us-west-2
26+
- us-east-1
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
[
2+
{
3+
"ParameterKey": "AccessCIDR",
4+
"ParameterValue": "54.240.198.33/32"
5+
},
6+
{
7+
"ParameterKey": "AvailabilityZones",
8+
"ParameterValue": "$[alfred_genaz_3]"
9+
},
10+
{
11+
"ParameterKey": "ConsulInstanceType",
12+
"ParameterValue": "m3.medium"
13+
},
14+
{
15+
"ParameterKey": "ConsulClientNodes",
16+
"ParameterValue": "3"
17+
},
18+
{
19+
"ParameterKey": "ConsulServerNodes",
20+
"ParameterValue": "3"
21+
},
22+
{
23+
"ParameterKey": "KeyPairName",
24+
"ParameterValue": "tonynv"
25+
},
26+
{
27+
"ParameterKey": "EmailAddress",
28+
"ParameterValue": "none@none.com"
29+
},
30+
{
31+
"ParameterKey": "VaultInstanceType",
32+
"ParameterValue": "m3.medium"
33+
},
34+
{
35+
"ParameterKey": "NATInstanceType",
36+
"ParameterValue": "t2.small"
37+
}
38+
]

0 commit comments

Comments
 (0)