Distinguish the stg and prod gluster volumes for nuancier
This commit is contained in:
parent
417152c1e4
commit
64ecf0e3d6
1 changed files with 25 additions and 7 deletions
|
@ -87,13 +87,31 @@
|
||||||
password: "{{ nuancier_gluster_password }}"
|
password: "{{ nuancier_gluster_password }}"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
datadir: /srv/glusterfs/nuancier
|
datadir: /srv/glusterfs/nuancier-stg
|
||||||
|
|
||||||
- role: gluster/client
|
- role: gluster/client
|
||||||
name: gluster
|
name: gluster
|
||||||
servers:
|
servers:
|
||||||
- nuancier01.stg.phx2.fedoraproject.org
|
- nuancier01.stg.phx2.fedoraproject.org
|
||||||
- nuancier02.stg.phx2.fedoraproject.org
|
- nuancier02.stg.phx2.fedoraproject.org
|
||||||
|
username: "{{ nuancier_gluster_username }}"
|
||||||
|
password: "{{ nuancier_gluster_password }}"
|
||||||
|
owner: apache
|
||||||
|
group: root
|
||||||
|
mountdir: /var/cache/nuancier
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- role: gluster/server
|
||||||
|
name: gluster
|
||||||
|
username: "{{ nuancier_gluster_username }}"
|
||||||
|
password: "{{ nuancier_gluster_password }}"
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
datadir: /srv/glusterfs/nuancier
|
||||||
|
|
||||||
|
- role: gluster/client
|
||||||
|
name: gluster
|
||||||
|
servers:
|
||||||
- nuancier01.phx2.fedoraproject.org
|
- nuancier01.phx2.fedoraproject.org
|
||||||
- nuancier02.phx2.fedoraproject.org
|
- nuancier02.phx2.fedoraproject.org
|
||||||
username: "{{ nuancier_gluster_username }}"
|
username: "{{ nuancier_gluster_username }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue