diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-03-29 15:25:54 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-03-29 15:25:54 -0500 |
commit | ca3e6fb9f81240ae141c7edcd5adb2550b8b57b6 (patch) | |
tree | dbfe8461db97f4c36afb388259ad0c6d780e18b7 /ci/02-maasdeploy.sh | |
parent | b5b840d29c01826e0626034c060cdef460e9290d (diff) |
added the change as per switch in intel pod5.
Change-Id: I757cf4cc90a8f47939aeed464584fbbf650faf19
Diffstat (limited to 'ci/02-maasdeploy.sh')
-rwxr-xr-x | ci/02-maasdeploy.sh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index 6fa003f3..e1e4f978 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -193,12 +193,8 @@ fi case "$1" in 'intelpod5' ) maas refresh - crvlanupdsubnet vlan721 1 "DataNetwork" 721 2 || true - crvlanupdsubnet vlan724 2 "PublicNetwork" 724 3 || true - crnodevlanint $vlan721 eth2|| true - crnodevlanint $vlan724 eth2|| true - enableautomodebyname eth2.721 AUTO "10.4.9.0/24" compute || true - enableautomodebyname eth2.721 AUTO "10.4.9.0/24" control || true + enableautomodebyname eth4 AUTO "10.5.12.0/24" compute || true + enableautomodebyname eth4 AUTO "10.5.12.0/24" control || true ;; 'intelpod6' ) maas refresh |