Do you guys know if there is any straightforward way to debug what the parsing issue is?
I guess this forum is not the place to upload the oned.conf file to see what went wrong
I had already run `onecfg validate âdebug`, with the output being the expected
...
DEBUG : Load â/etc/one/oned.confâ with OneCfg::Config::Type::Augeas::
ONEERROR : Unable to process file â/etc/one/oned.confâ - Failed to parse file
...
I was unfamiliar with the augtool utility. From what I could read it requires to have installed some kind of âlensâ for OpenNebula configuration files.
There is a chance some configuration wasnât handled properly. Since you are not getting a good error from the âdebug. Try comparing your oned.conf to a stock 7.0 oned.conf. There is probably some malformed configuration breaking the validator.
Hi Daniel, thank you for joining the duscussion
Yes, Iâve tried comparing the configs between mine and the official one. Here are the changes Iâve made, but I still canât tell which one is breaking the parsing (=:
Hi Daniel,
Sure! Here it is.
We have a High Available setup, with a mysql database, and custom hooks for leader selection, in order to use netplan to asign the Virtual IP.
Hi alvaro, the problem is likely the VNC_PORTS configuration, you have to remove the comments within VNC_PORTS. You have to comment the whole section. We have opened an issue to provide more helpful error messages.