Re: Using TLD as hostname for VMs

2018-09-14 Thread Ivan Kudryavtsev
Hey, Fariborz. It doesn't work like that because VR supports the zone, specified for the network where NIC is allocated. To handle the case, you should use external DNS. Take a look at our plugin: https://github.com/bwsw/cs-powerdns-integration To get the solution for domain zone, specified for a

Using TLD as hostname for VMs

2018-09-14 Thread Fariborz Navidan
Hello folks. When I use API to create virtual machines via API I'm unable to use ' example.com' or 'server.example.com' for 'name' parameter to call deployVirtualMachine API call. I need to replace dots with hyphens then this wrong hostname will be recognized by dhcp client and set on VM. How do I