Use the correct paths to the super secret fedmsg certs.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
3acfa5b4de
commit
235a8047cf
1 changed files with 4 additions and 4 deletions
|
@ -18,25 +18,25 @@
|
||||||
app: bodhi
|
app: bodhi
|
||||||
secret_name: bodhi-fedmsg-key
|
secret_name: bodhi-fedmsg-key
|
||||||
key: fedmsg-bodhi.key
|
key: fedmsg-bodhi.key
|
||||||
privatefile: fedmsg-certs/keys/bodhi-bodhi01.stg.fedoraproject.org.key
|
privatefile: fedmsg-certs/keys/bodhi-bodhi01.stg.phx2.fedoraproject.org.key
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
- role: openshift/secret-file
|
- role: openshift/secret-file
|
||||||
app: bodhi
|
app: bodhi
|
||||||
secret_name: bodhi-fedmsg-key
|
secret_name: bodhi-fedmsg-key
|
||||||
key: fedmsg-bodhi.key
|
key: fedmsg-bodhi.key
|
||||||
privatefile: fedmsg-certs/keys/bodhi-bodhi03.fedoraproject.org.key
|
privatefile: fedmsg-certs/keys/bodhi-bodhi03.phx2.fedoraproject.org.key
|
||||||
when: env != "staging"
|
when: env != "staging"
|
||||||
- role: openshift/secret-file
|
- role: openshift/secret-file
|
||||||
app: bodhi
|
app: bodhi
|
||||||
secret_name: bodhi-fedmsg-crt
|
secret_name: bodhi-fedmsg-crt
|
||||||
key: fedmsg-bodhi.crt
|
key: fedmsg-bodhi.crt
|
||||||
privatefile: fedmsg-certs/keys/bodhi-bodhi01.stg.fedoraproject.org.crt
|
privatefile: fedmsg-certs/keys/bodhi-bodhi01.phx2.stg.fedoraproject.org.crt
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
- role: openshift/secret-file
|
- role: openshift/secret-file
|
||||||
app: bodhi
|
app: bodhi
|
||||||
secret_name: bodhi-fedmsg-crt
|
secret_name: bodhi-fedmsg-crt
|
||||||
key: fedmsg-bodhi.crt
|
key: fedmsg-bodhi.crt
|
||||||
privatefile: fedmsg-certs/keys/bodhi-bodhi03.fedoraproject.org.crt
|
privatefile: fedmsg-certs/keys/bodhi-bodhi03.phx2.fedoraproject.org.crt
|
||||||
when: env != "staging"
|
when: env != "staging"
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: bodhi
|
app: bodhi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue