diff options
author | halil.cakal <halil.cakal@est.tech> | 2024-10-31 10:37:13 +0000 |
---|---|---|
committer | halil.cakal <halil.cakal@est.tech> | 2024-11-01 11:40:47 +0000 |
commit | fbb15113c55dad623c832e621f090fbadd49bec1 (patch) | |
tree | d26b0dd0bc03e35fd57f1715a88b536cbd36a0e6 /docker-compose/config/endurance.env | |
parent | 9f680eedc69de5aadd4c905c242fbabb232ad106 (diff) |
Add docker compose deployment for endurance tests
- add new config file containing env variables for endurance test
- add notes to describe how to run and stop it
Note 1: Existing docker-compose deployment won't be affected by this
changes
Note 2: Both docker-compose can be deployed simultaneously without any
issue
Issue-ID: CPS-2463
Change-Id: I15936718dda2f31a5077b9c36eded21c1a85dfcd
Signed-off-by: halil.cakal <halil.cakal@est.tech>
Diffstat (limited to 'docker-compose/config/endurance.env')
-rw-r--r-- | docker-compose/config/endurance.env | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/docker-compose/config/endurance.env b/docker-compose/config/endurance.env new file mode 100644 index 0000000000..0ca1a1149a --- /dev/null +++ b/docker-compose/config/endurance.env @@ -0,0 +1,35 @@ +DB_CONTAINER_NAME=endurance-dbpostgresql +DB_PORT=5433 + +NGINX_CONTAINER_NAME=endurance-nginx-loadbalancer +CPS_CORE_PORT=8884 + +ZOOKEEPER_CONTAINER_NAME=endurance-zookeeper +ZOOKEEPER_PORT=2182 + +KAFKA_CONTAINER_NAME=endurance-kafka +KAFKA_PORT=9093 + +NCMP_DMI_PLUGIN_CONTAINER_NAME=endurance-ncmp-dmi-plugin +DMI_PORT=8786 + +NCMP_DMI_PLUGIN_DEMO_AND_CSIT_STUB_CONTAINER_NAME=endurance-ncmp-dmi-plugin-demo-and-csit-stub +DMI_DEMO_STUB_PORT=8787 + +POLICY_EXECUTOR_STUB_CONTAINER_NAME=endurance-policy-executor-stub +POLICY_EXECUTOR_STUB_PORT=8788 + +PROMETHEUS_CONTAINER_NAME=endurance-prometheus +PROMETHEUS_PORT=9091 + +GRAFANA_CONTAINER_NAME=endurance-grafana +GRAFANA_PORT=3001 + +KAFKA_UI_CONTAINER_NAME=endurance-kafka-ui +KAFKA_UI_PORT=8090 + +JAEGER_SERVICE_CONTAINER_NAME=endurance-jaeger-service +JAEGER_SERVICE_PORT=16687 + +CPS_NCMP_CACHES_CLUSTER_NAME=endurance-cps-and-ncmp-common-cache-cluster +CPS_NCMP_INSTANCE_CONFIG_NAME=endurance-cps-and-ncmp-hazelcast-instance-config
\ No newline at end of file |