fix resultsdb_iad_prod to allow openqa in iad2 to work versus boxes in PHX
This commit is contained in:
parent
b631c49d08
commit
a7dc5a61b5
3 changed files with 20 additions and 23 deletions
|
@ -4,19 +4,17 @@
|
||||||
[backup_clients]
|
[backup_clients]
|
||||||
copr-fe.aws.fedoraproject.org
|
copr-fe.aws.fedoraproject.org
|
||||||
copr-keygen.aws.fedoraproject.org
|
copr-keygen.aws.fedoraproject.org
|
||||||
db01.phx2.fedoraproject.org
|
db01.iad2.fedoraproject.org
|
||||||
db03.phx2.fedoraproject.org
|
db03.iad2.fedoraproject.org
|
||||||
db-datanommer02.phx2.fedoraproject.org
|
db-datanommer02.iad2.fedoraproject.org
|
||||||
db-fas01.phx2.fedoraproject.org
|
db-fas01.iad2.fedoraproject.org
|
||||||
batcave01.phx2.fedoraproject.org
|
batcave01.iad2.fedoraproject.org
|
||||||
pagure01.fedoraproject.org
|
pagure01.fedoraproject.org
|
||||||
people02.fedoraproject.org
|
people02.fedoraproject.org
|
||||||
pkgs02.phx2.fedoraproject.org
|
pkgs01.iad2.fedoraproject.org
|
||||||
log01.phx2.fedoraproject.org
|
log01.iad2.fedoraproject.org
|
||||||
db-qa01.qa.fedoraproject.org
|
db-qa01.iad2.fedoraproject.org
|
||||||
db-qa02.qa.fedoraproject.org
|
db-koji02.iad2.fedoraproject.org
|
||||||
db-qa03.qa.fedoraproject.org
|
value01.iad2.fedoraproject.org
|
||||||
db-koji02.phx2.fedoraproject.org
|
tang01.iad2.fedoraproject.org
|
||||||
value01.phx2.fedoraproject.org
|
nuancier01.iad2.fedoraproject.org
|
||||||
tang01.phx2.fedoraproject.org
|
|
||||||
nuancier01.phx2.fedoraproject.org
|
|
||||||
|
|
|
@ -33,11 +33,11 @@ buildvm-x86-31.iad2.fedoraproject.org
|
||||||
buildvm-x86-32.iad2.fedoraproject.org
|
buildvm-x86-32.iad2.fedoraproject.org
|
||||||
|
|
||||||
[buildvm_stg]
|
[buildvm_stg]
|
||||||
# buildvm-01.stg.phx2.fedoraproject.org
|
# buildvm-01.stg.iad2.fedoraproject.org
|
||||||
# buildvm-02.stg.phx2.fedoraproject.org
|
# buildvm-02.stg.iad2.fedoraproject.org
|
||||||
# buildvm-03.stg.phx2.fedoraproject.org
|
# buildvm-03.stg.iad2.fedoraproject.org
|
||||||
# buildvm-04.stg.phx2.fedoraproject.org
|
# buildvm-04.stg.iad2.fedoraproject.org
|
||||||
# buildvm-05.stg.phx2.fedoraproject.org
|
# buildvm-05.stg.iad2.fedoraproject.org
|
||||||
|
|
||||||
[buildvm_aarch64_stg]
|
[buildvm_aarch64_stg]
|
||||||
# buildvm-aarch64-01.stg.arm.fedoraproject.org
|
# buildvm-aarch64-01.stg.arm.fedoraproject.org
|
||||||
|
@ -302,8 +302,8 @@ bkernel01.iad2.fedoraproject.org
|
||||||
# They should be added to their own 'compose' channel in the koji db
|
# They should be added to their own 'compose' channel in the koji db
|
||||||
# .. and they should not appear in the default channel for builds.
|
# .. and they should not appear in the default channel for builds.
|
||||||
[runroot]
|
[runroot]
|
||||||
# buildvm-01.stg.phx2.fedoraproject.org
|
# buildvm-01.stg.iad2.fedoraproject.org
|
||||||
# buildvm-02.stg.phx2.fedoraproject.org
|
# buildvm-02.stg.iad2.fedoraproject.org
|
||||||
buildvm-x86-01.iad2.fedoraproject.org
|
buildvm-x86-01.iad2.fedoraproject.org
|
||||||
buildvm-x86-02.iad2.fedoraproject.org
|
buildvm-x86-02.iad2.fedoraproject.org
|
||||||
# buildvm-aarch64-01.stg.arm.fedoraproject.org
|
# buildvm-aarch64-01.stg.arm.fedoraproject.org
|
||||||
|
|
|
@ -38,8 +38,7 @@ resultsdb_db_password: "{{ prod_resultsdb_db_password }}"
|
||||||
resultsdb_secret_key: "{{ prod_resultsdb_secret_key }}"
|
resultsdb_secret_key: "{{ prod_resultsdb_secret_key }}"
|
||||||
|
|
||||||
allowed_hosts:
|
allowed_hosts:
|
||||||
- 10.5.124
|
- 10.3.160.0/19
|
||||||
- 10.5.131
|
|
||||||
|
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue