dmi plugin version updated to 1.2.0-SNAPSHOT-latest
[cps.git] / csit / plans / cps / test.properties
1 DB_HOST=$LOCAL_IP
2 DB_USERNAME=cps
3 DB_PASSWORD=cps
4
5 SDNC_HOST=$LOCAL_IP
6 SDNC_PORT=8282
7 SDNC_USERNAME=admin
8 SDNC_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
9
10 CPS_CORE_HOST=$LOCAL_IP
11 CPS_CORE_PORT=8883
12 CPS_CORE_MANAGEMENT_PORT=8887
13 CPS_CORE_USERNAME=cpsuser
14 CPS_CORE_PASSWORD=cpsr0cks!
15
16 DMI_HOST=$LOCAL_IP
17 DMI_PORT=8783
18 DMI_USERNAME=cpsuser
19 DMI_PASSWORD=cpsr0cks!
20 DMI_MANAGEMENT_PORT=8787
21 DMI_SERVICE_URL=http://$LOCAL_IP:$DMI_PORT
22
23 DOCKER_REPO=nexus3.onap.org:10003
24
25 CPS_VERSION=latest
26 DMI_VERSION=1.2.0-SNAPSHOT-latest