[Joid] Recover config UBUNTU_DISTRO=trusty for onos-sfc
[releng.git] / jjb / joid / joid-deploy.sh
index 575a573..05c2de1 100644 (file)
@@ -94,6 +94,11 @@ if [ "$EXTRA" != "" ];then
     NFV_FEATURES="${NFV_FEATURES}_${EXTRA}"
 fi
 
+# temporary sfc feature is availble only on onos and trusty
+if [ "$NFV_FEATURES" == 'sfc' ] && [ "$SDN_CONTROLLER" == 'onos' ];then
+    UBUNTU_DISTRO=trusty
+fi
+
 ##
 ## Configure Joid deployment
 ##