diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-04-14 02:09:54 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-04-14 02:09:54 +0200 |
commit | 110ae6da8d80b63a068f4537383e775d958cf9a9 (patch) | |
tree | 1e3e84f1245d48518e0147400c6a3c624db10ee5 /opts.sh | |
parent | 5b9f90a1b410a0464eaad713c00b287174da80d2 (diff) | |
download | ands-110ae6da8d80b63a068f4537383e775d958cf9a9.tar.gz ands-110ae6da8d80b63a068f4537383e775d958cf9a9.tar.bz2 ands-110ae6da8d80b63a068f4537383e775d958cf9a9.tar.xz ands-110ae6da8d80b63a068f4537383e775d958cf9a9.zip |
Provide support for global OpenShift resources (ClusterRoles, etc.)
Diffstat (limited to 'opts.sh')
-rw-r--r-- | opts.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -50,11 +50,15 @@ Actions: project <name> - reconfigures a single OpenShift namespace project_groups <n> - reconfigures fs groups for a single OpenShift namespace (required for Ganesha) apps <prj> [app] - only re-generates templates for the specific namespaces (or even only specific application) + templates - Regenerate global templates (roles, etc.) + templates <prj> [t] - Regenerate specified templates, i.e. 'setup.sh templates adei 01-webdav-secret.yml' vpn - reconfigure VPN tunnels certs - re-generate OpenShift x509 certificates check - check current setup and report if any maintenace should be peformed setup <type> - executes specific configuration task from ands-openshift Tasks: users, ssh, storage, heketi + ADEI configuration + adei_template - Regenerate ADEI template Host system managment software - Install additionaly configured software |