#172 bodhi: use the more modern URL for greenwave and waiverdb
Merged 4 years ago by pingou. Opened 4 years ago by pingou.
fedora-infra/ pingou/ansible master  into  master

@@ -113,12 +113,10 @@ 

  # test_gating.url =

  

  # The API url of Greenwave.

- # greenwave_api_url = https://greenwave.fedoraproject.org/api/v1.0

- greenwave_api_url = https://greenwave-web-greenwave.app.os{{env_suffix}}.fedoraproject.org/api/v1.0

+ greenwave_api_url = https://greenwave{{env_suffix}}.fedoraproject.org/api/v1.0

  

  # The URL for waiverdb's API

- # waiverdb_api_url = https://waiverdb-web-waiverdb.app.os.fedoraproject.org/api/v1.0

- waiverdb_api_url = https://waiverdb-web-waiverdb.app.os{{env_suffix}}.fedoraproject.org/api/v1.0

+ waiverdb_api_url = https://waiverdb{{env_suffix}}.fedoraproject.org/api/v1.0

  

  # An access token used to authenticate to waiverdb

  {% if env == "staging" %}

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

rebased onto 73122d6

4 years ago

Pull-Request has been merged by pingou

4 years ago