f5devcentral / f5-automation-config-converter

Convert BIG-IP configs to AS3 and DO declarations
https://clouddocs.f5.com/products/extensions/f5-automation-config-converter/latest/
Apache License 2.0
35 stars 13 forks source link

Conversion does not seem to finish #45

Closed afreudenreich closed 3 years ago

afreudenreich commented 3 years ago

Environment

Summary

When running the conversion against a ucs file it does not seem to finish - no visible output (I let it run for more than 6 hours before killing it).

Steps To Reproduce

docker run --rm -v "$PWD":/app/data f5-as3-config-converter:v1.13.0 -o data/as3_conversion_test.json -u data/test.ucs

Observed the following: No output at all - process just keeps running docker.cli process does not seem to use any CPU.

Expected Behavior

Finishes after less than an hour (?).

Actual Behavior

Does not finish.

mdditt2000 commented 3 years ago

@afreudenreich i am able to open your UCS file with the vscode f5 extension and browse the application. If i convert each application you should have a issue. Do you have some time to setup a meeting. Please can we schedule something with @buulam

afreudenreich commented 3 years ago

@mdditt2000 thanks Mark - I did not know about the F5 extension for VSCode - that looks promising! I still have asked Buu to setup a meeting.

mdditt2000 commented 3 years ago

Issue recreated

Desktop$ docker run --rm -v  "$PWD":/app/data f5-as3-config-converter:1.15.0-RC1 -o data/bigip.json -u data/github45.ucs

Nothing!!!!!

Desktop$ 
mdditt2000 commented 3 years ago

Created Jira CHARON-423 for PM tracking

mdditt2000 commented 3 years ago

Unpacked config has issues only in bigip.conf. All other .conf files looks good

mdditt2000 commented 3 years ago

Issue solved - Merge branch