elections: Install the fedora-messaging files

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-04-29 11:25:53 +02:00
parent 6c8749cf59
commit 36d0ed7725

View file

@ -15,15 +15,35 @@
appowners: appowners:
- cverna - cverna
- pingou - pingou
- role: openshift/object - role: openshift/object
app: elections app: elections
template: imagestream.yml template: imagestream.yml
objectname: imagestream.yml objectname: imagestream.yml
- role: openshift/object - role: openshift/object
app: elections app: elections
template: buildconfig.yml template: buildconfig.yml
objectname: buildconfig.yml objectname: buildconfig.yml
- role: openshift/secret-file
app: elections
secret_name: elections-fedora-messaging-key
key: elections.key
privatefile: "rabbitmq/{{env}}/pki/private/elections{{env_suffix}}.key"
- role: openshift/secret-file
app: elections
secret_name: elections-fedora-messaging-crt
key: elections.crt
privatefile: "rabbitmq/{{env}}/pki/issued/elections{{env_suffix}}.crt"
- role: openshift/secret-file
app: elections
secret_name: elections-fedora-messaging-ca
key: elections.ca
privatefile: "rabbitmq/{{env}}/pki/ca.crt"
- role: openshift/object - role: openshift/object
app: elections app: elections
template: configmap.yml template: configmap.yml