Browse Source

Merge pull request #2555 from abutcher/node-scaleup-facts

Bug 1381335 - Scale up playbook does not rerun master-facts.
Scott Dodson 8 years ago
parent
commit
c7d9c63088
1 changed files with 11 additions and 0 deletions
  1. 11 0
      playbooks/common/openshift-node/scaleup.yml

+ 11 - 0
playbooks/common/openshift-node/scaleup.yml

@@ -6,6 +6,17 @@
   roles:
   - openshift_facts
 
+- name: Gather and set facts for first master
+  hosts: oo_first_master
+  vars:
+    openshift_master_count: "{{ groups.oo_masters | length }}"
+  pre_tasks:
+  - set_fact:
+      openshift_master_default_subdomain: "{{ lookup('oo_option', 'openshift_master_default_subdomain') | default(None, true) }}"
+    when: openshift_master_default_subdomain is not defined
+  roles:
+  - openshift_master_facts
+
 - name: Configure docker hosts
   hosts: oo_nodes_to_config
   vars: