update identity service 27/9027/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Thu, 15 Sep 2022 12:51:55 +0000 (14:51 +0200)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Thu, 15 Sep 2022 12:51:59 +0000 (14:51 +0200)
- update integration environment variables for new image

IssueID: OAM-296
Change-Id: Ifff02ac8ca5ab7d7cae54bd1a44c93ab22c55d36
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
solution/integration/smo/common/.env

index 7dfae76..8617eb6 100644 (file)
@@ -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)