summaryrefslogtreecommitdiffstats
path: root/setup.sh
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-08-07 18:47:39 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-08-07 18:47:39 +0200
commit79b191d207d7670295781c550847ce7d695cc388 (patch)
tree2b6fb60e40ab98b68d1bce6f8e96a528e99df265 /setup.sh
parent9481fe4541a4f0abab6a4e76931a3d6bd9a5b8b0 (diff)
downloadands-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-xsetup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index f4271f8..8b8a6ec 100755
--- a/setup.sh
+++ b/setup.sh
@@ -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
;;