From d17de574a0e45e713b17a2428eeb8ff8e13153f8 Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Thu, 15 Sep 2022 14:51:55 +0200 Subject: [PATCH] update identity service - update integration environment variables for new image IssueID: OAM-296 Change-Id: Ifff02ac8ca5ab7d7cae54bd1a44c93ab22c55d36 Signed-off-by: demx8as6 --- solution/integration/smo/common/.env | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/solution/integration/smo/common/.env b/solution/integration/smo/common/.env index 7dfae76..8617eb6 100644 --- a/solution/integration/smo/common/.env +++ b/solution/integration/smo/common/.env @@ -14,7 +14,7 @@ # limitations under the License. # -COMPOSE_PROJECT_NAME=o-ran-sc-f-release +COMPOSE_PROJECT_NAME=o-ran-sc-g-release # Credentials @@ -28,8 +28,10 @@ NETWORK_SUBNET_SMO=2001:db8:1:40::/96 NETWORK_GATEWAY_SMO=2001:db8:1:40::1 # Identity server -IDENTITY_IMAGE=quay.io/keycloak/keycloak:12.0.4 -IDENTITY_PORT=8463 +IDENTITY_IMAGE=bitnami/keycloak:18.0.2 +IDENTITY_MGMT_USERNAME=manager +IDENTITY_MGMT_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U +IDENTITY_PORT_HTTPS=8463 IDENTITY_PROVIDER_URL=https://identity:8463 # PERSISTENCE (including SDN-R Database) -- 2.16.6