Add a FlowManagement Component
[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_SMO=2001:db8:1:40::/96
25 NETWORK_GATEWAY_SMO=2001:db8:1:40::1
26
27 # traefik network
28 SOLUTION_DOMAIN=smo.o-ran-sc.org
29 TRAEFIK_IMAGE=traefik:v2.9
30 TRAEFIK_LOG_LEVEL=DEBUG
31 TRAEFIK_NETWORK_NAME=smo
32 TRAEFIK_SUBNET=172.30.0.0/16
33 TRAEFIK_SUBNET_IPv6=2001:db8:1:30::/64
34 TRAEFIK_SUBNET_IPv6_PRE_STRING=2001:db8:1:30
35 TRAEFIK_GATEWAY_IP=172.30.0.1
36 TRAEFIK_GATEWAY_IPv6=${TRAEFIK_SUBNET_IPv6_PRE_STRING}:172:30:0:1
37
38 # Identity server
39 IDENTITY_IMAGE=bitnami/keycloak:18.0.2
40 IDENTITYDB_IMAGE=docker.io/bitnami/postgresql:13
41 IDENTITY_MGMT_USERNAME=manager
42 IDENTITY_MGMT_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
43 # IDENTITY_PORT_HTTPS=8463
44 IDENTITY_PROVIDER_URL=https://identity.smo.o-ran-sc.org
45
46 # PERSISTENCE (including SDN-R Database)
47 PERSISTENCE_IMAGE=docker.elastic.co/elasticsearch/elasticsearch-oss:7.9.3
48
49 ## ZooKeeper
50 ZOOKEEPER_IMAGE=nexus3.onap.org:10001/onap/dmaap/zookeeper:6.0.3
51
52 ## Kafka
53 KAFKA_IMAGE=nexus3.onap.org:10001/onap/dmaap/kafka111:1.0.4
54
55 ## Messages (DMaaP)
56 DMAAP_IMAGE=nexus3.onap.org:10001/onap/dmaap/dmaap-mr:1.1.18