From 536b3f4e36b930bedb36fe736ab9ab2a8e1c9b28 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 28 Jun 2018 16:47:11 +0000 Subject: [PATCH] Correct gluster_server_group for odcs. --- playbooks/groups/odcs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/odcs.yml b/playbooks/groups/odcs.yml index 44ed6303a5..36c639c00c 100644 --- a/playbooks/groups/odcs.yml +++ b/playbooks/groups/odcs.yml @@ -61,14 +61,14 @@ gluster_brick_dir: /srv/glusterfs/ gluster_mount_dir: /srv/odcs gluster_brick_name: odcs - gluster_server_group: odcs-backend-stg + gluster_server_group: odcs-stg tags: gluster when: env == 'staging' - role: gluster/consolidated gluster_brick_dir: /srv/glusterfs/ gluster_mount_dir: /srv/odcs gluster_brick_name: odcs - gluster_server_group: odcs-backend + gluster_server_group: odcs tags: gluster when: env != 'staging'