Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into techmesh-codelab-up…
Browse files Browse the repository at this point in the history
…dates
  • Loading branch information
HariRangarajan-Solace authored and HariRangarajan-Solace committed Jun 3, 2024
2 parents ea18327 + aa32c24 commit 80ba8e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion codelabs/ep-connect-ep-broker/codelab.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2024-05-31T16:31:49Z",
"updated": "2024-06-03T13:05:03Z",
"id": "ep-connect-ep-broker",
"duration": 68,
"title": "Connecting Event Portal to a runtime Event Broker",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions codelabs/ep-connect-ep-broker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<ul>
<li>Postman installed on a local machine, you can <a href="https://www.postman.com/downloads/" target="_blank">download it for free</a>.</li>
<li>Docker installed on a local machine. If you are using Podman, please note that you will need to use different commands later in the lab.</li>
<li>A completely empty Event Portal account. Do <strong>not</strong> use accounts like se-demo or se-all. All TechMesh attendees should have received a dedicated account. If you have not, please contact Mark Barrington-Little at [email protected]</li>
<li>A completely empty Event Portal account. Do <strong>not</strong> use accounts like se-demo or se-all. All TechMesh attendees should have received a dedicated account. If you have not, please reach out in the Slack channel <strong>#techmesh-troubleshooting</strong></li>
</ul>


Expand Down Expand Up @@ -92,7 +92,7 @@ <h2 is-upgraded>Run the Postman script</h2>
<google-codelab-step label="Enable runtime configuration for your environments" duration="3">
<ol type="1">
<li>To guide application promotion, Event Portal models all of your runtime environments. To do this, go to the profile icon in the lower left hand side, then click on Environments.<br><img alt="Image" src="img/24128d44be60d9d1.png"><br><br></li>
<li>To allow Event Portal to configure the runtime environment, click on the three dots, then select Enable Runtime Configuration. Do this for both Test and Prod.<br><img alt="Image" src="img/c13dcb7cf15bf0b8.png"><br><br></li>
<li>To allow Event Portal to configure the runtime environment, click on the three dots, then select Enable Runtime Configuration. Do this for both Test and Prod.<br><img alt="Image" src="img/a8155ca3d8ed56e0.png"><br><br></li>
</ol>


Expand All @@ -107,6 +107,7 @@ <h2 is-upgraded>Run the Postman script</h2>
<li>Update the Message VPN, SEMP username and SEMP URL to point to your local broker.<br> Message VPN (1) is typically: <code>default</code><br> SEMP username (2) is typically: <code>admin</code><br> SEMP URL (3) can be found, if using docker by finding the brokers ip address using the following command:<br> <code>docker inspect -f '&#123;&#123;range.NetworkSettings.Networks}}&#123;&#123;.IPAddress}}&#123;&#123;end}}' solace</code></li>
</ol>
<p>Once you have the ip address, the SEMP_URL is typically port 8080, thus <code>http://BROKER-IP:8080</code> <br><br> Once properly configured, click on Save Changes (4)<br><img alt="Image" src="img/318a6c4730d78659.png"><br><br></p>
<p>Click on the <strong>Save &amp; Create connection file</strong> button as shown : <img alt="16.a.png" src="img/f0ce240df6deffec.png"></p>


</google-codelab-step>
Expand Down

0 comments on commit 80ba8e5

Please sign in to comment.