From e2c7b1305ca8495065dcf40fd2092d7c698dd6ea Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 20 Mar 2018 15:47:51 +0100 Subject: Local volumes and StatefulSet to provision Master/Slave MySQL and Galera cluster --- setup/configs/volumes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup/configs/volumes.yml') 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 }}" } -- cgit v1.2.3