Confirmed users
108
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Release Engineering How To|Add_New_AWS_Subnets}} | {{Release Engineering How To|Add_New_AWS_Subnets}} | ||
== Subnets == | |||
= Subnets = | |||
* Add subnets to https://github.com/mozilla/build-cloud-tools/blob/master/configs/subnets.yml | * Add subnets to https://github.com/mozilla/build-cloud-tools/blob/master/configs/subnets.yml | ||
** run `scripts/aws_manage_subnets.py configs/subnets.yml` | ** run `scripts/aws_manage_subnets.py configs/subnets.yml` | ||
* Add the subnets to https://github.com/mozilla/build-cloud-tools/blob/master/configs/securitygroups.yml | * Add the subnets to https://github.com/mozilla/build-cloud-tools/blob/master/configs/securitygroups.yml | ||
= Firewall = | From {{bug|1165432}} and notes here https://github.com/mozilla/build-cloud-tools/pull/72 | ||
== Firewall == | |||
* Open bugs with netops to include new flows | * Open bugs with netops to include new flows | ||
* Update firewall tests to include new subnets (private repo releng/firewall-tests) and ensure tests pass after netops has made the changes ( more details https://mana.mozilla.org/wiki/display/IT/How+to+Run+Flow+Tests ) | * Update firewall tests to include new subnets (private repo releng/firewall-tests) and ensure tests pass after netops has made the changes ( more details https://mana.mozilla.org/wiki/display/IT/How+to+Run+Flow+Tests ) | ||