diff --git a/README.md b/README.md index 13bb1d0..81faaac 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Solace [PubSub+ Platform](https://solace.com/products/platform/) is a complete e ## Overview -This project is a best practice template intended for development and demo purposes. It has been tested using OpenShift v4.6. The tested and recommended Solace PubSub+ Software Event Broker version is 9.8. +This project is a best practice template intended for development and demo purposes. It has been tested using OpenShift v4.6. The tested and recommended Solace PubSub+ Software Event Broker version is 9.10. This document provides a quick getting started guide to install a Solace PubSub+ Software Event Broker in various configurations onto an OpenShift 4 platform. For OpenShift 3.11, refer to the [archived version of this quick start](https://github.com/SolaceProducts/pubsubplus-openshift-quickstart/tree/v1.1.1). diff --git a/templates/eventbroker_ha_template.yaml b/templates/eventbroker_ha_template.yaml index 0fa1254..3a3399c 100644 --- a/templates/eventbroker_ha_template.yaml +++ b/templates/eventbroker_ha_template.yaml @@ -222,9 +222,9 @@ objects: # Now can issue {resync_step} command echo "`date` INFO: ${APP}-Initiating ${resync_step}" /mnt/disks/solace/semp_query.sh -n admin -p ${password} -u http://localhost:8080 \ - -q "<${resync_step}>" + -q "<${resync_step}>" /mnt/disks/solace/semp_query.sh -n admin -p ${password} -u http://localhost:8080 \ - -q "<${resync_step}>default" + -q "<${resync_step}>default" # Wait for config-sync results count=0 echo "`date` INFO: ${APP}-Waiting for config-sync connected"