mpriyank | 220711e | 2022-03-11 17:22:24 +0530 | [diff] [blame] | 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! |
mpriyank | 220711e | 2022-03-11 17:22:24 +0530 | [diff] [blame] | 20 | DMI_SERVICE_URL=http://$LOCAL_IP:$DMI_PORT |
| 21 | |
| 22 | DOCKER_REPO=nexus3.onap.org:10003 |
| 23 | |
emaclee | f073706 | 2023-02-02 11:03:31 +0000 | [diff] [blame] | 24 | CPS_VERSION=latest |
| 25 | |
| 26 | CPS_HOME=$DMI_PLUGIN_HOME/cps |