From e4751f88e52aa8e89e4c94bc6fe4c3346eccf6fe Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 20 Feb 2018 15:10:45 +0100 Subject: Handling GlusterFS storage security in OpenShift containers --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index 2905cda..20174f1 100755 --- a/setup.sh +++ b/setup.sh @@ -47,6 +47,9 @@ case "${1}" in users) apply playbooks/openshift-setup-users.yml || exit 1 ;; + security) + apply playbooks/openshift-setup-security.yml || exit 1 + ;; storage) apply playbooks/openshift-setup-storage.yml || exit 1 ;; -- cgit v1.2.1