diff options
author | Feng Pan <fpan@redhat.com> | 2017-03-07 09:43:14 -0500 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2017-04-04 20:57:32 -0400 |
commit | e5fe7a5ac180257cdf70dcba2d820f3ca0f749d3 (patch) | |
tree | 84719b2c34f84ab3a6e8f3c843b7f4f72d83d5aa /manifests | |
parent | 916529214db76aed755876093b34b38bba78b9fb (diff) |
Move etcd to step 2
Etcd should be configured and started in step 2 with other core
services when required.
Change-Id: If95a74d211a194f2bfbe9653a6e19e05b095a210
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/profile/base/etcd.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/etcd.pp b/manifests/profile/base/etcd.pp index fc4771f..c29c937 100644 --- a/manifests/profile/base/etcd.pp +++ b/manifests/profile/base/etcd.pp @@ -46,7 +46,7 @@ class tripleo::profile::base::etcd ( $nodes = hiera('etcd_node_names', []), $step = hiera('step'), ) { - if $step >= 1 { + if $step >= 2 { class {'::etcd': listen_client_urls => "http://${bind_ip}:${client_port}", advertise_client_urls => "http://${bind_ip}:${client_port}", |