Integrate manila into cloud-deploy pipeline

Related-Prod: PROD-18010

Depends-On: Ieb7976dae0e624e0d60a4b34ab0088e3251bc71a
Change-Id: Ie81e07aac1633f7d99de6e91945d95ae9ad52c68
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy
index 16f2e97..bb391b9 100644
--- a/cloud-deploy-pipeline.groovy
+++ b/cloud-deploy-pipeline.groovy
@@ -402,6 +402,11 @@
                     }
                 }
 
+                if (salt.testTarget(venvPepper, 'I@manila:share')){
+                    stage('Install OpenStack Manila data and share') {
+                       orchestrate.installManilaShare(venvPepper)
+                    }
+                }
 
                 stage('Install OpenStack compute') {
                     orchestrate.installOpenstackCompute(venvPepper)