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:
fd9599d
)
Joid: correct admin interface on orange pod2
01/7801/1
author
David Blaisonneau
<david.blaisonneau@orange.com>
Wed, 20 Jan 2016 14:12:33 +0000
(15:12 +0100)
committer
Narinder Gupta
<narinder.gupta@canonical.com>
Sat, 23 Jan 2016 00:00:44 +0000
(
00:00
+0000)
Change-Id: Ie18a8c88abc429e131ff1c39144a05b579466979
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
(cherry picked from commit
79588c14779ad69ac988caaec3115001622fb6c5
)
ci/02-maasdeploy.sh
patch
|
blob
|
history
diff --git
a/ci/02-maasdeploy.sh
b/ci/02-maasdeploy.sh
index
68925a4
..
e0e3ca8
100755
(executable)
--- a/
ci/02-maasdeploy.sh
+++ b/
ci/02-maasdeploy.sh
@@
-188,9
+188,9
@@
case "$1" in
;;
'orangepod2' )
maas refresh
- enableautomodebyname eth
1 DHCP "192.168.
2.0/24" compute || true
+ enableautomodebyname eth
4 DHCP "192.168.2
2.0/24" compute || true
enableautomodebyname eth5 AUTO "192.168.12.0/24" compute || true
- enableautomodebyname eth
1 DHCP "192.168.
2.0/24" control || true
+ enableautomodebyname eth
2 DHCP "192.168.2
2.0/24" control || true
enableautomodebyname eth3 AUTO "192.168.12.0/24" control || true
;;
'attvirpod1' )