Hello VyOS developers,
I'm running into an issue that looks very much like a bug to me. When running a custom build of 1.4, build on February 9th, 2024, and subsequently using the vyos-vm-images ansible playbooks to generate a qemu image for use in Proxmox with cloud-init, the configuration fails to boot every time a DNS search domain is set.
This seems to happen late enough in the configuration that I'm able to correct the issue, but attempting to merge in the failed cloud-init configuration results in:
[Errno 1] failed to run command: /opt/vyatta/sbin/my_set system domain-search domain 'mydomain.com'
returned: Configuration path: [system domain-search domain mydomain.com] is not valid
If this is useful, Build commit ID here is: 97481cb8ba4011
Happy to provide further logs if needed.