mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 04:23:11 +08:00
Correct gluster_server_group for odcs.
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user