Merge #1076 Update the README for OpenShift deployments

This commit is contained in:
Matt Prahl
2018-11-13 17:24:22 +00:00

View File

@@ -7,7 +7,8 @@ Deploy MBS to OpenShift
$ docker build openshift/backend \
--tag mbs-backend:latest \
--build-arg mbs_rpm=<MBS_RPM> \
--build-arg mbs_messaging_umb_rpm=<MBS_MESSAGING_UMB_RPM>
--build-arg mbs_messaging_umb_rpm=<MBS_MESSAGING_UMB_RPM> \
--build-arg umb_ca_crt=<UMB_CA_CRT>
```
where:
@@ -19,6 +20,8 @@ where:
Plugin](https://github.com/release-engineering/mbs-messaging-umb) RPM. If not
provided, only `fedmsg` and `in_memory` will be available for messaging in the
image.
* UMB_CA_CRT is a path or URL to the CA certificate of the message bus to be
used by MBS.
## Build the container image for MBS frontend