openqa: fix rabbitmq_server for staging

damn "not really staging"...

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-06-13 14:54:43 -07:00
parent 6853dbb181
commit 29100697e8
2 changed files with 4 additions and 0 deletions

View file

@ -27,6 +27,8 @@ openqa_secret: "{{ prod_openqa_apisecret }}"
# fedora-messaging bits, so let's make our own
openqa_env_suffix:
openqa_env: production
# we also need to override the rabbitmq server name...
rabbitmq_server: "rabbitmq01{{ openqa_env_suffix }}.phx2.fedoraproject.org"
wikitcms_token: "{{ private }}/files/openidc/production/wikitcms.json"
openqa_resultsdb_url: http://resultsdb01.qa.fedoraproject.org/resultsdb_api/api/v2.0/

View file

@ -43,6 +43,8 @@ openqa_secret: "{{ stg_openqa_apisecret }}"
# fedora-messaging bits, so let's make our own
openqa_env_suffix: .stg
openqa_env: staging
# we also need to override the rabbitmq server name...
rabbitmq_server: "rabbitmq01{{ openqa_env_suffix }}.phx2.fedoraproject.org"
# for now, we have the 'extra' arches (ppc64 and aarch64) on stg
openqa_extraarches: true