From 74d54946bf23f33ab762fbe99e71b49737752200 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Wed, 18 Oct 2017 13:26:14 +0100 Subject: [PATCH] Add note that glusterfs is not automatically deployed (#1834) --- contrib/terraform/openstack/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/terraform/openstack/README.md b/contrib/terraform/openstack/README.md index e60f4f2c0..a813b405c 100644 --- a/contrib/terraform/openstack/README.md +++ b/contrib/terraform/openstack/README.md @@ -125,6 +125,8 @@ ssh_user_gfs = "ubuntu" If these variables are provided, this will give rise to a new ansible group called `gfs-cluster`, for which we have added ansible roles to execute in the ansible provisioning step. If you are using Container Linux by CoreOS, these GlusterFS VM necessarily need to be either Debian or RedHat based VMs, Container Linux by CoreOS cannot serve GlusterFS, but can connect to it through binaries available on hyperkube v1.4.3_coreos.0 or higher. +GlusterFS is not deployed by the standard `cluster.yml` playbook, see the [glusterfs playbook documentation](../../network-storage/glusterfs/README.md) for instructions. + # Configure Cluster variables Edit `inventory/group_vars/all.yml`: