File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
roles/kubernetes-apps/external_cloud_controller/openstack Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ The cloud provider is configured to have Octavia by default in Kubespray.
7373 external_openstack_lbaas_method: ROUND_ROBIN
7474 external_openstack_lbaas_provider: amphora
7575 external_openstack_lbaas_subnet_id: "Neutron subnet ID to create LBaaS VIP"
76+ external_openstack_lbaas_member_subnet_id: "Neutron subnet ID on which to create the members of the load balancer"
7677 external_openstack_lbaas_network_id: "Neutron network ID to create LBaaS VIP"
7778 external_openstack_lbaas_manage_security_groups: false
7879 external_openstack_lbaas_create_monitor: false
Original file line number Diff line number Diff line change @@ -24,3 +24,5 @@ external_openstack_cloud_controller_extra_args: {}
2424external_openstack_cloud_controller_image_tag : " v1.32.0"
2525external_openstack_cloud_controller_bind_address : 127.0.0.1
2626external_openstack_cloud_controller_dns_policy : ClusterFirst
27+
28+ external_openstack_lbaas_member_subnet_id : " {{ external_openstack_lbaas_subnet_id }}"
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ lb-provider={{ external_openstack_lbaas_provider }}
4545{% endif %}
4646{% if external_openstack_lbaas_subnet_id is defined %}
4747subnet-id={{ external_openstack_lbaas_subnet_id }}
48+ member-subnet-id={{ external_openstack_lbaas_member_subnet_id }}
4849{% endif %}
4950{% if external_openstack_lbaas_network_id is defined %}
5051network-id={{ external_openstack_lbaas_network_id }}
You can’t perform that action at this time.
0 commit comments