commit | b800a0f72c595506cdc00224d1eb9448007677a9 | [log] [tgz] |
---|---|---|
author | Vasyl Saienko <vsaienko@mirantis.com> | Wed Feb 21 18:38:53 2018 +0200 |
committer | Vasyl Saienko <vsaienko@mirantis.com> | Wed Feb 21 18:39:01 2018 +0200 |
tree | dd8ec7ecc33abc4f60f1c3699f148ac9298e9473 | |
parent | 62c7a83e2044e72f76d7e75d05e435dae0b4bd65 [diff] [blame] |
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)