diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-08-07 18:47:39 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-08-07 18:47:39 +0200 |
commit | 79b191d207d7670295781c550847ce7d695cc388 (patch) | |
tree | 2b6fb60e40ab98b68d1bce6f8e96a528e99df265 /setup.sh | |
parent | 9481fe4541a4f0abab6a4e76931a3d6bd9a5b8b0 (diff) | |
download | ands-79b191d207d7670295781c550847ce7d695cc388.tar.gz ands-79b191d207d7670295781c550847ce7d695cc388.tar.bz2 ands-79b191d207d7670295781c550847ce7d695cc388.tar.xz ands-79b191d207d7670295781c550847ce7d695cc388.zip |
Support for Samba/CIFS storage and a sample how to mount LSDF shares
Diffstat (limited to 'setup.sh')
-rwxr-xr-x | setup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -40,6 +40,9 @@ case "$action" in apply playbooks/ands-gluster-migrate.yml --extra-vars "gfs_from=$from gfs_to=$to" "$@" || exit 1 # echo "Currently unsupported, use scripts..." ;; + cifs) + apply playbooks/openshift-install-cifs.yml "$@" || exit 1 + ;; ganesha) apply playbooks/ands-gluster-ganesha.yml "$@" || exit 1 ;; |