commit | cd1a70504f20a483c6732b711302d50d73ad5656 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <fpytloun@mirantis.com> | Thu May 18 09:08:41 2017 +0000 |
committer | Gerrit Code Review <gerrit2@5776b83a74fe> | Thu May 18 09:08:42 2017 +0000 |
tree | bf53424495cd03333cfe456687ed061439ae4733 | |
parent | 02d9c206623e760bc6c31a9eb033a7c9aaf6e7a6 [diff] | |
parent | feb959efe1a4c2ebfcf98a8d058ade7e6941b564 [diff] |
Merge "add contrail installation"
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy index ddfe37a..da04f62 100644 --- a/lab-pipeline.groovy +++ b/lab-pipeline.groovy
@@ -163,6 +163,14 @@ orchestrate.installKubernetesControl(saltMaster) } + + + if (common.checkContains('INSTALL', 'contrail')) { + state('Install Contrail for Kubernetes') { + orchestrate.installContrailNetwork(saltMaster) + orchestrate.installContrailCompute(saltMaster) + } + } } // install openstack