update identity service
- update integration environment variables for new image
IssueID: OAM-296
Change-Id: Ifff02ac8ca5ab7d7cae54bd1a44c93ab22c55d36
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
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_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)