Skip to content

Commit

Permalink
Merge pull request #44 from SolaceDev/AssertFix
Browse files Browse the repository at this point in the history
Assert fix
  • Loading branch information
RagnarPaulson authored Jul 22, 2021
2 parents 9b74eff + 590f601 commit 3841396
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
4 changes: 2 additions & 2 deletions templates/eventbroker_ha_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<rpc><admin><config-sync><${resync_step}><router/></${resync_step}></config-sync></admin></rpc>"
-q "<rpc semp-version=\"soltr/9_8VMR\"><admin><config-sync><${resync_step}><router/></${resync_step}></config-sync></admin></rpc>"
/mnt/disks/solace/semp_query.sh -n admin -p ${password} -u http://localhost:8080 \
-q "<rpc><admin><config-sync><${resync_step}><vpn-name>default</vpn-name></${resync_step}></config-sync></admin></rpc>"
-q "<rpc semp-version=\"soltr/9_8VMR\"><admin><config-sync><${resync_step}><vpn-name>default</vpn-name></${resync_step}></config-sync></admin></rpc>"
# Wait for config-sync results
count=0
echo "`date` INFO: ${APP}-Waiting for config-sync connected"
Expand Down

0 comments on commit 3841396

Please sign in to comment.