scaleup.yml 609 B

12345678910111213141516
  1. ---
  2. - include: evaluate_groups.yml
  3. vars:
  4. g_etcd_group: "{{ 'etcd' }}"
  5. g_masters_group: "{{ 'masters' }}"
  6. g_nodes_group: "{{ 'nodes' }}"
  7. g_lb_group: "{{ 'lb' }}"
  8. openshift_cluster_id: "{{ cluster_id | default('default') }}"
  9. openshift_debug_level: 2
  10. openshift_deployment_type: "{{ deployment_type }}"
  11. - include: ../openshift-node/config.yml
  12. vars:
  13. osn_cluster_dns_domain: "{{ hostvars[groups.oo_first_master.0].openshift.dns.domain }}"
  14. osn_cluster_dns_ip: "{{ hostvars[groups.oo_first_master.0].openshift.dns.ip }}"
  15. openshift_deployment_type: "{{ deployment_type }}"