Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
32404: roachprod: add eu-west-2 AWS zone to roachprod r=m-schneider a=m-schneider

Release note: None

Co-authored-by: Masha Schneider <[email protected]>
  • Loading branch information
craig[bot] and Masha Schneider committed Nov 16, 2018
2 parents eb8345b + b5df3dd commit 7f9b9b1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkg/cmd/roachprod/vm/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func (o *providerOpts) ConfigureCreateFlags(flags *pflag.FlagSet) {
[]string{
"us-east-2:ami-965e6bf3",
"us-west-2:ami-79873901",
"eu-west-2:ami-941e04f0",
},
"AMI images for each region")

Expand All @@ -106,14 +107,18 @@ func (o *providerOpts) ConfigureCreateFlags(flags *pflag.FlagSet) {
"us-west-2a:subnet-fc46638b",
"us-west-2b:subnet-2910174c",
"us-west-2c:subnet-da2a5783",
"eu-west-2a:subnet-e98a6c92",
"eu-west-2b:subnet-3c754e76",
"eu-west-2c:subnet-7733c91e",
},
"Subnet id for zones in each region")

// Set up a roachprod security group in each region
flags.StringSliceVar(&o.SecurityGroups, ProviderName+"-sg",
[]string{
"us-east-2:sg-06a4c809644e32920",
"us-west-2:sg-00dfe24958e988576"},
"us-west-2:sg-00dfe24958e988576",
"eu-west-2:sg-057f3842f5cec0576"},
"Security group id in each region")

// AWS images generally use "ubuntu" or "ec2-user"
Expand Down

0 comments on commit 7f9b9b1

Please sign in to comment.