After we upgrade from Devtest 10.7.2 to Devtest 10.8 version, when we try to copy the service URL in the portal. It is copying/displaying the hostname instead of DNS name.
Below properties are added in local.properties, phoenix.properties files on registry and VSE servers.
devtest.hostname=<FQDN_NAME>
reshub.hostname=<FQDN_NAME>
registry.host=<FQDN_NAME>
Devtest 10.8
Follow below steps to resolve this issue
In the VSE vmoptions, add the below property with the correct protocol (SSL or TCP) and FQDN name:
-Ddevtest.virtual_service_environment.public_url=<ssl/tcp>://<FQDN_NAME>