diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-07-25 09:02:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-25 09:02:07 -0400 |
commit | 9208ea9526955b9fc4b7bcf4bf2be31d1ffb6f12 (patch) | |
tree | add0e034c654ab502aeab51467e85f32251eed41 /inventory/byo/hosts.byo.glusterfs.native.example | |
parent | 3131ec2baa8659d92529926d604a9b8f068c470c (diff) | |
parent | 634dc183edb095867fdb8bef5d6466d6975eee6d (diff) | |
download | openshift-9208ea9526955b9fc4b7bcf4bf2be31d1ffb6f12.tar.gz openshift-9208ea9526955b9fc4b7bcf4bf2be31d1ffb6f12.tar.bz2 openshift-9208ea9526955b9fc4b7bcf4bf2be31d1ffb6f12.tar.xz openshift-9208ea9526955b9fc4b7bcf4bf2be31d1ffb6f12.zip |
Merge pull request #4858 from jarrpa/unsupported-params
Remove unsupported parameters from example inventory files.
Diffstat (limited to 'inventory/byo/hosts.byo.glusterfs.native.example')
-rw-r--r-- | inventory/byo/hosts.byo.glusterfs.native.example | 10 |
1 files changed, 5 insertions, 5 deletions
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 |