azimuth-cloud / capi-helm-charts

Apache License 2.0
16 stars 18 forks source link

Allow configuration of Calico bgp and encapsulation values #388

Open dalees opened 1 month ago

dalees commented 1 month ago

To enable Calico BGP mode we need to set bgp and encapsulation values. The chart allows overriding of the bgp value already, but encapsulation is within a list, which is concatenated if changes are attempted in the overrides field.

So, here we add configuration for both values and document how to enable the full-mesh mode we will use.

dalees commented 1 month ago

Note: This should result in no default behaviour change. An implementation of using these options will be submitted to the magnum-capi-helm driver.

dalees commented 1 month ago

Created Magnum CAPI driver change that depends on this PR: https://review.opendev.org/c/openstack/magnum-capi-helm/+/925552