move secondary sigul to phx2 forward zone
This commit is contained in:
parent
f79aa31144
commit
7f7951c79e
4 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ num_cpus: 2
|
|||
|
||||
# Make connections from signing bridges stateless, they break sigul connections
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1283364
|
||||
custom_rules: ['-A INPUT --proto tcp --sport 44334 --source sign-bridge01.phx2.fedoraproject.org,secondary-bridge01.qa.fedoraproject.org -j ACCEPT']
|
||||
custom_rules: ['-A INPUT --proto tcp --sport 44334 --source sign-bridge01.phx2.fedoraproject.org,secondary-bridge01.phx2.fedoraproject.org -j ACCEPT']
|
||||
|
||||
fas_client_groups: sysadmin-releng
|
||||
host_group: autosign
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
# Make connections from signing bridges stateless, they break sigul connections
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1283364
|
||||
custom_rules: ['-A INPUT --proto tcp --sport 44334 --source sign-bridge01.phx2.fedoraproject.org,secondary-bridge01.qa.fedoraproject.org -j ACCEPT']
|
||||
custom_rules: ['-A INPUT --proto tcp --sport 44334 --source sign-bridge01.phx2.fedoraproject.org,secondary-bridge01.phx2.fedoraproject.org -j ACCEPT']
|
||||
|
||||
host_group: autosign
|
||||
|
|
|
@ -213,14 +213,14 @@ bodhi-backend01.stg.phx2.fedoraproject.org
|
|||
[sign-bridge]
|
||||
sign-bridge01.phx2.fedoraproject.org
|
||||
sign-bridge01.stg.phx2.fedoraproject.org
|
||||
secondary-bridge01.qa.fedoraproject.org
|
||||
secondary-bridge01.phx2.fedoraproject.org
|
||||
#
|
||||
# sign vault servers don't listen to ssh by default.
|
||||
#
|
||||
[sign-vault]
|
||||
#sign-vault03.phx2.fedoraproject.org
|
||||
#sign-vault04.phx2.fedoraproject.org
|
||||
#secondary-vault01.qa.fedoraproject.org
|
||||
#secondary-vault01.phx2.fedoraproject.org
|
||||
#sign-vault01.stg.phx2.fedoraproject.org
|
||||
|
||||
[autocloud-web]
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# Please check with rel-eng before doing anything here.
|
||||
|
||||
- name: make sign-vault server vm (secondary and stg only)
|
||||
hosts: secondary-vault01.qa.fedoraproject.org:sign-vault01.stg.phx2.fedoraproject.org
|
||||
hosts: secondary-vault01.phx2.fedoraproject.org:sign-vault01.stg.phx2.fedoraproject.org
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue