зеркало из https://github.com/Azure/ARO-RP.git
add vmssName to ComputerNamePrefix
This commit is contained in:
Родитель
869cac073c
Коммит
224d729524
|
@ -191,7 +191,7 @@
|
|||
},
|
||||
"virtualMachineProfile": {
|
||||
"osProfile": {
|
||||
"computerNamePrefix": "rp-",
|
||||
"computerNamePrefix": "[concat('rp-', parameters('vmssName'), '-')]",
|
||||
"adminUsername": "cloud-user",
|
||||
"linuxConfiguration": {
|
||||
"disablePasswordAuthentication": true,
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -591,7 +591,7 @@ rm /etc/motd.d/*
|
|||
},
|
||||
VirtualMachineProfile: &mgmtcompute.VirtualMachineScaleSetVMProfile{
|
||||
OsProfile: &mgmtcompute.VirtualMachineScaleSetOSProfile{
|
||||
ComputerNamePrefix: to.StringPtr("rp-"),
|
||||
ComputerNamePrefix: to.StringPtr("[concat('rp-', parameters('vmssName'), '-')]"),
|
||||
AdminUsername: to.StringPtr("cloud-user"),
|
||||
LinuxConfiguration: &mgmtcompute.LinuxConfiguration{
|
||||
DisablePasswordAuthentication: to.BoolPtr(true),
|
||||
|
|
Загрузка…
Ссылка в новой задаче