Add PM functionality 74/14274/4
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Wed, 19 Mar 2025 09:41:22 +0000 (15:11 +0530)
committerRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Wed, 26 Mar 2025 05:14:23 +0000 (10:44 +0530)
commit0e688e11dd5b150d2a6d9e26cdc27625db1baa98
treeb2649ad1cfc3bf2ac87cfcf1f71a30ab164dbd37
parent0d03680d88d3bb8af418d5929d09a811e002713a
Add PM functionality

Update kafka and zookeeper images to Strimzi kafka images

Issue-ID: OAM-435
Change-Id: I2815b53fa696b055060a064225dec0288ea46ccc
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
39 files changed:
solution/network/docker-compose.yaml
solution/smo/common/.env
solution/smo/common/docker-compose.yaml
solution/smo/oam/docker-compose.yaml
solution/smo/oam/pm/.env [new file with mode: 0644]
solution/smo/oam/pm/README.md [new file with mode: 0644]
solution/smo/oam/pm/config/control-panel/nginx.conf [new file with mode: 0644]
solution/smo/oam/pm/config/dfc/application.yaml [new file with mode: 0644]
solution/smo/oam/pm/config/dfc/token-cache/jwt.txt [new file with mode: 0644]
solution/smo/oam/pm/config/dfc/truststore.jks [new file with mode: 0644]
solution/smo/oam/pm/config/ics/application.yaml [new file with mode: 0644]
solution/smo/oam/pm/config/ngw/application.yaml [new file with mode: 0644]
solution/smo/oam/pm/config/pmfc/application_configuration_xml2json.json [new file with mode: 0644]
solution/smo/oam/pm/config/pmlog/application.yaml [new file with mode: 0644]
solution/smo/oam/pm/config/pmlog/jobDefinition.json [new file with mode: 0644]
solution/smo/oam/pm/config/pmlog/token-cache/jwt.txt [new file with mode: 0644]
solution/smo/oam/pm/config/pmpr/application.yaml [new file with mode: 0644]
solution/smo/oam/pm/config/pmpr/application_configuration.json [new file with mode: 0644]
solution/smo/oam/pm/config/pmpr/token-cache/jwt.txt [new file with mode: 0644]
solution/smo/oam/pm/config/pmrapp/jobDefinition.json [new file with mode: 0644]
solution/smo/oam/pm/docker-compose-influxdb.yaml [new file with mode: 0644]
solution/smo/oam/pm/docker-compose-pmrapp.yaml [new file with mode: 0644]
solution/smo/oam/pm/docker-compose.yaml [new file with mode: 0644]
solution/smo/oam/pm/pm-rapp/.gitignore [new file with mode: 0644]
solution/smo/oam/pm/pm-rapp/Dockerfile [new file with mode: 0644]
solution/smo/oam/pm/pm-rapp/README.md [new file with mode: 0644]
solution/smo/oam/pm/pm-rapp/build.sh [new file with mode: 0755]
solution/smo/oam/pm/pm-rapp/go.mod [new file with mode: 0644]
solution/smo/oam/pm/pm-rapp/go.sum [new file with mode: 0644]
solution/smo/oam/pm/pm-rapp/main.go [new file with mode: 0644]
solution/smo/oam/pm/pmrapp-setup.sh [new file with mode: 0755]
solution/smo/oam/pm/pmrapp-tear-down.sh [new file with mode: 0755]
solution/smo/oam/pm/scripts/clean-shared-volume.sh [new file with mode: 0755]
solution/smo/oam/pm/scripts/get_influxdb2_token.sh [new file with mode: 0755]
solution/smo/oam/pm/scripts/populate_keycloak.sh [new file with mode: 0755]
solution/smo/oam/pm/scripts/update_ics_job.sh [new file with mode: 0755]
solution/smo/oam/pm/setup.sh [new file with mode: 0755]
solution/smo/oam/pm/tear-down.sh [new file with mode: 0755]
solution/smo/oam/pm/update-pmlog.sh [new file with mode: 0755]