config.yml 962 B

1234567891011121314151617
  1. - include: ../../common/openshift-cluster/config.yml
  2. vars_files:
  3. - ../../aws/openshift-cluster/vars.yml
  4. - ../../aws/openshift-cluster/cluster_hosts.yml
  5. vars:
  6. g_ssh_user: "{{ deployment_vars[deployment_type].ssh_user }}"
  7. g_sudo: "{{ deployment_vars[deployment_type].sudo }}"
  8. g_nodeonmaster: true
  9. openshift_cluster_id: "{{ cluster_id }}"
  10. openshift_debug_level: "{{ debug_level }}"
  11. openshift_deployment_type: "{{ deployment_type }}"
  12. openshift_hostname: "{{ ec2_private_ip_address }}"
  13. openshift_public_hostname: "{{ ec2_ip_address }}"
  14. openshift_registry_selector: 'type=infra'
  15. openshift_router_selector: 'type=infra'
  16. openshift_infra_nodes: "{{ g_infra_hosts }}"
  17. openshift_node_labels: '{"region": "{{ ec2_region }}", "type": "{{ hostvars[inventory_hostname]["ec2_tag_sub-host-type"] if inventory_hostname in groups["tag_host-type_node"] else hostvars[inventory_hostname]["ec2_tag_host-type"] }}"}'