Code Review
/
apex-puppet-tripleo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9165292
)
Move etcd to step 2
author
Feng Pan
<fpan@redhat.com>
Tue, 7 Mar 2017 14:43:14 +0000
(09:43 -0500)
committer
Feng Pan
<fpan@redhat.com>
Wed, 5 Apr 2017 00:57:32 +0000
(20:57 -0400)
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>
manifests/profile/base/etcd.pp
patch
|
blob
|
history
diff --git
a/manifests/profile/base/etcd.pp
b/manifests/profile/base/etcd.pp
index
fc4771f
..
c29c937
100644
(file)
--- 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}",