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.mixed.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'inventory/byo/hosts.byo.glusterfs.mixed.example') diff --git a/inventory/byo/hosts.byo.glusterfs.mixed.example b/inventory/byo/hosts.byo.glusterfs.mixed.example index d16df6470..a559dc377 100644 --- a/inventory/byo/hosts.byo.glusterfs.mixed.example +++ b/inventory/byo/hosts.byo.glusterfs.mixed.example @@ -19,6 +19,7 @@ [OSEv3:children] masters nodes +etcd # Specify there will be GlusterFS nodes glusterfs @@ -42,6 +43,9 @@ node0 openshift_schedulable=True node1 openshift_schedulable=True node2 openshift_schedulable=True +[etcd] +master + # Specify the glusterfs group, which contains the nodes of the external # GlusterFS cluster. At a minimum, each node must have "glusterfs_hostname" # and "glusterfs_devices" variables defined. -- cgit v1.2.3