Code Review
/
joid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f3f382b
)
modify the file to revise the gateway_ip and cidr of orange pod2 for onos.
33/10233/1
author
zhangyuanyou
<zhangyuanyou@huawei.com>
Thu, 18 Feb 2016 09:21:22 +0000
(17:21 +0800)
committer
Narinder Gupta
<narinder.gupta@canonical.com>
Thu, 18 Feb 2016 20:10:38 +0000
(20:10 +0000)
Change-Id: I2ef19b7144b969b5bf98fffdc03303a8c4493499
(cherry picked from commit
906228d6d2e00f152dd7e347a2ceeaf8201888a5
)
ci/onos/juju_test_prepare.sh
patch
|
blob
|
history
diff --git
a/ci/onos/juju_test_prepare.sh
b/ci/onos/juju_test_prepare.sh
index
60b51a7
..
4cee324
100644
(file)
--- 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=1
92.168.22
.1
- CIDR=1
92.168.22
.0/24
+ GW_IP=1
61.105.231
.1
+ CIDR=1
61.105.231
.0/24
COMPUTE_ETH=eth1
;;
'intelpod6' )