mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-14 01:34:51 -03:30
* Add additional network configuration options to external Openstack CCM (#6083) * Change the default version of external openstack cloud controller image to v1.18.1 since there was an issue in v1.18.0 where some IPs of the private network were ignored * Change Network section in external-openstack-cloud-config.j2 to Networking * Add networking customization information in the openstack documentation
This commit is contained in:
@@ -48,3 +48,12 @@ internal-lb={{ external_openstack_lbaas_internal_lb }}
|
||||
{% if external_openstack_lbaas_use_octavia is defined and external_openstack_lbaas_use_octavia %}
|
||||
lb-provider=octavia
|
||||
{% endif %}
|
||||
|
||||
[Networking]
|
||||
ipv6-support-disabled={{ external_openstack_network_ipv6_disabled | string | lower }}
|
||||
{% for network_name in external_openstack_network_internal_networks %}
|
||||
internal-network-name="{{ network_name }}"
|
||||
{% endfor %}
|
||||
{% for network_name in external_openstack_network_public_networks %}
|
||||
public-network-name="{{ network_name }}"
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user