summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--blueprints/consul_cluster.yaml-template6
1 files changed, 4 insertions, 2 deletions
diff --git a/blueprints/consul_cluster.yaml-template b/blueprints/consul_cluster.yaml-template
index 6bf9eaf..a4ae89e 100644
--- a/blueprints/consul_cluster.yaml-template
+++ b/blueprints/consul_cluster.yaml-template
@@ -199,9 +199,11 @@ node_templates:
- concat:
- 'until /opt/consul/bin/consul join '
- { get_attribute: [host_cnsl01, ip] }
- - ' '
+ - '; do sleep 5; done; '
+ - concat:
+ - 'until /opt/consul/bin/consul join '
- { get_attribute: [host_cnsl02, ip]}
- - '; do sleep 15; done'
+ - '; do sleep 5; done'
relationships:
- type: cloudify.openstack.server_connected_to_port