зеркало из https://github.com/Azure/azurehpc.git
adding back fqdn
caveat: you cannot get a fqdn for a VM in the same config file as it will try and resolve before deploying the arm template
This commit is contained in:
Родитель
97cfa39d92
Коммит
eecc592ea3
|
@ -128,8 +128,7 @@ class ConfigFile:
|
|||
path = ".".join(parts[2:])
|
||||
res = f"{url}{path}?{saskey}"
|
||||
elif prefix == "fqdn":
|
||||
pass
|
||||
#azutil.get_fqdn(self.data["resource_group"], parts[1]+"pip")
|
||||
azutil.get_fqdn(self.data["resource_group"], parts[1]+"pip")
|
||||
elif prefix == "sakey":
|
||||
res = azutil.get_storage_key(parts[1])
|
||||
elif prefix == "saskey":
|
||||
|
|
Загрузка…
Ссылка в новой задаче