commit | e8c0913f50b9ee1548aaeb778008746ed0e1eed9 | [log] [tgz] |
---|---|---|
author | mcp-jenkins <mcp-jenkins@mirantis.com> | Tue Dec 12 09:05:24 2017 +0000 |
committer | Gerrit Code Review <gerrit2@e9aa877068d1> | Tue Dec 12 09:05:24 2017 +0000 |
tree | dbecc9ef129f128918b2c23422cabed3766ea852 | |
parent | abbd276f47d70103954785ae2ffca28ee646241c [diff] | |
parent | ff3567cac769751f4db4f9a3cd657bc7c2435fb8 [diff] |
Merge "Apply infra states before cicd installation stage"
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy index c0652e9..1b8b5d5 100644 --- a/cloud-deploy-pipeline.groovy +++ b/cloud-deploy-pipeline.groovy
@@ -408,6 +408,7 @@ if (common.checkContains('STACK_INSTALL', 'cicd')) { stage('Install Cicd') { + orchestrate.installInfra(venvPepper) orchestrate.installDockerSwarm(venvPepper) orchestrate.installCicd(venvPepper) }