It's not possible to use DHCP-relay agent over OpenVPN(L3/vtun) uplink beause of ISC DHCP-relay agent limitations/bug.
If I use the vyos DHCP-relay it's necessary to configure the LAN and the uplink interface to DHCP server in dhcp-relay config section. But OpenVPN TUN interfaces can't be used as dhcp-relay interfaces because they has no MAC addresses.
Tools like dnsmasq(>=version 2.67) and dhcp-helper from Simon Kelley use only one interface for dhcp-relay function.
In my lab configuration I use a central VyOS router(r1-core) and 3 site VyOS routers(r1-site1,r1-site2,r1-site3) with OpenVPN uplink connections to central r1-core.
There is is a central DHCP server on r1-core that is reachable from all site over OpenVPN(over L3) and has scopes for the site LANs.
All is working with the included ISC dhcp-relay expect the answer from the DHCP server(DHCP offer packets) dosn't reach the dhcp client.
I have monitored the traffic on the OpenVPN TUN(vtun1) interface and the LAN ethernet interface on the sites for debugging with tshark.
The result was there are the right DHCP offers packets on the TUN interface but nothing expect the DHCP discover packets on the LAN interface.
So at the moment there is no solution to get this configuration to work.