Add kafka bridge
[oam.git] / solution / smo / common / .env
1 ################################################################################
2 # Copyright 2022 highstreet technologies and others
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16
17 # Credentials
18 ADMIN_USERNAME=admin
19 ADMIN_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
20
21 # Network settings
22 # Please update /etc/docker/daemon.json accordingly
23 # https://docs.docker.com/config/daemon/ipv6/
24 NETWORK_SUBNET_DCN_IPv6=2001:db8:1:50::/96
25
26 # gateway network implemented by traefik
27 SOLUTION_DOMAIN=smo.o-ran-sc.org
28 TRAEFIK_IMAGE=traefik:v2.9
29 TRAEFIK_LOG_LEVEL=DEBUG
30 TRAEFIK_NETWORK_NAME=dmz
31
32 # Identity server
33 IDENTITY_IMAGE=bitnami/keycloak:18.0.2
34 IDENTITYDB_IMAGE=docker.io/bitnami/postgresql:13
35 IDENTITY_MGMT_USERNAME=manager
36 IDENTITY_MGMT_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
37 # IDENTITY_PORT_HTTPS=8463
38 IDENTITY_PROVIDER_URL=https://identity.smo.o-ran-sc.org
39
40 # PERSISTENCE (including SDN-R Database)
41 PERSISTENCE_IMAGE=docker.elastic.co/elasticsearch/elasticsearch-oss:7.9.3
42
43 ## ZooKeeper
44 ZOOKEEPER_IMAGE=nexus3.onap.org:10001/onap/dmaap/zookeeper:6.0.3
45
46 ## Kafka
47 KAFKA_IMAGE=nexus3.onap.org:10001/onap/dmaap/kafka111:1.0.4
48 KAFKA_BRIDGE_IMAGE=quay.io/strimzi/kafka-bridge:0.25.0
49
50 ## Messages (DMaaP)
51 DMAAP_IMAGE=nexus3.onap.org:10001/onap/dmaap/dmaap-mr:1.1.18