monitor-gating: move stage to ocp4 and see if we can clear up the kerberos auth issue
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
9cbc8d420e
commit
2a44fd60e5
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
- name: make the app be real
|
- name: make the app be real
|
||||||
hosts: os_masters_stg[0]:os_masters
|
hosts: os_control_stg[0]:os_masters
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
||||||
hostAliases:
|
hostAliases:
|
||||||
- hostnames:
|
- hostnames:
|
||||||
- apps.stg.fedoraproject.org
|
- apps.stg.fedoraproject.org
|
||||||
ip: 10.5.128.177
|
ip: 10.3.166.74
|
||||||
containers:
|
containers:
|
||||||
- name: monitor-gating
|
- name: monitor-gating
|
||||||
image: monitor-gating:latest
|
image: monitor-gating:latest
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
fedpkg = "fedpkg-stage"
|
fedpkg = "fedpkg-stage"
|
||||||
resultsdb = "https://taskotron.stg.fedoraproject.org/resultsdb_api/api/v2.0/results"
|
resultsdb = "https://resultsdb.stg.fedoraproject.org/api/v2.0/results"
|
||||||
resultsdb_rdu = "http://resultsdb.ci.centos.org/resultsdb_api/api/v2.0/results"
|
resultsdb_rdu = "http://resultsdb.ci.centos.org/resultsdb_api/api/v2.0/results"
|
||||||
datagrepper = "https://apps.stg.fedoraproject.org/datagrepper/raw"
|
datagrepper = "https://apps.stg.fedoraproject.org/datagrepper/raw"
|
||||||
pagure_dist_git = "https://src.stg.fedoraproject.org/"
|
pagure_dist_git = "https://src.stg.fedoraproject.org/"
|
||||||
|
@ -24,7 +24,7 @@ koji_end_tag = "f36"
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
fedpkg = "fedpkg"
|
fedpkg = "fedpkg"
|
||||||
resultsdb = "https://taskotron.fedoraproject.org/resultsdb_api/api/v2.0/results"
|
resultsdb = "https://resultsdb.fedoraproject.org/api/v2.0/results"
|
||||||
resultsdb_rdu = "http://resultsdb.ci.centos.org/resultsdb_api/api/v2.0/results"
|
resultsdb_rdu = "http://resultsdb.ci.centos.org/resultsdb_api/api/v2.0/results"
|
||||||
datagrepper = "https://apps.fedoraproject.org/datagrepper/raw"
|
datagrepper = "https://apps.fedoraproject.org/datagrepper/raw"
|
||||||
pagure_dist_git = "https://src.fedoraproject.org/"
|
pagure_dist_git = "https://src.fedoraproject.org/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue