Forum Discussion

Tics's avatar
Tics
Icon for Nimbostratus rankNimbostratus
Apr 29, 2024

Converting config to DO

Is it possible to convert a existing ucs file or bigip_base.conf into a DO-Declaration?
I have tried using the Docker-ACC but from the base.conf I only get a very small ammount of data back and when using the ucs file as input I get lots of output as expected but its normal config (vs, pools ...), not things like DNS, Network Interfaces or NTP Settings.

I used
docker run --rm -v  "$PWD":/app/data f5devcentral/f5-automation-config-converter –declarative-onboarding -o data/do-adc1.json -c data/bigip_base.conf -as3-not-converted

docker run --rm -v  "$PWD":/app/data f5devcentral/f5-automation-config-converter -o data/do-wafi1.json -u data/waf1.ucs  –declarative-onboarding --log convert.log