Closed azahajkiewicz closed 3 years ago
Please double check scenario when vlans-enabled in bigip.conf is empty - if allowVlans property should be present / what should be the exact value of allowVlans property .
@azahajkiewicz agree we should be using allowVlans (array
Filed Jira CHARON-318 for PM tracking
Merge branch 'vlans_enabled' into 'develop. Closing issue as complete
Environment
Summary
Charon wrongly convers VS property: vlans-enabled to vlansEnabled instead of allowVlans
Steps To Reproduce
Steps to reproduce the behavior:
Convert following config:
Observe the following error message:
when deploying generated declaration:
Expected Behavior
Instead vlansEnabled, charon should use: allowVlans as per documentation for Service_Generic: https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/refguide/schema-reference.html#service-generic
Actual Behavior
Charon converts vlans-enabled to vlansEnabled instead of allowVlans property.