f5-appsvcs-extension icon indicating copy to clipboard operation
f5-appsvcs-extension copied to clipboard

GSLB_Domain missing the persistence option

Open fatpelt opened this issue 3 years ago • 4 comments

Not sure if this is a bug or a feature request:

Environment

  • Application Services Version: 3.33.0
  • BIG-IP Version: 15.1.5

Summary

There is no option in AS3 to mimic the following tmsh command line: create wideip a wip.domain.com enabled metadata none persistence enabled persist-cidr-ipv4 32 persist-cidr-ipv6 128 pools add {gpool_poolName {app-service none order 0 ratio 1}}

specifically the persistence options

https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/refguide/schemaref/GSLB_Domain.schema.json.html

Steps To Reproduce

Steps to reproduce the behavior:

  1. Submit the following declaration:
{
    "schemaVersion": "3.14.0",
    "class": "ADC",
    "Tenant": {
        "class": "Tenant",
        "Application": {
            "template": "generic",
            "wip.domain.com": {
                "class": "GSLB_Domain",
                "domainName": "wip.domain.com",
                "enabled": true,
                "resourceRecordType": "A",
                "pools": [
                    { "use": "gpool_poolName" }
                ],
                "poolLbMode": "round-robin",
                "persistence": true
            },
        }
    }
}

no error is thrown

Expected Behavior

persistence should be enabled

Actual Behavior

persistence is not enabled

fatpelt avatar Feb 23 '22 02:02 fatpelt

Thank you for your feedback. I am changing this over to a feature request.

dstokesf5 avatar Feb 23 '22 16:02 dstokesf5

Any updates or timelines on this request, please let us know.

DebasishBahinipati avatar Oct 11 '22 22:10 DebasishBahinipati

Hi @DebasishBahinipati, please contact us at [email protected] so we can prioritize.

sunitharonan avatar Oct 12 '22 13:10 sunitharonan

Created Jira AUTOTOOL-3031 for this issue. Customer identified and prioritized.

mdditt2000 avatar Oct 13 '22 04:10 mdditt2000

This has been resolved in the 3.41.0 release of AS3.

sunitharonan avatar Nov 15 '22 20:11 sunitharonan