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

Add support for custom traffic-group on self-ip

Open Radiotic opened this issue 1 year ago • 1 comments

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

Not currently available via DO

When sending a Declarative Onboarding Request I get the error message that the only supported traffic-groups are traffic-group-1 and traffic-group-local-only:

        {
            "keyword": "enum",
            "dataPath": ".declaration.Common['DMZLAN_TG2_1'].trafficGroup",
            "schemaPath": "#/allOf/7/then/properties/trafficGroup/enum",
            "params": {
                "allowedValues": [
                    "traffic-group-local-only",
                    "traffic-group-1"
                ]
            },
            "message": "should be equal to one of the allowed values"
        },

This is problematic because we are running a active/active setup where both units are processing traffic. So we would need to be able to reference another traffic group than the 2 above with a pointer or similar.

Describe the solution you'd like

To be made available via DO

Describe alternatives you've considered

N/A

Additional context

What it looks like right now in tmsh: net self WAFDCWAN_TG2 { address x.x.x.x/x floating enabled traffic-group traffic-group-2 unit 2 vlan WAFDCWAN }

Radiotic avatar May 14 '24 11:05 Radiotic

please open CSR "customer special request" with engineering

mdditt2000 avatar Dec 18 '24 19:12 mdditt2000