forked from infra/ansible
openQA: try using old pki cert/key on staging
I'm having auth issues on openQA staging, I believe it *may* be to do with the changes Aurelien made in 6fe8b98de21747dc16d59dcf5096da719a541296 . Let's see if using the old key and cert helps. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
03b0d89442
commit
293930446b
3 changed files with 4 additions and 2 deletions
|
|
@ -3,6 +3,7 @@ deployment_type: prod
|
|||
external_hostname: openqa.fedoraproject.org
|
||||
freezes: false
|
||||
# AMQP publisher/listener-related stuff
|
||||
openqa_amqp_pki_dir: "pki"
|
||||
openqa_amqp_this_cacertfile: "{{ openqa_amqp_prod_cacertfile }}"
|
||||
openqa_amqp_this_certfile: "{{ openqa_amqp_prod_certfile }}"
|
||||
openqa_amqp_this_keyfile: "{{ openqa_amqp_prod_keyfile }}"
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ external_hostname: openqa.stg.fedoraproject.org
|
|||
freezes: false
|
||||
|
||||
# AMQP publisher/listener-related stuff
|
||||
openqa_amqp_pki_dir: "pki.old"
|
||||
openqa_amqp_this_cacertfile: "{{ openqa_amqp_stg_cacertfile }}"
|
||||
openqa_amqp_this_certfile: "{{ openqa_amqp_stg_certfile }}"
|
||||
openqa_amqp_this_keyfile: "{{ openqa_amqp_stg_keyfile }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue