From abda4dd8f2469d0f755265297b6e886cf326f3f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hunor=20Csomort=C3=A1ni?= Date: Tue, 13 Nov 2018 12:39:44 +0100 Subject: [PATCH] Update the README for OpenShift deployments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- openshift/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openshift/README.md b/openshift/README.md index 3496698f..9a636d92 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