Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit 7ba13ac

Browse files
Merge pull request #56 from SolaceDev/AssertFix
Assert fix
2 parents 26cae87 + 8886437 commit 7ba13ac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Install and Configure Solace PubSub+ Software Event Broker in an HA Tuple using AWS Cloud Formation
44

5-
This project is a best practice template intended for development and demo purposes. The tested and recommended Solace PubSub+ Software Event Broker version is 9.8.
5+
This project is a best practice template intended for development and demo purposes. The tested and recommended Solace PubSub+ Software Event Broker version is 9.10.
66

77
This document provides a quick getting started guide to install a Solace PubSub+ software event broker deployment in Amazon Web Services cloud computing platform.
88

scripts/install-solace.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -503,10 +503,10 @@ if [ "${is_primary}" = "true" ]; then
503503
504504
echo "`date` INFO: Initiating config-sync for router"
505505
/tmp/semp_query.sh -n admin -p ${admin_password} -u http://localhost:8080/SEMP \
506-
-q "<rpc><admin><config-sync><assert-master><router/></assert-master></config-sync></admin></rpc>"
506+
-q "<rpc semp-version=\"soltr/9_8VMR\"><admin><config-sync><assert-master><router/></assert-master></config-sync></admin></rpc>"
507507
echo "`date` INFO: Initiating config-sync for default vpn"
508508
/tmp/semp_query.sh -n admin -p ${admin_password} -u http://localhost:8080/SEMP \
509-
-q "<rpc><admin><config-sync><assert-master><vpn-name>default</vpn-name></assert-master></config-sync></admin></rpc>"
509+
-q "<rpc semp-version=\"soltr/9_8VMR\"><admin><config-sync><assert-master><vpn-name>default</vpn-name></assert-master></config-sync></admin></rpc>"
510510
511511
# Wait for config-sync results
512512
count=0
@@ -532,9 +532,9 @@ if [ "${is_primary}" = "true" ]; then
532532
if (( $count % 18 == 0 )) ; then
533533
echo "`date` INFO: Re-trying initiate config-sync for router"
534534
/tmp/semp_query.sh -n admin -p ${admin_password} -u http://localhost:8080/SEMP \
535-
-q "<rpc><admin><config-sync><assert-master><router/></assert-master></config-sync></admin></rpc>"
535+
-q "<rpc semp-version=\"soltr/9_8VMR\"><admin><config-sync><assert-master><router/></assert-master></config-sync></admin></rpc>"
536536
/tmp/semp_query.sh -n admin -p ${admin_password} -u http://localhost:8080/SEMP \
537-
-q "<rpc><admin><config-sync><assert-master><vpn-name>default</vpn-name></assert-master></config-sync></admin></rpc>"
537+
-q "<rpc semp-version=\"soltr/9_8VMR\"><admin><config-sync><assert-master><vpn-name>default</vpn-name></assert-master></config-sync></admin></rpc>"
538538
fi
539539
540540
sleep ${pause}

0 commit comments

Comments
 (0)