f5devcentral / vscode-f5-chariot

Providing mobility from one tool to the other...
Apache License 2.0
8 stars 0 forks source link

Route conversion error when not using a gateway #11

Closed AnthonyF5 closed 1 month ago

AnthonyF5 commented 7 months ago

DO version: 1.40.0 DO schema ref: https://clouddocs.f5.com/products/extensions/f5-declarative-onboarding/latest/schema-reference.html#route

Problem: Converting the UCS to DO the "Route" config references a VLAN not a gateway, the conversion does not create the "target" output.

UCS route: net route /Common/vMLC-vF5 { description "Toward vMLC" interface /Common/Internal network 172.22.246.0/28 }

Generated by chariot: "vMLC-vF5": { "class": "Route", "network": "172.22.246.0/28" },

The generated content fails without the target or gw line.

DumpySquare commented 1 month ago

Hi @AnthonyF5. Thanks for opening this issue. This project only wraps the core ACC engine for use in VSCode. Please see the original project for feedback.

https://github.com/f5devcentral/f5-automation-config-converter