Correct gluster_server_group for odcs.

This commit is contained in:
Ralph Bean 2018-06-28 16:47:11 +00:00
parent 7d99e7823a
commit 536b3f4e36

View file

@ -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'