commit | f31a591d63a8462ff4b3609fa358c3d46a117f5c | [log] [tgz] |
---|---|---|
author | Tomáš Kukrál <tkukral@mirantis.com> | Tue Jun 13 15:47:25 2017 +0200 |
committer | Tomáš Kukrál <tkukral@mirantis.com> | Tue Jun 13 15:48:19 2017 +0200 |
tree | 5f19947252a4bf16d4f9193ba45674aa97c77adc | |
parent | bcd2e9056e0c88f041c89ee3372c132352b336b1 [diff] [blame] |
wait 60s after scaling computes Change-Id: Ida5d4054b97538d44e2016305a99765c3502b1b1
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy index 2f07d56..eacfd7d 100644 --- a/cloud-deploy-pipeline.groovy +++ b/cloud-deploy-pipeline.groovy
@@ -227,6 +227,7 @@ // wait for computes to boot up aws.waitForAutoscalingInstances(venv_path, env_vars, scaling_group) + sleep(60) } orchestrate.installKubernetesCompute(saltMaster)