Closed sbarakett closed 3 months ago
Hi @sbarakett. Thank you for opening this issue. Unfortunately, this project only wraps the core ACC engine for use in VSCode. I suggest you ping the original project to see if this can be accommodated.
https://github.com/f5devcentral/f5-automation-config-converter
Great, thanks for getting back to me.
Get Outlook for iOShttps://aka.ms/o0ukef
From: Ben Novak @.> Sent: Tuesday, August 13, 2024 5:27:39 PM To: f5devcentral/vscode-f5-chariot @.> Cc: sbarakett @.>; Mention @.> Subject: Re: [f5devcentral/vscode-f5-chariot] requesting new functionality (Issue #14)
Hi @sbaraketthttps://github.com/sbarakett. Thank you for opening this issue. Unfortunately, this project only wraps the core ACC engine for use in VSCode. I suggest you ping the original project to see if this can be accommodated.
https://github.com/f5devcentral/f5-automation-config-converter
— Reply to this email directly, view it on GitHubhttps://github.com/f5devcentral/vscode-f5-chariot/issues/14#issuecomment-2287167530, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADKOUDYOX2PVRHRAPGJIA7DZRJ24XAVCNFSM6AAAAABMA3SC5SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBXGE3DONJTGA. You are receiving this because you were mentioned.Message ID: @.***>
When running function convert to AS3 with ACC, I would love to see these two new features.
The conversion does not include the tenants "default route domain"
what you get: "tenantname": { "class": "Tenant", "Shared": {
what I would like: "tenantname": { "class": "Tenant", "defaultRouteDomain": 1, "Shared": {
The conversion ignores pool members names, and just gets the IP addresses, so when pushing to a new F5, you loose the node names.
what you get from pool: "members": [ { "addressDiscovery": "static", "servicePort": 443, "serverAddresses": [ "x.x.x.x", "x.x.x.x" ], "shareNodes": true } ],
what I would like to see:
Thanks for any attention you put towards this.