commit | a8b4b448ab163bb86a73cd763fe1426a666580cb | [log] [tgz] |
---|---|---|
author | Tomas Kukral <tkukral@mirantis.com> | Tue Aug 29 17:24:11 2017 +0000 |
committer | Gerrit Code Review <gerrit2@b3fef64565ee> | Tue Aug 29 17:24:12 2017 +0000 |
tree | c2de17ad5ada0c1a3332e6a45809fcd9ba223046 | |
parent | 6cda95a4959842d0bc2cf3c85202a56445448263 [diff] | |
parent | 8db0855346b80aa1ae41f6722f73daa9b4a5c5a4 [diff] |
Merge "Remove extra step for k8s state."
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy index eca7d3a..291f799 100644 --- a/cloud-deploy-pipeline.groovy +++ b/cloud-deploy-pipeline.groovy
@@ -284,7 +284,6 @@ stage('Install Contrail for Kubernetes') { orchestrate.installContrailNetwork(saltMaster) orchestrate.installContrailCompute(saltMaster) - orchestrate.installKubernetesContrailCompute(saltMaster) } }