iad2: blockerbugs adjustments for iad2

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-06-11 13:43:39 -07:00
parent 2a4fd4eccc
commit a455c31b31
3 changed files with 3 additions and 5 deletions

View file

@ -9,7 +9,7 @@ num_cpus: 2
tcp_ports: [ 80, 443, 8888 ]
# Neeed for rsync from log01 for logs.
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.3.163.39 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-qa,sysadmin-veteran
sudoers: "{{ private }}/files/sudo/qadevel-sudoers"
@ -28,7 +28,7 @@ blockerbugs_koji_url: "http://koji.fedoraproject.org/"
# blockerbugs db details
############################################################
blockerbugs_db_host_machine: db01.phx2.fedoraproject.org
blockerbugs_db_host_machine: db01.iad2.fedoraproject.org
blockerbugs_db_host: "{{ blockerbugs_db_host_machine }}"
blockerbugs_db_port: 5432
blockerbugs_db_name: blockerbugs

View file

@ -1,2 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.20.99 192.168.0.99
ifconfig-push 192.168.1.99 192.168.0.99

View file

@ -1,2 +0,0 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.99 192.168.0.99