-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when converting TMOS to AS3, servers in the pool do not show their server names #91
Comments
@kyleklabunde is the default behavior
If you use expanded mode in VScode after AS3 deployment you will get
Can you give that a try? |
what is expanded mode? i currently am having to manually make the change to the 2nd part. |
Hey @mdditt2000, I think @kyleklabunde is looking to get ACC to output the pool members with hostname and IP/port so that information is not lost in the as3 declaration. Without ACC capturing that information, it will never make it into the declaration. Kyle is adding this information manually. |
Got it!! Let me look into this! Request was asked by @rjouhann before. |
So that task can be solved only for 'static' nodes. No way to set name for 'fqdn' nodes. AS3 has 'fqdnPrefix', but it will generate names like 'server_4example.com' instead of 'server_4' with host 'example.com'. Do you require something for 'fqdn'? |
same #106 |
Is your feature request related to a problem? Please describe.
I am frustrated when i use ACC Chariot to convert TMOS code into JSON in that the pool members are not broken out with their server names.
Describe the solution you'd like
It would be nice when you use the AS3 conversion that the server names are populated. THis saves time in having to find the server names to put a name to an IP address in the pool
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
this this:
instead of this:
The text was updated successfully, but these errors were encountered: