waiverdb: move to ocp4 in staging
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
7105387724
commit
8f58783578
4 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
|
|
||||||
- name: make the app be real
|
- name: make the app be real
|
||||||
hosts: os_masters[0]:os_masters_stg[0]
|
hosts: os_masters[0]:os_control_stg[0]
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
{"web": {
|
{"web": {
|
||||||
"redirect_uris": ["https://waiverdb-waiverdb.app.os.stg.fedoraproject.org/"],
|
"redirect_uris": ["https://waiverdb-waiverdb.apps.ocp.stg.fedoraproject.org/"],
|
||||||
"token_uri": "https://id.stg.fedoraproject.org/openidc/Token",
|
"token_uri": "https://id.stg.fedoraproject.org/openidc/Token",
|
||||||
"auth_uri": "https://id.stg.fedoraproject.org/openidc/Authorization",
|
"auth_uri": "https://id.stg.fedoraproject.org/openidc/Authorization",
|
||||||
"client_id": "waiverdb-stg",
|
"client_id": "waiverdb-stg",
|
||||||
|
|
|
@ -14,7 +14,7 @@ stringData:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
client_secrets.json: |-
|
client_secrets.json: |-
|
||||||
{"web": {
|
{"web": {
|
||||||
"redirect_uris": ["https://waiverdb-waiverdb.app.os{{env_suffix}}fedoraproject.org/"],
|
"redirect_uris": ["https://waiverdb-waiverdb.apps.ocp{{env_suffix}}fedoraproject.org/"],
|
||||||
"token_uri": "https://id{{ env_suffix }}.fedoraproject.org/openidc/Token",
|
"token_uri": "https://id{{ env_suffix }}.fedoraproject.org/openidc/Token",
|
||||||
"auth_uri": "https://id{{ env_suffix }}.fedoraproject.org/openidc/Authorization",
|
"auth_uri": "https://id{{ env_suffix }}.fedoraproject.org/openidc/Authorization",
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
DATABASE_URI = 'postgresql+psycopg2://waiverdb@db01.stg.iad2.fedoraproject.org:5432/waiverdb'
|
DATABASE_URI = 'postgresql+psycopg2://waiverdb@db01.stg.iad2.fedoraproject.org:5432/waiverdb'
|
||||||
RESULTSDB_API_URL = 'https://taskotron.stg.fedoraproject.org/resultsdb_api/api/v2.0'
|
RESULTSDB_API_URL = 'https://resultsdb.stg.fedoraproject.org/api/v2.0'
|
||||||
CORS_URL = 'https://bodhi.stg.fedoraproject.org'
|
CORS_URL = 'https://bodhi.stg.fedoraproject.org'
|
||||||
{% else %}
|
{% else %}
|
||||||
DATABASE_URI = 'postgresql+psycopg2://waiverdb@db01.iad2.fedoraproject.org:5432/waiverdb'
|
DATABASE_URI = 'postgresql+psycopg2://waiverdb@db01.iad2.fedoraproject.org:5432/waiverdb'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue