From 634dc183edb095867fdb8bef5d6466d6975eee6d Mon Sep 17 00:00:00 2001 From: "Jose A. Rivera" Date: Tue, 25 Jul 2017 07:54:45 -0500 Subject: Remove unsupported parameters from example inventory files. Signed-off-by: Jose A. Rivera --- inventory/byo/hosts.byo.glusterfs.native.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'inventory/byo/hosts.byo.glusterfs.native.example') diff --git a/inventory/byo/hosts.byo.glusterfs.native.example b/inventory/byo/hosts.byo.glusterfs.native.example index a3e2570c9..c1a1f6f84 100644 --- a/inventory/byo/hosts.byo.glusterfs.native.example +++ b/inventory/byo/hosts.byo.glusterfs.native.example @@ -24,15 +24,15 @@ ansible_ssh_user=root openshift_deployment_type=origin [masters] -master node=True storage=True master=True +master [nodes] -master node=True storage=True master=True openshift_schedulable=False +master openshift_schedulable=False # A hosted registry, by default, will only be deployed on nodes labeled # "region=infra". -node0 node=True openshift_schedulable=True -node1 node=True openshift_schedulable=True -node2 node=True openshift_schedulable=True +node0 openshift_schedulable=True +node1 openshift_schedulable=True +node2 openshift_schedulable=True # Specify the glusterfs group, which contains the nodes that will host # GlusterFS storage pods. At a minimum, each node must have a -- cgit v1.2.3