Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #276 from MihaiTabara/regions
Browse files Browse the repository at this point in the history
Bugs 1317800, 1317747 - Add beetmover/balrog workers configs in us we…
  • Loading branch information
MihaiTabara committed Jan 9, 2017
2 parents 7d217a7 + afa2f3d commit 0429cbe
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
23 changes: 23 additions & 0 deletions configs/balrogworker
Expand Up @@ -20,5 +20,28 @@
"tags": {
"moz-type": "balrogworker"
}
},

"us-west-2": {
"type": "balrogworker",
"domain": "srv.releng.usw2.mozilla.com",
"ami": "ami-eb89acdb",
"subnet_ids": ["subnet-d50cb6a2"],
"security_group_ids": ["sg-3291414a"],
"instance_type": "t2.micro",
"distro": "centos",
"ssh_key": "aws-releng",
"use_public_ip": true,
"device_map": {
"/dev/xvda": {
"delete_on_termination": true,
"skip_resize": true,
"volume_type": "gp2",
"instance_dev": "/dev/xvda1"
}
},
"tags": {
"moz-type": "balrogworker"
}
}
}
23 changes: 23 additions & 0 deletions configs/beetmoverworker
Expand Up @@ -20,5 +20,28 @@
"tags": {
"moz-type": "beetmoverworker"
}
},

"us-west-2": {
"type": "beetmoverworker",
"domain": "srv.releng.usw2.mozilla.com",
"ami": "ami-eb89acdb",
"subnet_ids": ["subnet-d50cb6a2"],
"security_group_ids": ["sg-6497471c"],
"instance_type": "t2.micro",
"distro": "centos",
"ssh_key": "aws-releng",
"use_public_ip": true,
"device_map": {
"/dev/xvda": {
"delete_on_termination": true,
"skip_resize": true,
"volume_type": "gp2",
"instance_dev": "/dev/xvda1"
}
},
"tags": {
"moz-type": "beetmoverworker"
}
}
}
2 changes: 2 additions & 0 deletions configs/securitygroups.yml
Expand Up @@ -565,6 +565,7 @@ balrogworker:
description: security group for balrogworkers
regions:
us-east-1: vpc-b42100df
us-west-2: vpc-cd63f2a4
inbound:
- proto: tcp
ports:
Expand All @@ -584,6 +585,7 @@ beetmoverworker:
description: security group for beetmoverworkers
regions:
us-east-1: vpc-b42100df
us-west-2: vpc-cd63f2a4
inbound:
- proto: tcp
ports:
Expand Down

0 comments on commit 0429cbe

Please sign in to comment.