f5-declarative-onboarding icon indicating copy to clipboard operation
f5-declarative-onboarding copied to clipboard

Ability to manage other tunnel types such as VXLAN

Open ajgerace opened this issue 4 years ago • 1 comments

Is your feature request related to a problem? Please describe.

Currently DO does not support the ability to manage tunnels such as VXLAN. VXLAN tunnels are needed to support CIS where the K8S cluster is using Flannel as the CNI.

Describe the solution you'd like

Add support for VXLAN tunnels as part of DO

Describe alternatives you've considered

Currently we can create the basic configuration with DO and then build the tunnels necessary selfIps manually.

Additional context

net tunnels tunnel /Common/flannel_vxlan {
    key 1
    local-address 10.0.20.245
    profile /Common/fl-vxlan
    remote-address any
    secondary-address any
}
net tunnels vxlan /Common/fl-vxlan {
    app-service none
    defaults-from /Common/vxlan
    description none
    flooding-type none
    port 8472
}

net self /Common/flannel_self {
    address 10.244.255.245/16
    traffic-group /Common/traffic-group-local-only
    vlan /Common/flannel_vxlan
}

ajgerace avatar Aug 30 '21 12:08 ajgerace

Thank you for your feedback. This feature request has been added to our internal product backlog as AUTOTOOL-2750.

dstokesf5 avatar Sep 14 '21 20:09 dstokesf5