X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2F02-maasdeploy.sh;h=cc34e3424aee6fc119812422c5f0eda7f9b1072d;hb=246ea2f77ed22ce9d171d5583029653a7f90a775;hp=fc42574da8021abceb991ef0e87a0139e78beeda;hpb=78222b43893fe426c59c90d1d1f8c095b7e36ec4;p=joid.git diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index fc42574d..cc34e342 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -20,6 +20,9 @@ case "$1" in 'juniperpod1' ) cp maas/juniper/pod1/deployment.yaml ./deployment.yaml ;; + 'cengnlynxpod1' ) + cp maas/cengn_lynx/pod1/deployment.yaml ./deployment.yaml + ;; * ) virtinstall=1 ./cleanvm.sh @@ -194,6 +197,15 @@ case "$1" in ;; 'juniperpod1' ) ;; + 'cengnlynxpod1' ) + maas refresh + crvlanupdsubnet vlan1201 1 "DataNetwork" 1201 2 || true + crvlanupdsubnet vlan1202 2 "PublicNetwork" 1202 3 || true + crnodevlanint $vlan1201 || true + crnodevlanint $vlan1202 || true + enableautomode eth2.1201 AUTO "172.16.121.3/24" compute || true + enableautomode eth2.1201 AUTO "172.16.121.3/24" control || true + ;; esac echo " .... MAAS deployment finished successfully ...."