X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fintegration%2Fsmo%2Fcommon%2F.env;h=8617eb640dcd0dd34abbb2052a39ad78d87a8d33;hb=d17de574a0e45e713b17a2428eeb8ff8e13153f8;hp=f0168b02e8bf92ce9e8c683fd6c9fdd0bb80d3d4;hpb=f8d075e545c3539b494b5834ebcade9eedc536d5;p=oam.git diff --git a/solution/integration/smo/common/.env b/solution/integration/smo/common/.env index f0168b0..8617eb6 100644 --- a/solution/integration/smo/common/.env +++ b/solution/integration/smo/common/.env @@ -1,5 +1,5 @@ ################################################################################ -# Copyright 2021 highstreet technologies and others +# Copyright 2022 highstreet technologies and others # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ # limitations under the License. # -COMPOSE_PROJECT_NAME=o-ran-sc-e-release +COMPOSE_PROJECT_NAME=o-ran-sc-g-release # Credentials @@ -28,14 +28,12 @@ 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 -# Topology server -TOPOLOGY_IMAGE=docker.io/hightec/smo-topology-api-v2:2.0.2-SNAPSHOT-20210315T160448Z -TOPOLOGY_PROVIDERS=5GBerlin,winlab - # PERSISTENCE (including SDN-R Database) PERSISTENCE_IMAGE=docker.elastic.co/elasticsearch/elasticsearch-oss:7.9.3 @@ -46,4 +44,10 @@ ZOOKEEPER_IMAGE=nexus3.onap.org:10001/onap/dmaap/zookeeper:6.0.3 KAFKA_IMAGE=nexus3.onap.org:10001/onap/dmaap/kafka111:1.0.4 ## DMaaP -DMAAP_IMAGE=nexus3.onap.org:10001/onap/dmaap/dmaap-mr:1.1.18 \ No newline at end of file +DMAAP_IMAGE=nexus3.onap.org:10001/onap/dmaap/dmaap-mr:1.1.18 + +# O-RAN-SC Topology service +O_RAN_SC_TOPOLOGY_IMAGE=nexus3.o-ran-sc.org:10004/o-ran-sc/smo-nts-ng-topology-server:1.4.5 + +# Wireshark +WIRESHARK_IMAGE=lscr.io/linuxserver/wireshark