Michal Banka | 7f77049 | 2021-02-08 12:42:52 +0100 | [diff] [blame] | 1 | # Configuration file for ves-openapi-manager Makefile |
| 2 | |
Michal Banka | a3e5e53 | 2021-02-12 14:45:59 +0100 | [diff] [blame] | 3 | # Consts |
Michal Banka | 7f77049 | 2021-02-08 12:42:52 +0100 | [diff] [blame] | 4 | COMPOSE = docker-compose |
| 5 | MVN = mvn |
| 6 | DOCKER = docker |
| 7 | SSH = ssh |
| 8 | |
Michal Banka | a3e5e53 | 2021-02-12 14:45:59 +0100 | [diff] [blame] | 9 | # Image |
| 10 | IMAGE=onap/org.onap.dcaegen2.platform.ves-openapi-manager |
| 11 | |
Michal Banka | 7f77049 | 2021-02-08 12:42:52 +0100 | [diff] [blame] | 12 | # Port-forwarding configuration |
| 13 | RKE_IP=10.129.36.103 |
| 14 | WORKER_IP=10.129.36.116 |
| 15 | MESSAGE_ROUTER_PORT=30000 |
| 16 | SSH_LAB_KEY_PATH=~/Scripts/labs_keys/onap-8414.pem |