summaryrefslogtreecommitdiffstats
path: root/docker-compose/config/endurance.env
blob: 0ca1a1149afef16e236fb3a6ced074d6d9e63824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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
gh">-------- XNF data access and module information. :download:`CPS NCMP RestOpenApi Specification <api/swagger/ncmp/openapi.yaml>` CPS-NCMP-Inventory ------------------ DMI-Plugin Inventory. :download:`CPS NCMP RestOpenApi Inventory Specification <api/swagger/ncmp/openapi-inventory.yaml>` View Offered APIs ----------------- The standard for API definition in the RESTful API world is the OpenAPI Specification (OAS). The OAS 3, which is based on the original "Swagger Specification", is being widely used in API developments. Specification can be accessed using following URI: .. code-block:: bash http://<hostname>:<port>/v3/api-docs?group=cps-docket Additionally, the Swagger User Interface can be found at the following URI. The component may be changed between CPS-Core, CPS-NCMP and CPS-NCMP-Inventory using the drop down table in the top right: .. code-block:: bash http://<hostname>:<port>/swagger-ui/index.html?configUrl=/v3/api-docs/swagger-config#/ Consumed APIs ============= CPS Core uses API's from the following ONAP components * DMI-Plugin: REST based interface which is used to provide integration and allow the DMI registry API's have access to the corresponding NCMP API's within CPS Core. More information on the DMI-Plugins offered APIs can be found on the :ref:`DMI-Plugin's Design Page <onap-cps-ncmp-dmi-plugin:design>`. CPS Path ======== Several CPS APIs use the cps-path (or cpsPath in Java API) parameter. The CPS Path is described in detail in :doc:`cps-path`.