From abda4dd8f2469d0f755265297b6e886cf326f3f7 Mon Sep 17 00:00:00 2001 From: Hunor Csomortáni Date: Nov 13 2018 11:39:44 +0000 Subject: Update the README for OpenShift deployments The backend container images needs a build argument holding the UMB CA certificate. Update the README with this information. Signed-off-by: Hunor Csomortáni --- diff --git a/openshift/README.md b/openshift/README.md index 3496698..9a636d9 100644 --- a/openshift/README.md +++ b/openshift/README.md @@ -7,7 +7,8 @@ Deploy MBS to OpenShift $ docker build openshift/backend \ --tag mbs-backend:latest \ --build-arg mbs_rpm= \ - --build-arg mbs_messaging_umb_rpm= + --build-arg mbs_messaging_umb_rpm= \ + --build-arg 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