commit | 796494017049fc8500b26d69d9dd403280e37ab3 | [log] [tgz] |
---|---|---|
author | Tomáš Kukrál <tkukral@mirantis.com> | Sun Jun 11 14:24:16 2017 +0200 |
committer | Tomáš Kukrál <tkukral@mirantis.com> | Sun Jun 11 14:24:16 2017 +0200 |
tree | 779950fcfb153039dd1c173b1a41f24a9d602ce6 | |
parent | 73c1847e2a199ee48759c7a916fff41d889ecdee [diff] |
print elb info Change-Id: I990ed3a6229d8a2934b489a2040e3474e4e0f6cf
diff --git a/src/com/mirantis/mk/Aws.groovy b/src/com/mirantis/mk/Aws.groovy index 13d0b04..df44734 100644 --- a/src/com/mirantis/mk/Aws.groovy +++ b/src/com/mirantis/mk/Aws.groovy
@@ -176,6 +176,7 @@ while (true) { // get instances in autoscaling group def out = aws.describeAutoscalingGroup(venv_path, env_vars, group_name) + common.prettyPrint(out) def instances = out['AutoScalingGroups'][0]['Instances'] // check all instances are InService