summaryrefslogtreecommitdiffstats
path: root/inventory/byo/hosts.byo.glusterfs.mixed.example
diff options
context:
space:
mode:
authorJose A. Rivera <jarrpa@redhat.com>2017-07-11 15:52:30 -0500
committerJose A. Rivera <jarrpa@redhat.com>2017-07-14 10:37:29 -0500
commitaf667a6cf3befcaf0e6b02f26dbe4106decdafb1 (patch)
treee3959cfadf5c9f94078e38f238865c711a43fd98 /inventory/byo/hosts.byo.glusterfs.mixed.example
parentbc97ca2b93d7fb8487a409fafd99397aa21e0e64 (diff)
downloadopenshift-af667a6cf3befcaf0e6b02f26dbe4106decdafb1.tar.gz
openshift-af667a6cf3befcaf0e6b02f26dbe4106decdafb1.tar.bz2
openshift-af667a6cf3befcaf0e6b02f26dbe4106decdafb1.tar.xz
openshift-af667a6cf3befcaf0e6b02f26dbe4106decdafb1.zip
GlusterFS: Improve and extend example inventory files
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
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" ]'