summaryrefslogtreecommitdiffstats
path: root/inventory/byo/hosts.byo.glusterfs.mixed.example
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-07-18 17:02:26 -0400
committerGitHub <noreply@github.com>2017-07-18 17:02:26 -0400
commitf1711875170934936895fe24ac1f7ab721608c5a (patch)
tree0f1b273920d7a543f1f45a4f3d5c402ee1d4c908 /inventory/byo/hosts.byo.glusterfs.mixed.example
parent2394c7518aac568ed074d2ea3c2effbb858a7523 (diff)
parent2a0c64c4174dfcc079254d1fe04125ad6adfe038 (diff)
downloadopenshift-f1711875170934936895fe24ac1f7ab721608c5a.tar.gz
openshift-f1711875170934936895fe24ac1f7ab721608c5a.tar.bz2
openshift-f1711875170934936895fe24ac1f7ab721608c5a.tar.xz
openshift-f1711875170934936895fe24ac1f7ab721608c5a.zip
Merge pull request #4769 from jarrpa/glusterfs-fixes-five
GlusterFS fixes 5
Diffstat (limited to 'inventory/byo/hosts.byo.glusterfs.mixed.example')
-rw-r--r--inventory/byo/hosts.byo.glusterfs.mixed.example8
1 files changed, 4 insertions, 4 deletions
diff --git a/inventory/byo/hosts.byo.glusterfs.mixed.example b/inventory/byo/hosts.byo.glusterfs.mixed.example
index 96e997dc7..fd47cb9d5 100644
--- a/inventory/byo/hosts.byo.glusterfs.mixed.example
+++ b/inventory/byo/hosts.byo.glusterfs.mixed.example
@@ -28,7 +28,7 @@ openshift_deployment_type=origin
# Specify that we want to use an external GlusterFS cluster and a native
# heketi service
openshift_storage_glusterfs_is_native=False
-openshift_storage_glusterfs_heketi_is_native=False
+openshift_storage_glusterfs_heketi_is_native=True
# Specify that heketi will use SSH to communicate to the GlusterFS nodes and
# the private key file it will use for authentication
openshift_storage_glusterfs_heketi_executor=ssh
@@ -54,6 +54,6 @@ node2 node=True openshift_schedulable=True
# must be bare (e.g. have no data, not be marked as LVM PVs), and will be
# formatted.
[glusterfs]
-node0 glusterfs_devices='[ "/dev/vdb" ]'
-node1 glusterfs_devices='[ "/dev/vdb", "/dev/vdc" ]'
-node2 glusterfs_devices='[ "/dev/vdd" ]'
+node0.local glusterfs_ip='172.0.0.10' glusterfs_devices='[ "/dev/vdb" ]'
+node1.local glusterfs_ip='172.0.0.11' glusterfs_devices='[ "/dev/vdb", "/dev/vdc" ]'
+node2.local glusterfs_ip='172.0.0.11' glusterfs_devices='[ "/dev/vdd" ]'