From ca4e65efce46b8310b9a239a81da0439d4bf33c0 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Thu, 26 Apr 2018 01:44:32 +0000 Subject: [PATCH] remove some jenkins lines --- README.cloud | 1 - inventory/group_vars/proxies | 2 -- inventory/group_vars/proxies-stg | 2 -- 3 files changed, 5 deletions(-) diff --git a/README.cloud b/README.cloud index 5bff2e419b..f21217339e 100644 --- a/README.cloud +++ b/README.cloud @@ -131,7 +131,6 @@ This lists all security groups in that tenant: the output will look like this: euca-describe-groups | grep GROU GROUP d4e664a10e2c4210839150be09c46e5e default default -GROUP d4e664a10e2c4210839150be09c46e5e jenkins jenkins instance group GROUP d4e664a10e2c4210839150be09c46e5e logstash logstash security group GROUP d4e664a10e2c4210839150be09c46e5e smtpserver list server group. needs web and smtp GROUP d4e664a10e2c4210839150be09c46e5e webserver webserver security group diff --git a/inventory/group_vars/proxies b/inventory/group_vars/proxies index ae70e98368..40e464c83a 100644 --- a/inventory/group_vars/proxies +++ b/inventory/group_vars/proxies @@ -45,8 +45,6 @@ custom_rules: [ '-A INPUT -p tcp -m tcp -s 192.168.1.0/24 --dport 6081 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.126.0/24 --dport 6081 -j ACCEPT', - # Allow jenkins.fedorainfracloud to talk to the inbound fedmsg relay. - '-A INPUT -p tcp -m tcp --dport 9941 -s 209.132.184.57 -j ACCEPT', # Allow copr-be.cloud to talk to the inbound fedmsg relay. '-A INPUT -p tcp -m tcp --dport 9941 -s 209.132.184.48 -j ACCEPT', # Also, ppc-hub.qa.fedoraproject.org (secondary arch koji) diff --git a/inventory/group_vars/proxies-stg b/inventory/group_vars/proxies-stg index 7d356afcb1..ddb163fd1b 100644 --- a/inventory/group_vars/proxies-stg +++ b/inventory/group_vars/proxies-stg @@ -44,8 +44,6 @@ custom_rules: [ '-A INPUT -p tcp -m tcp -s 192.168.1.0/24 --dport 6081 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.126.0/24 --dport 6081 -j ACCEPT', - # Allow jenkins.fedorainfracloud to talk to the inbound fedmsg relay. - '-A INPUT -p tcp -m tcp --dport 9941 -s 209.132.184.57 -j ACCEPT', # Allow copr-be.cloud to talk to the inbound fedmsg relay. '-A INPUT -p tcp -m tcp --dport 9941 -s 209.132.184.131 -j ACCEPT', # Also, ppc-hub.qa.fedoraproject.org (secondary arch koji)