ReleaseEngineering/How To/Add New AWS Subnets: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
From {{bug|1165432}} and notes here https://github.com/mozilla/build-cloud-tools/pull/72
From {{bug|1165432}} and notes here https://github.com/mozilla/build-cloud-tools/pull/72


= 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
 
= 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 )
* Update https://github.com/mozilla/build-cloud-tools/blob/master/configs/tst-linux64 and others to include subnets created in previous step
* Update https://github.com/mozilla/build-cloud-tools/blob/master/configs/tst-linux64 and others to include subnets created in previous step

Revision as of 15:50, 9 March 2016


From bug 1165432 and notes here https://github.com/mozilla/build-cloud-tools/pull/72

Subnets

Firewall