diff options
author | zhangyuanyou <zhangyuanyou@huawei.com> | 2016-02-18 17:21:22 +0800 |
---|---|---|
committer | zhangyuanyou <zhangyuanyou@huawei.com> | 2016-02-18 17:23:32 +0800 |
commit | 906228d6d2e00f152dd7e347a2ceeaf8201888a5 (patch) | |
tree | c49cd3a65020fb2f2c14416bd5886f5b9553ae33 | |
parent | 0155ab3e7de7f8f6571b5e0a31e969797f5ad8a5 (diff) |
modify the file to revise the gateway_ip and cidr of orange pod2 for onos.
Change-Id: I2ef19b7144b969b5bf98fffdc03303a8c4493499
-rw-r--r-- | ci/onos/juju_test_prepare.sh | 4 |
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' ) |