diff options
author | Saravanakumar Arumugam <sarumuga@redhat.com> | 2017-11-03 16:02:36 +0530 |
---|---|---|
committer | Saravanakumar Arumugam <sarumuga@redhat.com> | 2017-11-03 16:02:36 +0530 |
commit | 561f5b2195a9f5054539c191500df01278596fde (patch) | |
tree | ef45e5a3055ca61ecf7b8573aa14c223c66e9238 /inventory/byo/hosts.byo.glusterfs.registry-only.example | |
parent | 84187cc9f4968d4dc7979a91edfe19459ab97089 (diff) | |
download | openshift-561f5b2195a9f5054539c191500df01278596fde.tar.gz openshift-561f5b2195a9f5054539c191500df01278596fde.tar.bz2 openshift-561f5b2195a9f5054539c191500df01278596fde.tar.xz openshift-561f5b2195a9f5054539c191500df01278596fde.zip |
Add etcd as part of inventory file.
Otherwise, it fails as "Running etcd as an embedded service is no longer supported."
Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
Diffstat (limited to 'inventory/byo/hosts.byo.glusterfs.registry-only.example')
-rw-r--r-- | inventory/byo/hosts.byo.glusterfs.registry-only.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inventory/byo/hosts.byo.glusterfs.registry-only.example b/inventory/byo/hosts.byo.glusterfs.registry-only.example index 31a85ee42..32040f593 100644 --- a/inventory/byo/hosts.byo.glusterfs.registry-only.example +++ b/inventory/byo/hosts.byo.glusterfs.registry-only.example @@ -20,6 +20,7 @@ [OSEv3:children] masters nodes +etcd # Specify there will be GlusterFS nodes glusterfs_registry @@ -40,6 +41,9 @@ node0 openshift_node_labels="{'region': 'infra'}" openshift_schedulable=True node1 openshift_node_labels="{'region': 'infra'}" openshift_schedulable=True node2 openshift_node_labels="{'region': 'infra'}" openshift_schedulable=True +[etcd] +master + # Specify the glusterfs group, which contains the nodes that will host # GlusterFS storage pods. At a minimum, each node must have a # "glusterfs_devices" variable defined. This variable is a list of block |