BjornMagnussonXA | 56683ca | 2022-04-04 17:17:22 +0200 | [diff] [blame^] | 1 | ################################################################################ |
| 2 | # Copyright 2021 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 | COMPOSE_PROJECT_NAME=group1 |
| 18 | |
| 19 | # Credentials |
| 20 | |
| 21 | ADMIN_USERNAME=admin |
| 22 | ADMIN_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U |
| 23 | |
| 24 | # Network settings |
| 25 | # Please update /etc/docker/daemon.json accordingly |
| 26 | # https://docs.docker.com/config/daemon/ipv6/ |
| 27 | NETWORK_SUBNET_SMO=2001:db8:1:40::/96 |
| 28 | NETWORK_GATEWAY_SMO=2001:db8:1:40::1 |
| 29 | |
| 30 | # Identity server |
| 31 | IDENTITY_IMAGE=quay.io/keycloak/keycloak:12.0.4 |
| 32 | IDENTITY_PORT=8463 |
| 33 | IDENTITY_PROVIDER_URL=https://identity:8463 |
| 34 | |
| 35 | # Topology server |
| 36 | TOPOLOGY_IMAGE=docker.io/hightec/smo-topology-api-v2:2.0.2-SNAPSHOT-20210315T160448Z |
| 37 | TOPOLOGY_PROVIDERS=5GBerlin,winlab |
| 38 | |
| 39 | # PERSISTENCE (including SDN-R Database) |
| 40 | PERSISTENCE_IMAGE=docker.elastic.co/elasticsearch/elasticsearch-oss:7.9.3 |
| 41 | |
| 42 | ## ZooKeeper |
| 43 | ZOOKEEPER_IMAGE=nexus3.onap.org:10001/onap/dmaap/zookeeper:6.0.3 |
| 44 | |
| 45 | ## Kafka |
| 46 | KAFKA_IMAGE=nexus3.onap.org:10001/onap/dmaap/kafka111:1.0.4 |
| 47 | |
| 48 | ## DMaaP |
| 49 | DMAAP_IMAGE=nexus3.onap.org:10001/onap/dmaap/dmaap-mr:1.1.18 |
| 50 | |
| 51 | # O-RAN-SC Topology service |
| 52 | O_RAN_SC_TOPOLOGY_IMAGE=nexus3.o-ran-sc.org:10004/o-ran-sc/smo-nts-ng-topology-server:1.4.5 |