summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ci/onos/juju_test_prepare.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/onos/juju_test_prepare.sh b/ci/onos/juju_test_prepare.sh
index 60b51a72..4cee3243 100644
--- a/ci/onos/juju_test_prepare.sh
+++ b/ci/onos/juju_test_prepare.sh
@@ -7,8 +7,8 @@
# set the gateway ip and cidr and compute-node eth name.
case "$1" in
'orangepod2' )
- GW_IP=192.168.22.1
- CIDR=192.168.22.0/24
+ GW_IP=161.105.231.1
+ CIDR=161.105.231.0/24
COMPUTE_ETH=eth1
;;
'intelpod6' )