all.yml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. ---
  2. openshift_openstack_clusterid: "openshift"
  3. openshift_openstack_public_dns_domain: "example.com"
  4. openshift_openstack_dns_nameservers: []
  5. # # Used Hostnames
  6. # # - set custom hostnames for roles by uncommenting corresponding lines
  7. #openshift_openstack_master_hostname: "master"
  8. #openshift_openstack_infra_hostname: "infra-node"
  9. #openshift_openstack_node_hostname: "app-node"
  10. #openshift_openstack_lb_hostname: "lb"
  11. #openshift_openstack_etcd_hostname: "etcd"
  12. openshift_openstack_keypair_name: "openshift"
  13. openshift_openstack_external_network_name: "public"
  14. #openshift_openstack_private_network_name: "openshift-ansible-{{ openshift_openstack_stack_name }}-net"
  15. # # A dedicated Neutron network name for containers data network
  16. # # Configures the data network to be separated from openshift_openstack_private_network_name
  17. # # NOTE: this is only supported with Flannel SDN yet
  18. #openstack_private_data_network_name: "openshift-ansible-{{ openshift_openstack_stack_name }}-data-net"
  19. ## If you want to use a provider network, set its name here.
  20. ## NOTE: the `openshift_openstack_external_network_name` and
  21. ## `openshift_openstack_private_network_name` options will be ignored when using a
  22. ## provider network.
  23. #openshift_openstack_provider_network_name: "provider"
  24. # # Used Images
  25. # # - set specific images for roles by uncommenting corresponding lines
  26. # # - note: do not remove openshift_openstack_default_image_name definition
  27. #openshift_openstack_master_image_name: "centos7"
  28. #openshift_openstack_infra_image_name: "centos7"
  29. #openshift_openstack_node_image_name: "centos7"
  30. #openshift_openstack_lb_image_name: "centos7"
  31. #openshift_openstack_etcd_image_name: "centos7"
  32. openshift_openstack_default_image_name: "centos7"
  33. openshift_openstack_num_masters: 1
  34. openshift_openstack_num_infra: 1
  35. openshift_openstack_num_nodes: 2
  36. # # Used Flavors
  37. # # - set specific flavors for roles by uncommenting corresponding lines
  38. # # - note: do note remove openshift_openstack_default_flavor definition
  39. #openshift_openstack_master_flavor: "m1.medium"
  40. #openshift_openstack_infra_flavor: "m1.medium"
  41. #openshift_openstack_node_flavor: "m1.medium"
  42. #openshift_openstack_lb_flavor: "m1.medium"
  43. #openshift_openstack_etcd_flavor: "m1.medium"
  44. openshift_openstack_default_flavor: "m1.medium"
  45. # # Numerical index of nodes to remove
  46. # openshift_openstack_nodes_to_remove: []
  47. # # Docker volume size
  48. # # - set specific volume size for roles by uncommenting corresponding lines
  49. # # - note: do not remove docker_default_volume_size definition
  50. #openshift_openstack_docker_master_volume_size: "15"
  51. #openshift_openstack_docker_infra_volume_size: "15"
  52. #openshift_openstack_docker_node_volume_size: "15"
  53. #openshift_openstack_docker_etcd_volume_size: "2"
  54. #openshift_openstack_docker_lb_volume_size: "5"
  55. openshift_openstack_docker_volume_size: "15"
  56. ## Specify server group policies for master and infra nodes. Nova must be configured to
  57. ## enable these policies. 'anti-affinity' will ensure that each VM is launched on a
  58. ## different physical host.
  59. #openshift_openstack_master_server_group_policies: [anti-affinity]
  60. #openshift_openstack_infra_server_group_policies: [anti-affinity]
  61. ## Create a Cinder volume and use it for the OpenShift registry.
  62. ## NOTE: the openstack credentials and hosted registry options must be set in OSEv3.yml!
  63. #openshift_openstack_cinder_hosted_registry_name: cinder-registry
  64. #openshift_openstack_cinder_hosted_registry_size_gb: 10
  65. ## Set up a filesystem on the cinder volume specified in `OSEv3.yaml`.
  66. ## You need to specify the file system and volume ID in OSEv3 via
  67. ## `openshift_hosted_registry_storage_openstack_filesystem` and
  68. ## `openshift_hosted_registry_storage_openstack_volumeID`.
  69. ## WARNING: This will delete any data on the volume!
  70. #openshift_openstack_prepare_and_format_registry_volume: False
  71. openshift_openstack_subnet_prefix: "192.168.99"
  72. ## Red Hat subscription:
  73. #rhsub_user: '<username>'
  74. #rhsub_pass: '<password>'
  75. #rhsub_pool: '<pool name>'
  76. # # Roll-your-own DNS
  77. #openshift_openstack_external_nsupdate_keys:
  78. # public:
  79. # key_secret: 'SKqKNdpfk7llKxZ57bbxUnUDobaaJp9t8CjXLJPl+fRI5mPcSBuxTAyvJPa6Y9R7vUg9DwCy/6WTpgLNqnV4Hg=='
  80. # key_algorithm: 'hmac-md5'
  81. # server: '192.168.1.1'
  82. # private:
  83. # key_secret: 'kVE2bVTgZjrdJipxPhID8BEZmbHD8cExlVPR+zbFpW6la8kL5wpXiwOh8q5AAosXQI5t95UXwq3Inx8QT58duw=='
  84. # key_algorithm: 'hmac-md5'
  85. # server: '192.168.1.2'
  86. # NOTE(shadower): Do not change this value. The Ansible user is currently
  87. # hardcoded to `openshift`.
  88. ansible_user: openshift
  89. # # Use a single security group for a cluster (default: false)
  90. #openshift_openstack_flat_secgrp: false
  91. # If you want to use the VM storage instead of Cinder volumes, set this to `true`.
  92. # NOTE: this is for testing only! Your data will be gone once the VM disappears!
  93. # openshift_openstack_ephemeral_volumes: false
  94. # # OpenShift node labels
  95. # # - in order to customise node labels for app and/or infra group, set the
  96. # # openshift_openstack_cluster_node_labels variable
  97. #openshift_openstack_cluster_node_labels:
  98. # app:
  99. # region: primary
  100. # infra:
  101. # region: infra