Confirmed users
1,989
edits
No edit summary |
|||
Line 15: | Line 15: | ||
* 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 | ||
'''NOTE:''' After the firewall rules has been added by netops team and the new subnets in securitygroups.yml, the changes will be applied overnight | '''NOTE:''' After the firewall rules has been added by netops team and the new subnets in securitygroups.yml, the changes will be applied overnight. Or you can ask dustin to run the command manually. (We don't have permissions to sudo to fwunit) | ||
<pre> | |||
dmitchell@fwunit1 ~/firewall-tests [master] $ sudo su - fwunit | |||
-sh-4.1$ umask 022 | |||
-sh-4.1$ cd /opt/fwunit/releng/src/tests/ | |||
-sh-4.1$ source /opt/fwunit/releng/bin/activate | |||
(releng)-sh-4.1$ fwunit aws_releng | |||
[2016-03-09 14:19:09,178] running aws_releng | |||
... | |||
(releng)-sh-4.1$ fwunit releng | |||
... | |||
</pre> | |||
* 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 ) |