summaryrefslogtreecommitdiffstats
path: root/setup/configs
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2018-03-20 15:47:51 +0100
committerSuren A. Chilingaryan <csa@suren.me>2018-03-20 15:47:51 +0100
commite2c7b1305ca8495065dcf40fd2092d7c698dd6ea (patch)
treeabcaa7006a9c4b7a9add9bd0bf8c24f7f8ce048f /setup/configs
parent47f350bc3aa85a8bd406d95faf084df2abf74ae9 (diff)
downloadands-e2c7b1305ca8495065dcf40fd2092d7c698dd6ea.tar.gz
ands-e2c7b1305ca8495065dcf40fd2092d7c698dd6ea.tar.bz2
ands-e2c7b1305ca8495065dcf40fd2092d7c698dd6ea.tar.xz
ands-e2c7b1305ca8495065dcf40fd2092d7c698dd6ea.zip
Local volumes and StatefulSet to provision Master/Slave MySQL and Galera cluster
Diffstat (limited to 'setup/configs')
-rw-r--r--setup/configs/volumes.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup/configs/volumes.yml b/setup/configs/volumes.yml
index 020c7d2..e03002c 100644
--- a/setup/configs/volumes.yml
+++ b/setup/configs/volumes.yml
@@ -23,7 +23,7 @@ ands_storage_domains:
volumes:
provision: { type: "cfg", mount: "{{ ands_paths.provision }}" }
- servers: "ands_storage_servers"
- clients: [ "masters", "new_masters" ]
+ clients: [ "storage_nodes", "new_storage_nodes" ]
volumes:
openshift: { type: "cfg", mount: "{{ ands_paths.openshift }}", nfs_clients: "{{ ands_nfs_clients }}" }
databases: { type: "db", mount: "{{ ands_paths.databases }}", access: "ReadOnlyMany" }
@@ -43,7 +43,7 @@ ands_storage_domains:
# - pdv:
ands_local_storage_domains:
- - servers: [ "ands_storage_servers" ]
+ - servers: "ands_storage_servers"
volumes:
hostraid: { type: "host", path: "/mnt/ands/hostmount", mount: "{{ ands_paths.hostraid }}" }