aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/etcd.yaml
diff options
context:
space:
mode:
authorEmilien Macchi <emilien@redhat.com>2017-03-15 17:56:30 -0400
committerEmilien Macchi <emilien@redhat.com>2017-03-22 21:13:41 +0000
commit8f728b395328ae1231ef026a8f6c1c06a0b880a9 (patch)
tree8c107c7a5499baa40e0603d5453cb94ae0e8d08d /puppet/services/etcd.yaml
parent64e5d889c3aa8949bb949c6fc28612a38247bc9e (diff)
etcd: secure EtcdInitialClusterToken parameter
Secure EtcdInitialClusterToken parameter by: * removing the default value. * make it hidden. Change-Id: I938af697f9faaadb9c9aeb950e9410db24b1b961 Depends-On: I6e30cce469736e84a3c483fafa29d542b8347ba9 Closes-Bug: #1673266 (cherry picked from commit 55d17ca118d27f16b57424774265f5b3db7b7b52)
Diffstat (limited to 'puppet/services/etcd.yaml')
-rw-r--r--puppet/services/etcd.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/etcd.yaml b/puppet/services/etcd.yaml
index ec87a75a..d2a0e302 100644
--- a/puppet/services/etcd.yaml
+++ b/puppet/services/etcd.yaml
@@ -19,9 +19,9 @@ parameters:
via parameter_defaults in the resource registry.
type: json
EtcdInitialClusterToken:
- default: 'etcd-tripleo'
description: Initial cluster token for the etcd cluster during bootstrap.
type: string
+ hidden: true
MonitoringSubscriptionEtcd:
default: 'overcloud-etcd'
type: string