You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
2.0 KiB

  1. ## When OpenStack is used, Cinder version can be explicitly specified if autodetection fails (Fixed in 1.9: https://github.com/kubernetes/kubernetes/issues/50461)
  2. # openstack_blockstorage_version: "v1/v2/auto (default)"
  3. # openstack_blockstorage_ignore_volume_az: yes
  4. ## When OpenStack is used, if LBaaSv2 is available you can enable it with the following 2 variables.
  5. # openstack_lbaas_enabled: True
  6. # openstack_lbaas_subnet_id: "Neutron subnet ID (not network ID) to create LBaaS VIP"
  7. ## To enable automatic floating ip provisioning, specify a subnet.
  8. # openstack_lbaas_floating_network_id: "Neutron network ID (not subnet ID) to get floating IP from, disabled by default"
  9. ## Override default LBaaS behavior
  10. # openstack_lbaas_use_octavia: False
  11. # openstack_lbaas_method: "ROUND_ROBIN"
  12. # openstack_lbaas_provider: "haproxy"
  13. # openstack_lbaas_create_monitor: "yes"
  14. # openstack_lbaas_monitor_delay: "1m"
  15. # openstack_lbaas_monitor_timeout: "30s"
  16. # openstack_lbaas_monitor_max_retries: "3"
  17. ## Values for the external OpenStack Cloud Controller
  18. # external_openstack_lbaas_network_id: "Neutron network ID to create LBaaS VIP"
  19. # external_openstack_lbaas_subnet_id: "Neutron subnet ID to create LBaaS VIP"
  20. # external_openstack_lbaas_floating_network_id: "Neutron network ID to get floating IP from"
  21. # external_openstack_lbaas_floating_subnet_id: "Neutron subnet ID to get floating IP from"
  22. # external_openstack_lbaas_use_octavia: true
  23. # external_openstack_lbaas_method: "ROUND_ROBIN"
  24. # external_openstack_lbaas_create_monitor: false
  25. # external_openstack_lbaas_monitor_delay: "1m"
  26. # external_openstack_lbaas_monitor_timeout: "30s"
  27. # external_openstack_lbaas_monitor_max_retries: "3"
  28. # external_openstack_lbaas_manage_security_groups: false
  29. # external_openstack_lbaas_internal_lb: false
  30. ## The tag of the external OpenStack Cloud Controller image
  31. # external_openstack_cloud_controller_image_tag: "latest"
  32. ## To use Cinder CSI plugin to provision volumes set this value to true
  33. ## Make sure to source in the openstack credentials
  34. # cinder_csi_enabled: true
  35. # cinder_csi_controller_replicas: 1