halil.cakal | fbb1511 | 2024-10-31 10:37:13 +0000 | [diff] [blame] | 1 | DB_CONTAINER_NAME=endurance-dbpostgresql |
| 2 | DB_PORT=5433 |
| 3 | |
| 4 | NGINX_CONTAINER_NAME=endurance-nginx-loadbalancer |
| 5 | CPS_CORE_PORT=8884 |
| 6 | |
| 7 | ZOOKEEPER_CONTAINER_NAME=endurance-zookeeper |
| 8 | ZOOKEEPER_PORT=2182 |
| 9 | |
| 10 | KAFKA_CONTAINER_NAME=endurance-kafka |
| 11 | KAFKA_PORT=9093 |
| 12 | |
| 13 | NCMP_DMI_PLUGIN_CONTAINER_NAME=endurance-ncmp-dmi-plugin |
| 14 | DMI_PORT=8786 |
| 15 | |
| 16 | NCMP_DMI_PLUGIN_DEMO_AND_CSIT_STUB_CONTAINER_NAME=endurance-ncmp-dmi-plugin-demo-and-csit-stub |
| 17 | DMI_DEMO_STUB_PORT=8787 |
| 18 | |
| 19 | POLICY_EXECUTOR_STUB_CONTAINER_NAME=endurance-policy-executor-stub |
| 20 | POLICY_EXECUTOR_STUB_PORT=8788 |
| 21 | |
| 22 | PROMETHEUS_CONTAINER_NAME=endurance-prometheus |
| 23 | PROMETHEUS_PORT=9091 |
| 24 | |
| 25 | GRAFANA_CONTAINER_NAME=endurance-grafana |
| 26 | GRAFANA_PORT=3001 |
| 27 | |
| 28 | KAFKA_UI_CONTAINER_NAME=endurance-kafka-ui |
| 29 | KAFKA_UI_PORT=8090 |
| 30 | |
| 31 | JAEGER_SERVICE_CONTAINER_NAME=endurance-jaeger-service |
| 32 | JAEGER_SERVICE_PORT=16687 |
| 33 | |
| 34 | CPS_NCMP_CACHES_CLUSTER_NAME=endurance-cps-and-ncmp-common-cache-cluster |
| 35 | CPS_NCMP_INSTANCE_CONFIG_NAME=endurance-cps-and-ncmp-hazelcast-instance-config |