Re: Cannot create instance with FQDN

2019-04-25 Thread Rene Moser
Hi A common way to have a bootstrap mechanism in many clouds, so also in cloudstack, is to use cloud-init [1] as described in the docs [2]. You would need to create a template (or iso) with cloud-init installed and then pass userdata as base64 encoded cloud-config, an example for a hostname setti

RE: Cannot create instance with FQDN

2019-04-25 Thread Andrija Panic
Hi Fariborz, Instance FQDN is generate from the VM name when you deploy it (becomes hostname) and the network domain set on the network to which a VM is joined. So: In case of Shared or Isolated Network, you have an option to set "network domain" when creating the network. In case of VPC, you ha