OSEv3.yml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. ---
  2. ## Openshift product versions and repos to install from
  3. openshift_deployment_type: origin
  4. #openshift_repos_enable_testing: true
  5. #openshift_deployment_type: openshift-enterprise
  6. #openshift_release: v3.5
  7. openshift_master_default_subdomain: "apps.{{ openshift_openstack_clusterid }}.{{ openshift_openstack_public_dns_domain }}"
  8. openshift_master_cluster_method: native
  9. openshift_master_cluster_public_hostname: "console.{{ openshift_openstack_clusterid }}.{{ openshift_openstack_public_dns_domain }}"
  10. osm_default_node_selector: 'region=primary'
  11. openshift_hosted_router_wait: True
  12. openshift_hosted_registry_wait: True
  13. ## Openstack credentials
  14. #openshift_cloudprovider_kind=openstack
  15. #openshift_cloudprovider_openstack_auth_url: "{{ lookup('env','OS_AUTH_URL') }}"
  16. #openshift_cloudprovider_openstack_username: "{{ lookup('env','OS_USERNAME') }}"
  17. #openshift_cloudprovider_openstack_password: "{{ lookup('env','OS_PASSWORD') }}"
  18. #openshift_cloudprovider_openstack_tenant_name: "{{ lookup('env','OS_TENANT_NAME') }}"
  19. #openshift_cloudprovider_openstack_region="{{ lookup('env', 'OS_REGION_NAME') }}"
  20. ## Use Cinder volume for Openshift registry:
  21. #openshift_hosted_registry_storage_kind: openstack
  22. #openshift_hosted_registry_storage_access_modes: ['ReadWriteOnce']
  23. #openshift_hosted_registry_storage_openstack_filesystem: xfs
  24. ## NOTE(shadower): This won't work until the openshift-ansible issue #5657 is fixed:
  25. ## https://github.com/openshift/openshift-ansible/issues/5657
  26. ## If you're using the `openshift_openstack_cinder_hosted_registry_name` option from
  27. ## `all.yml`, uncomment these lines:
  28. #openshift_hosted_registry_storage_openstack_volumeID: "{{ lookup('os_cinder', openshift_openstack_cinder_hosted_registry_name).id }}"
  29. #openshift_hosted_registry_storage_volume_size: "{{ openshift_openstack_cinder_hosted_registry_size_gb }}Gi"
  30. ## If you're using a Cinder volume you've set up yourself, uncomment these lines:
  31. #openshift_hosted_registry_storage_openstack_volumeID: e0ba2d73-d2f9-4514-a3b2-a0ced507fa05
  32. #openshift_hosted_registry_storage_volume_size: 10Gi
  33. # NOTE(shadower): the hostname check seems to always fail because the
  34. # host's floating IP address doesn't match the address received from
  35. # inside the host.
  36. openshift_override_hostname_check: true
  37. # For POCs or demo environments that are using smaller instances than
  38. # the official recommended values for RAM and DISK, uncomment the line below.
  39. #openshift_disable_check: disk_availability,memory_availability
  40. # NOTE(shadower): Always switch to root on the OSEv3 nodes.
  41. # openshift-ansible requires an explicit `become`.
  42. ansible_become: true
  43. # # Flannel networking
  44. #osm_cluster_network_cidr: 10.128.0.0/14
  45. #openshift_use_openshift_sdn: false
  46. #openshift_use_flannel: true
  47. #flannel_interface: eth1