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