Skip to content

Commit

Permalink
Add external_openstack_enable_ingress_hostname option for openstack (k…
Browse files Browse the repository at this point in the history
…ubernetes-sigs#7572)

Signed-off-by: Cedric Hnyda <cedric.hnyda@itera.io>
  • Loading branch information
chnyda authored and sakuraiyuta committed Apr 16, 2022
1 parent 5f9a54c commit 6f1b956
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ use-octavia={{ external_openstack_lbaas_use_octavia }}
lb-provider=octavia
use-octavia=true
{% endif %}
{% if external_openstack_enable_ingress_hostname is defined %}
enable-ingress-hostname={{ external_openstack_enable_ingress_hostname | bool }}
{% endif %}

[Networking]
ipv6-support-disabled={{ external_openstack_network_ipv6_disabled | string | lower }}
Expand Down
1 change: 1 addition & 0 deletions roles/kubespray-defaults/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ openstack_lbaas_monitor_max_retries: "3"
openstack_cacert: "{{ lookup('env','OS_CACERT') }}"

# Default values for the external OpenStack Cloud Controller
external_openstack_enable_ingress_hostname: false
external_openstack_lbaas_create_monitor: false
external_openstack_lbaas_monitor_delay: "1m"
external_openstack_lbaas_monitor_timeout: "30s"
Expand Down

0 comments on commit 6f1b956

Please sign in to comment.