summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-add-masters.yml
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2018-02-27 17:55:55 +0100
committerSuren A. Chilingaryan <csa@suren.me>2018-02-27 17:55:55 +0100
commitfe4622305efa55e6bec8221efe8fc4bdd5462136 (patch)
tree9ffe3622bc8fff9225951d74579d7a617fdcfc7c /playbooks/openshift-add-masters.yml
parent8ca99ecc72bb60c128e846dbe33e38b3c2369e3c (diff)
downloadands-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 'playbooks/openshift-add-masters.yml')
-rw-r--r--playbooks/openshift-add-masters.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/openshift-add-masters.yml b/playbooks/openshift-add-masters.yml
new file mode 100644
index 0000000..bcc1a41
--- /dev/null
+++ b/playbooks/openshift-add-masters.yml
@@ -0,0 +1,7 @@
+- name: Configure cluster hosts names
+ hosts: nodes
+ roles:
+ - { role: ands_facts }
+ - { role: ands_openshift, subrole: hostnames }
+
+- import_playbook: ../anslib/openshift-ansible/playbooks/openshift-master/scaleup.yml