scaleup.yml 348 B

123456789
  1. ---
  2. - include: ../openshift-cluster/initialize_groups.yml
  3. - include: ../../common/openshift-node/scaleup.yml
  4. vars:
  5. openshift_cluster_id: "{{ cluster_id | default('default') }}"
  6. openshift_debug_level: "{{ debug_level | default(2) }}"
  7. openshift_master_etcd_hosts: "{{ groups.etcd | default([]) }}"
  8. openshift_master_etcd_port: 2379