diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index f301d143..1ef11531 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -8,9 +8,9 @@ jobs: name: Add guidelines comment runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@v3 - uses: harupy/comment-on-pr@master env: - GITHUB_TOKEN: ${{ secrets.SOLACE_BOT }} + GITHUB_TOKEN: ${{ secrets.SOLACE_COMMUNITY_BOT_ULTIMATE }} with: filename: comment-content.md diff --git a/.github/workflows/export-codelab.yml b/.github/workflows/export-codelab.yml index 750d24b1..b4471721 100644 --- a/.github/workflows/export-codelab.yml +++ b/.github/workflows/export-codelab.yml @@ -17,13 +17,19 @@ jobs: go-version: '1.20.5' - name: Checkout Current Branch - uses: actions/checkout@master + uses: actions/checkout@v3 with: + persist-credentials: false + fetch-depth: 0 + token: ${{ secrets.SOLACE_COMMUNITY_BOT_ULTIMATE }} path: main - name: Checkout claat repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: + ref: ${{ github.head_ref }} + fetch-depth: 0 + token: ${{ secrets.SOLACE_COMMUNITY_BOT_ULTIMATE }} repository: SolaceDev/google-tools path: google-tools @@ -49,8 +55,10 @@ jobs: - name: Push updates to codelabs repo run: | cd main - git config user.name SollyBot + git config user.name solacecommunity-bot git config user.email community@solace.com git add codelabs/. git commit -m "Adding ${{env.CHANGED_CODELABS}} html files" - git push https://${{env.SOLACE_BOT}}@github.com/Solacedev/solace-dev-codelabs \ No newline at end of file + git push https://solacecommunity-bot:${{secrets.SOLACE_COMMUNITY_BOT_ULTIMATE}}@github.com/Solacedev/solace-dev-codelabs + env: + GITHUB_TOKEN: ${{ secrets.SOLACE_COMMUNITY_BOT_ULTIMATE }} \ No newline at end of file diff --git a/.github/workflows/site-update.yml b/.github/workflows/site-update.yml index 8ae7f90b..398bb536 100644 --- a/.github/workflows/site-update.yml +++ b/.github/workflows/site-update.yml @@ -26,6 +26,7 @@ jobs: - name: Update submodule run: | + cd site git submodule update --remote git config user.name github-actions git config user.email github-actions@github.com diff --git a/.gitignore b/.gitignore index c7df69cc..52335f74 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ node_modules *lock* temp/ +.project +.vscode diff --git a/.project b/.project deleted file mode 100644 index 39c32f07..00000000 --- a/.project +++ /dev/null @@ -1,11 +0,0 @@ - - - solace-dev-codelabs - - - - - - - - diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 19f99787..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "cSpell.ignoreWords": [ - "boomi" - ] -} \ No newline at end of file diff --git a/README.md b/README.md index 61b2ab18..7f852f5a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![Update Codelabs Site Repo](https://github.com/SolaceDev/solace-dev-codelabs/workflows/Update%20Codelabs%20Site%20Repo/badge.svg) -[![Netlify Status](https://api.netlify.com/api/v1/badges/e66602c6-9a94-4095-a7c4-4e37ff2cdd41/deploy-status)](https://app.netlify.com/sites/focused-beaver-3cc79d/deploys) +[![Netlify Status](https://api.netlify.com/api/v1/badges/e66602c6-9a94-4095-a7c4-4e37ff2cdd41/deploy-status)](https://app.netlify.com/sites/codelabs-solace/deploys) [![Weekly link checker](https://github.com/SolaceDev/solace-dev-codelabs/actions/workflows/fullbrokenlink.yml/badge.svg)](https://github.com/SolaceDev/solace-dev-codelabs/actions/workflows/fullbrokenlink.yml) @@ -44,4 +44,4 @@ Follow the steps in this tutorial: https://codelabs.solace.dev/codelabs/codelab- Note: original markdown of this codelab is found under [codelabs/codelab-4-codelab](./codelabs/codelab-4-codelab) ## Learn About CodeLab -* CodeLabs are being created using Google Codelabs: https://github.com/googlecodelabs/tools \ No newline at end of file +* CodeLabs are being created using Google Codelabs: https://github.com/googlecodelabs/tools diff --git a/codelabs/boomi-salesforce-codelab/codelab.json b/codelabs/boomi-salesforce-codelab/codelab.json index 80d1a919..25c78c9b 100644 --- a/codelabs/boomi-salesforce-codelab/codelab.json +++ b/codelabs/boomi-salesforce-codelab/codelab.json @@ -3,16 +3,26 @@ "format": "html", "prefix": "https://storage.googleapis.com", "mainga": "UA-49880327-14", - "updated": "2020-10-01T13:28:49-04:00", + "updated": "2023-11-30T00:33:04Z", "id": "boomi-salesforce-codelab", "duration": 103, "title": "Event enabling Salesforce and AzureDB using Boomi and Solace", "summary": "", - "source": "boomi-salesforce-codelab.md", + "source": "main/markdown/boomi-salesforce-codelab/boomi-salesforce-codelab.md", "theme": "", - "status": ["draft"], - "category": ["boomi", "salesforce", "azure", "taxi"], - "tags": ["web", "workshop"], + "status": [ + "draft" + ], + "category": [ + "boomi", + "salesforce", + "azure", + "taxi" + ], + "tags": [ + "web", + "workshop" + ], "feedback": "https://github.com/jmenning-solace/nycmoderntaxi", "url": "boomi-salesforce-codelab" } diff --git a/codelabs/boomi-salesforce-codelab/index.html b/codelabs/boomi-salesforce-codelab/index.html index 57eef7de..30fd07ff 100644 --- a/codelabs/boomi-salesforce-codelab/index.html +++ b/codelabs/boomi-salesforce-codelab/index.html @@ -20,8 +20,9 @@ - + ⚙️ Test it out using Salesforce Workbench

Thanks for participating in this codelab! Let us know what you thought in the Solace Community Forum! If you found any issues along the way we'd appreciate it if you'd raise them by clicking the Report a mistake button at the bottom left of this codelab.

-

✅ For more information on the Solace Connector check out the PubSub+ Connector Hub page

+

✅ For more information on the Solace Connector check out the PubSub+ Connector Hub page

diff --git a/codelabs/boomi-v2-getting-started/codelab.json b/codelabs/boomi-v2-getting-started/codelab.json index 12f1cdc8..c2e0310f 100644 --- a/codelabs/boomi-v2-getting-started/codelab.json +++ b/codelabs/boomi-v2-getting-started/codelab.json @@ -3,19 +3,19 @@ "format": "html", "prefix": "https://storage.googleapis.com", "mainga": "UA-49880327-14", - "updated": "2021-11-30T13:24:45-05:00", + "updated": "2023-11-30T00:33:04Z", "id": "boomi-v2-getting-started", "duration": 86, "title": "Getting started with Boomi and Solace", "summary": "", - "source": "boomi-v2-getting-started.md", + "source": "main/markdown/boomi-v2-getting-started/boomi-v2-getting-started.md", "theme": "", "status": [ "published" ], "category": [ "boomi", - "event portal" + "eventportal" ], "tags": [ "web", diff --git a/codelabs/boomi-v2-getting-started/index.html b/codelabs/boomi-v2-getting-started/index.html index 155d1488..b9513859 100644 --- a/codelabs/boomi-v2-getting-started/index.html +++ b/codelabs/boomi-v2-getting-started/index.html @@ -20,8 +20,9 @@ - + Check out the logs -

✅ Sign up for a Solace PubSub+ Cloud account and configure a messaging service broker with a queue
✅ Sign up for a Boomi AtomSphere account and setup a Solace Pubsub+ Connector for a listen configuration and bind to a message queue
✅ Send events to the same topic the queue is subscribed to
✅ Check out more information on the Solace Connector in the PubSub+ Connector Hub page

+

✅ Sign up for a Solace PubSub+ Cloud account and configure a messaging service broker with a queue
✅ Sign up for a Boomi AtomSphere account and setup a Solace Pubsub+ Connector for a listen configuration and bind to a message queue
✅ Send events to the same topic the queue is subscribed to
✅ Check out more information on the Solace Connector in the PubSub+ Connector Hub page

Thanks for participating in this codelab! Let us know what you thought in the Solace Community Forum!

diff --git a/codelabs/dt-otel/codelab.json b/codelabs/dt-otel/codelab.json index 2145432f..daec1ad8 100644 --- a/codelabs/dt-otel/codelab.json +++ b/codelabs/dt-otel/codelab.json @@ -3,12 +3,12 @@ "format": "html", "prefix": "https://storage.googleapis.com", "mainga": "UA-49880327-14", - "updated": "2023-10-06T12:44:20-04:00", + "updated": "2023-11-30T00:24:36Z", "id": "dt-otel", "duration": 89, "title": "Getting Started with Solace Distributed Tracing and Context Propagation", "summary": "This Codelab will walk you through how to get started using Solace Distributed Tracing with Context Propagation", - "source": "dt-otel.md", + "source": "main/markdown/dt-otel/dt-otel.md", "theme": "", "status": [ "published" diff --git a/codelabs/dt-otel/index.html b/codelabs/dt-otel/index.html index 580ab53a..6b672b58 100644 --- a/codelabs/dt-otel/index.html +++ b/codelabs/dt-otel/index.html @@ -20,21 +20,22 @@ - + -

This codelab will take you through the basics of the Soalce PubSub+ Distributed Tracing feature. Following these steps will take you through:

+

This codelab will take you through the basics of the Soalce PubSub+ Distributed Tracing feature. The following steps will take you through:

    -
  • Launching and configuring a PubSub+ Event Broker Software
  • -
  • Launching the OpenTelemetry Collector Contribution
  • -
  • Launching Jaeger, the open source, end-to-end distributed tracing backend to observe our traces
  • -
  • Publishing and receiving messages to/from your broker to generate broker trace events
  • -
  • Context propagation via auto-instrumented JMS applications that will generate end to end linked traces (publisher – broker – receiver traces)
  • +
  • Launching and configuring a PubSub+ Event Broker locally via Docker
  • +
  • Launching and configuring the OpenTelemetry Collector Contribution
  • +
  • Launching Jaeger: the open source, end-to-end distributed tracing backend to observe our traces
  • +
  • Publishing and receiving messages to and from the broker to generate broker trace events
  • +
  • Context propagation via auto-instrumented JMS applications that generates end to end linked traces (publisher – broker – receiver traces)
  • Context propagation via manual-instrumented JCSMP applications that will generate end to end linked traces (publisher – broker – receiver traces)

Upon successful completion of this codelab, we encourage you to experiment with distributed tracing and the environment provided to see how it fits with your use case(s). This can include other message sources, OpenTelemetry exporters, and telemetry analysis tools.

diff --git a/codelabs/sap-aem-int-day-1/codelab.json b/codelabs/sap-aem-int-day-1/codelab.json index 10338e4c..f7c7e39a 100644 --- a/codelabs/sap-aem-int-day-1/codelab.json +++ b/codelabs/sap-aem-int-day-1/codelab.json @@ -3,12 +3,12 @@ "format": "html", "prefix": "https://storage.googleapis.com", "mainga": "UA-49880327-14", - "updated": "2023-11-23T11:28:57+01:00", + "updated": "2023-12-04T09:44:23Z", "id": "sap-aem-int-day-1", "duration": 12, "title": "Event Enable SAP Using SAP Advanced Event Mesh - Day 1", "summary": "Day 1/5 : This code lab walks the participant through the experience of using SAP AEM to event enable their SAP ecosystem and workflows", - "source": "sap-aem-int-day-1.md", + "source": "main/markdown/sap-aem-int-day-1/sap-aem-int-day-1.md", "theme": "", "status": [ "hidden" diff --git a/codelabs/sap-aem-int-day-1/index.html b/codelabs/sap-aem-int-day-1/index.html index c41747c0..0dc1cb19 100644 --- a/codelabs/sap-aem-int-day-1/index.html +++ b/codelabs/sap-aem-int-day-1/index.html @@ -160,7 +160,7 @@

3 : Login to CloudFoundry space

4 : Deploying the SAP Simulator application

  • Navigate to the directory where the above deployable artefact files are saved.
  • -
  • Run the command cf push which will upload the jar file and use the manifest.yml for properties. Note : this command will take some time to completely execute as it uploads the jar deployable and also start the application.
  • +
  • Run the command cf push --random-route which will upload the jar file and use the manifest.yml for properties. Note : this command will take some time to completely execute as it uploads the jar deployable and also start the application.
  • Once the command is completely executed, run the command cf apps to view a listing of the apps in your cloudfoundry space
  • Verify that the app capm-erp-simulation is deployed and started
diff --git a/markdown/Boomi-request-reply/export.sh b/markdown/Boomi-request-reply/export.sh deleted file mode 100755 index dd82a4ae..00000000 --- a/markdown/Boomi-request-reply/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/azure2Solace/export.sh b/markdown/azure2Solace/export.sh deleted file mode 100755 index b6e32414..00000000 --- a/markdown/azure2Solace/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename \ No newline at end of file diff --git a/markdown/boomi-salesforce-codelab/boomi-salesforce-codelab.md b/markdown/boomi-salesforce-codelab/boomi-salesforce-codelab.md index ef33fba0..689fdf34 100644 --- a/markdown/boomi-salesforce-codelab/boomi-salesforce-codelab.md +++ b/markdown/boomi-salesforce-codelab/boomi-salesforce-codelab.md @@ -487,4 +487,4 @@ Duration: 0:01:00 Thanks for participating in this codelab! Let us know what you thought in the [Solace Community Forum](https://solace.community/)! If you found any issues along the way we'd appreciate it if you'd raise them by clicking the Report a mistake button at the bottom left of this codelab. -✅ For more information on the Solace Connector check out the [PubSub+ Connector Hub](https://solace.com/connectors/dell-boomi-ipaas/) page +✅ For more information on the Solace Connector check out the [PubSub+ Connector Hub](https://solace.com/integration-hub/boomi-ipaas/) page diff --git a/markdown/boomi-salesforce-codelab/export.sh b/markdown/boomi-salesforce-codelab/export.sh deleted file mode 100755 index 74564882..00000000 --- a/markdown/boomi-salesforce-codelab/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/boomi-v2-getting-started/boomi-v2-getting-started.md b/markdown/boomi-v2-getting-started/boomi-v2-getting-started.md index 9be16686..6d9add2d 100644 --- a/markdown/boomi-v2-getting-started/boomi-v2-getting-started.md +++ b/markdown/boomi-v2-getting-started/boomi-v2-getting-started.md @@ -419,6 +419,6 @@ Duration: 0:07:00 ✅ Sign up for a Solace PubSub+ Cloud account and configure a messaging service broker with a queue ✅ Sign up for a Boomi AtomSphere account and setup a Solace Pubsub+ Connector for a listen configuration and bind to a message queue ✅ Send events to the same topic the queue is subscribed to -✅ Check out more information on the Solace Connector in the [PubSub+ Connector Hub](https://solace.com/connectors/dell-boomi-ipaas/) page +✅ Check out more information on the Solace Connector in the [PubSub+ Connector Hub](https://solace.com/integration-hub/boomi-ipaas/) page Thanks for participating in this codelab! Let us know what you thought in the [Solace Community Forum](https://solace.community/)! diff --git a/markdown/boomi-v2-getting-started/export.sh b/markdown/boomi-v2-getting-started/export.sh deleted file mode 100755 index 74564882..00000000 --- a/markdown/boomi-v2-getting-started/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/codelab-4-codelab/export.sh b/markdown/codelab-4-codelab/export.sh deleted file mode 100755 index 74564882..00000000 --- a/markdown/codelab-4-codelab/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/create-api-products-using-scs-and-ep/export.sh b/markdown/create-api-products-using-scs-and-ep/export.sh deleted file mode 100755 index dd82a4ae..00000000 --- a/markdown/create-api-products-using-scs-and-ep/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/design-document-discover-develop-event-driven-apis/export.sh b/markdown/design-document-discover-develop-event-driven-apis/export.sh deleted file mode 100755 index 74564882..00000000 --- a/markdown/design-document-discover-develop-event-driven-apis/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/design-to-code-workshop/export.sh b/markdown/design-to-code-workshop/export.sh deleted file mode 100755 index 74564882..00000000 --- a/markdown/design-to-code-workshop/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/dt-otel/dt-otel.md b/markdown/dt-otel/dt-otel.md index 1d4e0006..f6ec54df 100644 --- a/markdown/dt-otel/dt-otel.md +++ b/markdown/dt-otel/dt-otel.md @@ -13,11 +13,11 @@ feedback link: https://github.com/SolaceDev/solace-dev-codelabs/blob/master/mark Duration: 0:03:00 This codelab will take you through the basics of the Soalce PubSub+ Distributed Tracing feature. The following steps will take you through: -* Launching and configuring a PubSub+ Event Broker Software -* Launching the OpenTelemetry Collector Contribution -* Launching Jaeger, the open source, end-to-end distributed tracing backend to observe our traces -* Publishing and receiving messages to/from your broker to generate broker trace events -* Context propagation via auto-instrumented JMS applications that will generate end to end linked traces (publisher – broker – receiver traces) +* Launching and configuring a PubSub+ Event Broker locally via Docker +* Launching and configuring the OpenTelemetry Collector Contribution +* Launching Jaeger: the open source, end-to-end distributed tracing backend to observe our traces +* Publishing and receiving messages to and from the broker to generate broker trace events +* Context propagation via auto-instrumented JMS applications that generates end to end linked traces (publisher – broker – receiver traces) * Context propagation via manual-instrumented JCSMP applications that will generate end to end linked traces (publisher – broker – receiver traces) Upon successful completion of this codelab, we encourage you to experiment with distributed tracing and the environment provided to see how it fits with your use case(s). This can include other message sources, OpenTelemetry exporters, and telemetry analysis tools. diff --git a/markdown/dt-otel/export.sh b/markdown/dt-otel/export.sh deleted file mode 100755 index dd82a4ae..00000000 --- a/markdown/dt-otel/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/ep-discovery-kafka/export.sh b/markdown/ep-discovery-kafka/export.sh deleted file mode 100755 index 74564882..00000000 --- a/markdown/ep-discovery-kafka/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/ep2-workshop-versioning-airline/export.sh b/markdown/ep2-workshop-versioning-airline/export.sh deleted file mode 100755 index dd82a4ae..00000000 --- a/markdown/ep2-workshop-versioning-airline/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/explore-dmr/export.sh b/markdown/explore-dmr/export.sh deleted file mode 100755 index dd82a4ae..00000000 --- a/markdown/explore-dmr/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/exploring-solace-native-apis/export.sh b/markdown/exploring-solace-native-apis/export.sh deleted file mode 100755 index 74564882..00000000 --- a/markdown/exploring-solace-native-apis/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/get-started-basics/export.sh b/markdown/get-started-basics/export.sh deleted file mode 100755 index 69ce4bcf..00000000 --- a/markdown/get-started-basics/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -ga UA-3921398-10 -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/integrations/apamajms/export.sh b/markdown/integrations/apamajms/export.sh deleted file mode 100755 index 562ad0d9..00000000 --- a/markdown/integrations/apamajms/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../../codelabs/ $codelab_markdown_filename diff --git a/markdown/integrations/flink-streaming-2-10/export.sh b/markdown/integrations/flink-streaming-2-10/export.sh deleted file mode 100755 index 562ad0d9..00000000 --- a/markdown/integrations/flink-streaming-2-10/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../../codelabs/ $codelab_markdown_filename diff --git a/markdown/integrations/hermesjms/export.sh b/markdown/integrations/hermesjms/export.sh deleted file mode 100755 index 562ad0d9..00000000 --- a/markdown/integrations/hermesjms/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../../codelabs/ $codelab_markdown_filename diff --git a/markdown/integrations/nagios/export.sh b/markdown/integrations/nagios/export.sh deleted file mode 100755 index 562ad0d9..00000000 --- a/markdown/integrations/nagios/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../../codelabs/ $codelab_markdown_filename diff --git a/markdown/integrations/nifi-jms-jndi/export.sh b/markdown/integrations/nifi-jms-jndi/export.sh deleted file mode 100755 index 562ad0d9..00000000 --- a/markdown/integrations/nifi-jms-jndi/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../../codelabs/ $codelab_markdown_filename diff --git a/markdown/integrations/red-hat-jboss-eap/export.sh b/markdown/integrations/red-hat-jboss-eap/export.sh deleted file mode 100755 index 562ad0d9..00000000 --- a/markdown/integrations/red-hat-jboss-eap/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../../codelabs/ $codelab_markdown_filename diff --git a/markdown/integrations/red-hat-jboss-fuse-v6/export.sh b/markdown/integrations/red-hat-jboss-fuse-v6/export.sh deleted file mode 100755 index 562ad0d9..00000000 --- a/markdown/integrations/red-hat-jboss-fuse-v6/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../../codelabs/ $codelab_markdown_filename diff --git a/markdown/integrations/spark-streaming/export.sh b/markdown/integrations/spark-streaming/export.sh deleted file mode 100755 index 562ad0d9..00000000 --- a/markdown/integrations/spark-streaming/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../../codelabs/ $codelab_markdown_filename diff --git a/markdown/integrations/spring-framework/export.sh b/markdown/integrations/spring-framework/export.sh deleted file mode 100755 index 562ad0d9..00000000 --- a/markdown/integrations/spring-framework/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../../codelabs/ $codelab_markdown_filename diff --git a/markdown/integrations/weblogic-app-server/export.sh b/markdown/integrations/weblogic-app-server/export.sh deleted file mode 100755 index 562ad0d9..00000000 --- a/markdown/integrations/weblogic-app-server/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../../codelabs/ $codelab_markdown_filename diff --git a/markdown/integrations/websphere-app-server/export.sh b/markdown/integrations/websphere-app-server/export.sh deleted file mode 100755 index 562ad0d9..00000000 --- a/markdown/integrations/websphere-app-server/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../../codelabs/ $codelab_markdown_filename diff --git a/markdown/integrations/websphere-liberty/export.sh b/markdown/integrations/websphere-liberty/export.sh deleted file mode 100755 index 562ad0d9..00000000 --- a/markdown/integrations/websphere-liberty/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../../codelabs/ $codelab_markdown_filename diff --git a/markdown/kafka-connectors/export.sh b/markdown/kafka-connectors/export.sh deleted file mode 100755 index 74564882..00000000 --- a/markdown/kafka-connectors/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/keda-solace-queue/export.sh b/markdown/keda-solace-queue/export.sh deleted file mode 100755 index dd82a4ae..00000000 --- a/markdown/keda-solace-queue/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/kubernetes_operator_codelab/export.sh b/markdown/kubernetes_operator_codelab/export.sh deleted file mode 100755 index dd82a4ae..00000000 --- a/markdown/kubernetes_operator_codelab/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/mulesoft-connector/export.sh b/markdown/mulesoft-connector/export.sh deleted file mode 100755 index dd82a4ae..00000000 --- a/markdown/mulesoft-connector/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/opentelemetry-intro/export.sh b/markdown/opentelemetry-intro/export.sh deleted file mode 100755 index 74564882..00000000 --- a/markdown/opentelemetry-intro/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/rabbitmq-shovel-to-solace/export.sh b/markdown/rabbitmq-shovel-to-solace/export.sh deleted file mode 100755 index dd82a4ae..00000000 --- a/markdown/rabbitmq-shovel-to-solace/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/raspberry-pi-proximity-sensor/export.sh b/markdown/raspberry-pi-proximity-sensor/export.sh deleted file mode 100755 index 74564882..00000000 --- a/markdown/raspberry-pi-proximity-sensor/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/sap-aem-int-day-1/export.sh b/markdown/sap-aem-int-day-1/export.sh deleted file mode 100755 index dd82a4ae..00000000 --- a/markdown/sap-aem-int-day-1/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/sap-aem-int-day-1/sap-aem-int-day-1.md b/markdown/sap-aem-int-day-1/sap-aem-int-day-1.md index 0822cea5..5e97b8fb 100644 --- a/markdown/sap-aem-int-day-1/sap-aem-int-day-1.md +++ b/markdown/sap-aem-int-day-1/sap-aem-int-day-1.md @@ -227,7 +227,7 @@ You can log in to the SAP CloudFoundry space in your account as below : ### 4 : Deploying the SAP Simulator application - Navigate to the directory where the above deployable artefact files are saved. -- Run the command `cf push` which will upload the jar file and use the manifest.yml for properties. **Note : this +- Run the command `cf push --random-route` which will upload the jar file and use the manifest.yml for properties. **Note : this command will take some time to completely execute as it uploads the jar deployable and also start the application.** - Once the command is completely executed, run the command `cf apps` to view a listing of the apps in your cloudfoundry space diff --git a/markdown/sap-aem-int-day-2/export.sh b/markdown/sap-aem-int-day-2/export.sh deleted file mode 100755 index dd82a4ae..00000000 --- a/markdown/sap-aem-int-day-2/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/sap-aem-int-day-3/export.sh b/markdown/sap-aem-int-day-3/export.sh deleted file mode 100755 index dd82a4ae..00000000 --- a/markdown/sap-aem-int-day-3/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/sap-aem-int-day-4/export.sh b/markdown/sap-aem-int-day-4/export.sh deleted file mode 100755 index dd82a4ae..00000000 --- a/markdown/sap-aem-int-day-4/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/solace-battleship/export.sh b/markdown/solace-battleship/export.sh deleted file mode 100755 index 74564882..00000000 --- a/markdown/solace-battleship/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/solace-discovery/export.sh b/markdown/solace-discovery/export.sh deleted file mode 100755 index 69ce4bcf..00000000 --- a/markdown/solace-discovery/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -ga UA-3921398-10 -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/solace-event-enable-rest/export.sh b/markdown/solace-event-enable-rest/export.sh deleted file mode 100755 index 74564882..00000000 --- a/markdown/solace-event-enable-rest/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/solace-helm-environment-setup/export.sh b/markdown/solace-helm-environment-setup/export.sh deleted file mode 100755 index 74564882..00000000 --- a/markdown/solace-helm-environment-setup/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/solace-helm-node-samples/export.sh b/markdown/solace-helm-node-samples/export.sh deleted file mode 100755 index 74564882..00000000 --- a/markdown/solace-helm-node-samples/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/solace-js-mqtt-pg/export.sh b/markdown/solace-js-mqtt-pg/export.sh deleted file mode 100755 index 74564882..00000000 --- a/markdown/solace-js-mqtt-pg/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/solace-k8s-operator/export.sh b/markdown/solace-k8s-operator/export.sh deleted file mode 100755 index 74564882..00000000 --- a/markdown/solace-k8s-operator/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/solace-workshop-scs-pcf/export.sh b/markdown/solace-workshop-scs-pcf/export.sh deleted file mode 100755 index 74564882..00000000 --- a/markdown/solace-workshop-scs-pcf/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/solace-workshop-scs/export.sh b/markdown/solace-workshop-scs/export.sh deleted file mode 100755 index 74564882..00000000 --- a/markdown/solace-workshop-scs/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/spring-cloud-stream-basics/export.sh b/markdown/spring-cloud-stream-basics/export.sh deleted file mode 100755 index 74564882..00000000 --- a/markdown/spring-cloud-stream-basics/export.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -codelab_dir=`basename $codelab_markdown_filename .md` -rm -fr $codelab_dir - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/spring-cloud-stream-beyond/export.sh b/markdown/spring-cloud-stream-beyond/export.sh deleted file mode 100755 index dd82a4ae..00000000 --- a/markdown/spring-cloud-stream-beyond/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/springone-2021-asyncapi-workshop/export.sh b/markdown/springone-2021-asyncapi-workshop/export.sh deleted file mode 100755 index dd82a4ae..00000000 --- a/markdown/springone-2021-asyncapi-workshop/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/template/export.sh b/markdown/template/export.sh deleted file mode 100755 index dd82a4ae..00000000 --- a/markdown/template/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../codelabs/ $codelab_markdown_filename diff --git a/markdown/tracing-ea/export.sh b/markdown/tracing-ea/export.sh deleted file mode 100755 index dd82a4ae..00000000 --- a/markdown/tracing-ea/export.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# export.sh -# -# export the codelab to the right directory - -# Get markdown file name -codelab_markdown_filename=`ls *.md` -rm -fr temp - -claat export -o ../../codelabs/ $codelab_markdown_filename