From 561f5b2195a9f5054539c191500df01278596fde Mon Sep 17 00:00:00 2001 From: Saravanakumar Arumugam Date: Fri, 3 Nov 2017 16:02:36 +0530 Subject: 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 --- inventory/byo/hosts.byo.glusterfs.storage-and-registry.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'inventory/byo/hosts.byo.glusterfs.storage-and-registry.example') diff --git a/inventory/byo/hosts.byo.glusterfs.storage-and-registry.example b/inventory/byo/hosts.byo.glusterfs.storage-and-registry.example index 54bd89ddc..9bd37cbf6 100644 --- a/inventory/byo/hosts.byo.glusterfs.storage-and-registry.example +++ b/inventory/byo/hosts.byo.glusterfs.storage-and-registry.example @@ -20,6 +20,7 @@ [OSEv3:children] masters nodes +etcd # Specify there will be GlusterFS nodes glusterfs glusterfs_registry @@ -46,6 +47,9 @@ node3 openshift_node_labels="{'region': 'infra'}" openshift_schedulable=True node4 openshift_node_labels="{'region': 'infra'}" openshift_schedulable=True node5 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 -- cgit v1.2.1