diff options
Diffstat (limited to 'ci')
-rw-r--r-- | ci/onos/juju_test_prepare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/onos/juju_test_prepare.sh b/ci/onos/juju_test_prepare.sh index 4cee3243..96976ca9 100644 --- a/ci/onos/juju_test_prepare.sh +++ b/ci/onos/juju_test_prepare.sh @@ -7,7 +7,7 @@ # set the gateway ip and cidr and compute-node eth name. case "$1" in 'orangepod2' ) - GW_IP=161.105.231.1 + GW_IP=192.168.2.1 CIDR=161.105.231.0/24 COMPUTE_ETH=eth1 ;; |