messaging-bridges: fix keypair location
This commit is contained in:
parent
570d4c76d8
commit
2679a3283a
1 changed files with 2 additions and 16 deletions
|
@ -20,26 +20,12 @@
|
||||||
app: messaging-bridges
|
app: messaging-bridges
|
||||||
secret_name: fedmsg-key
|
secret_name: fedmsg-key
|
||||||
key: fedmsg-fedmsg-migration-tools.key
|
key: fedmsg-fedmsg-migration-tools.key
|
||||||
privatefile: fedmsg-certs/keys/messaging-bridges-stg.key
|
privatefile: "fedmsg-certs/keys/fedmsg-migration-tools{{env_suffix}}.fedoraproject.org.key"
|
||||||
when: env == "staging"
|
|
||||||
- role: openshift/secret-file
|
- role: openshift/secret-file
|
||||||
app: messaging-bridges
|
app: messaging-bridges
|
||||||
secret_name: fedmsg-cert
|
secret_name: fedmsg-cert
|
||||||
key: fedmsg-fedmsg-migration-tools.crt
|
key: fedmsg-fedmsg-migration-tools.crt
|
||||||
privatefile: fedmsg-certs/keys/messaging-bridges-stg.crt
|
privatefile: "fedmsg-certs/keys/fedmsg-migration-tools{{env_suffix}}.fedoraproject.org.crt"
|
||||||
when: env == "staging"
|
|
||||||
- role: openshift/secret-file
|
|
||||||
app: messaging-bridges
|
|
||||||
secret_name: fedmsg-key
|
|
||||||
key: fedmsg-fedmsg-migration-tools.key
|
|
||||||
privatefile: fedmsg-certs/keys/messaging-bridges.key
|
|
||||||
when: env != "staging"
|
|
||||||
- role: openshift/secret-file
|
|
||||||
app: messaging-bridges
|
|
||||||
secret_name: fedmsg-cert
|
|
||||||
key: fedmsg-fedmsg-migration-tools.crt
|
|
||||||
privatefile: fedmsg-certs/keys/messaging-bridges.crt
|
|
||||||
when: env != "staging"
|
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: messaging-bridges
|
app: messaging-bridges
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue