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