modified to include the ODL Be support with sfc.
[joid.git] / ci / 01-deploybundle.sh
index 2888b3a..f8696dd 100755 (executable)
@@ -76,6 +76,15 @@ case "$5" in
          sed -i -- 's/#enable-dvr: true/enable-dvr: true/g' ./bundles.yaml
          sed -i -- 's/#l2-population: true/l2-population: true/g' ./bundles.yaml
         ;;
+    'sfc' )
+         sed -i -- 's/profile: "openvswitch-odl-Be"/profile: "openvswitch-odl-Be-sfc/g' ./bundles.yaml
+        ;;
+    'vpn' )
+         sed -i -- 's/profile: "openvswitch-odl-Be"/profile: "openvswitch-odl-Be-vpn/g' ./bundles.yaml
+        ;;
+    'odl_l3' )
+         sed -i -- 's/profile: "openvswitch-odl-Be"/profile: "openvswitch-odl-Be-l3/g' ./bundles.yaml
+        ;;
 esac
 
 echo "... Deployment Started ...."