summaryrefslogtreecommitdiffstats
path: root/tools/development/env
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2022-03-11 11:03:30 +0100
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2022-03-11 11:03:30 +0100
commit72c62a090d7551c1619321ab8c8c81a60516efe8 (patch)
tree929150b17f36e0dba059b530d00b6600c442154f /tools/development/env
parentb768cba41ac112da9736c872257c6399fd8502cc (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-xtools/development/env/containers_ip4
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