diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-02-27 17:55:55 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-02-27 17:55:55 +0100 |
commit | fe4622305efa55e6bec8221efe8fc4bdd5462136 (patch) | |
tree | 9ffe3622bc8fff9225951d74579d7a617fdcfc7c /opts.sh | |
parent | 8ca99ecc72bb60c128e846dbe33e38b3c2369e3c (diff) | |
download | ands-fe4622305efa55e6bec8221efe8fc4bdd5462136.tar.gz ands-fe4622305efa55e6bec8221efe8fc4bdd5462136.tar.bz2 ands-fe4622305efa55e6bec8221efe8fc4bdd5462136.tar.xz ands-fe4622305efa55e6bec8221efe8fc4bdd5462136.zip |
Scaling and upgrade playbooks (not properly tested yet)
Diffstat (limited to 'opts.sh')
-rw-r--r-- | opts.sh | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -24,10 +24,13 @@ Actions: projects - installs configuration files and OpenShift resources for KaaS and other configured projects Scaling the cluster - nodes - complete action: prepares the nodes, scales up the cluster, and reconfigures storage + nodes - complete action: prepares the nodes, scales up the cluster, and reconfigures storage (if necessary) + masters - complete action: prepares the masters, scales up the cluster, and reconfigures storage prepare - prepares the new nodes - openshift-nodes - scales OpenShift cluster (master scallability is not checked) + openshift-nodes - scales OpenShift cluster with additional nodes + openshift-masters - scales OpenShift cluster (master scallability is not checked) configure - Configures new nodes (Storage, Users, OpenVPN tunnels) + upgrade - Upgrade to a new version (Dangerous) Configuration of new resources, etc. users - configure user roles & passwords |