diff options
author | 2022-03-11 11:03:30 +0100 | |
---|---|---|
committer | 2022-03-11 11:03:30 +0100 | |
commit | 72c62a090d7551c1619321ab8c8c81a60516efe8 (patch) | |
tree | 929150b17f36e0dba059b530d00b6600c442154f /tools/development/env | |
parent | b768cba41ac112da9736c872257c6399fd8502cc (diff) |
Fix pm-mapper dev tools
Issue-ID: DCAEGEN2-3091
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I16c4e8f38c3dc0d845e571e112cbc25c7fc459e3
Diffstat (limited to 'tools/development/env')
-rwxr-xr-x | tools/development/env/containers_ip | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/development/env/containers_ip b/tools/development/env/containers_ip index b09ce01..daaf3f5 100755 --- a/tools/development/env/containers_ip +++ b/tools/development/env/containers_ip @@ -1,6 +1,6 @@ #!/bin/bash # ============LICENSE_START======================================================= -# Copyright (C) 2021 NOKIA +# Copyright (C) 2021-2022 NOKIA. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,8 +18,6 @@ export GATEWAY_IP=172.18.0.1 export DR_NODE_IP=172.18.0.2 export DR_PROV_IP=172.18.0.3 -export CONSUL_IP=172.18.0.4 -export CBS_IP=172.18.0.5 export MARIADB_IP=172.18.0.6 export NODE_IP=172.18.0.7 export PMMAPPER_IP=172.18.0.8 |