greenwave: move to ocp4

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-06-15 15:32:30 -07:00
parent cda3de3a50
commit 5b2d573432
3 changed files with 5 additions and 5 deletions

View file

@ -847,9 +847,9 @@
website: greenwave.fedoraproject.org
destname: greenwave
balancer_name: app-os
balancer_members: "{{ (env == 'staging')|ternary(openshift_nodes_stg, openshift_nodes) }}"
balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, ocp_nodes) }}"
targettype: openshift
ocp4: false
ocp4: true
keephost: true
tags: greenwave

View file

@ -1,5 +1,5 @@
- name: make the app be real
hosts: os_masters[0]:os_masters_stg[0]
hosts: os_control[0]:os_control_stg[0]
user: root
gather_facts: False

View file

@ -12,7 +12,7 @@ BODHI_URL = 'https://bodhi.stg.fedoraproject.org/'
SECRET_KEY = '{{stg_greenwave_secret_key}}'
WAIVERDB_API_URL = 'https://waiverdb.stg.fedoraproject.org/api/v1.0'
RESULTSDB_API_URL = 'https://taskotron.stg.fedoraproject.org/resultsdb_api/api/v2.0'
RESULTSDB_API_URL = 'https://resultsdb.stg.fedoraproject.org/api/v2.0'
GREENWAVE_API_URL = 'https://greenwave.stg.fedoraproject.org/api/v1.0'
CORS_URL = '*'
MESSAGING = "fedora-messaging"
@ -24,7 +24,7 @@ BODHI_URL = 'https://bodhi.fedoraproject.org/'
SECRET_KEY = '{{prod_greenwave_secret_key}}'
WAIVERDB_API_URL = 'https://waiverdb.fedoraproject.org/api/v1.0'
RESULTSDB_API_URL = 'https://taskotron.fedoraproject.org/resultsdb_api/api/v2.0'
RESULTSDB_API_URL = 'https://resultsdb.fedoraproject.org/api/v2.0'
GREENWAVE_API_URL = 'https://greenwave.fedoraproject.org/api/v1.0'
CORS_URL = 'https://bodhi.fedoraproject.org'
MESSAGING = "fedora-messaging"