This commit is contained in:
Xavier Pillons 2020-03-16 14:44:03 +01:00
Родитель 36715f5f7e
Коммит 13520ab219
3 изменённых файлов: 15 добавлений и 9 удалений

Просмотреть файл

@ -6,6 +6,8 @@
"variables" : {
"image" : "OpenLogic:CentOS:7.7:latest",
"hpc_image": "OpenLogic:CentOS-HPC:7.7:latest",
"compute_instances": 4,
"vm_type": "Standard_HC44rs",
"location": "<NOT-SET>",
"resource_group": "<NOT-SET>",
"vnet_resource_group": "variables.resource_group",
@ -46,8 +48,8 @@
},
"compute": {
"type": "vmss",
"vm_type": "Standard_HC44rs",
"instances": 2,
"vm_type": "variables.vm_type",
"instances": "variables.compute_instances",
"image": "variables.hpc_image",
"subnet": "compute",
"tags": [

Просмотреть файл

@ -6,6 +6,8 @@
"variables" : {
"image" : "OpenLogic:CentOS:7.7:latest",
"hpc_image": "OpenLogic:CentOS-HPC:7.7:latest",
"compute_instances": 4,
"vm_type": "Standard_HB60rs",
"location": "<NOT-SET>",
"resource_group": "<NOT-SET>",
"vnet_resource_group": "variables.resource_group",
@ -30,7 +32,7 @@
"vm_type": "Standard_D8s_v3",
"accelerated_networking": true,
"public_ip": true,
"image": "variables.image",
"image": "variables.hpc_image",
"subnet": "compute",
"data_disks": [2048, 2048],
"tags": [
@ -46,8 +48,8 @@
},
"compute": {
"type": "vmss",
"vm_type": "Standard_HB60rs",
"instances": 2,
"vm_type": "variables.vm_type",
"instances": "variables.compute_instances",
"image": "variables.hpc_image",
"subnet": "compute",
"tags": [
@ -75,7 +77,7 @@
},
"beegfssm": {
"type": "vmss",
"vm_type": "Standard_D16_v3",
"vm_type": "Standard_D4_v3",
"instances": 2,
"accelerated_networking": true,
"image": "variables.image",

Просмотреть файл

@ -6,6 +6,8 @@
"variables" : {
"image" : "OpenLogic:CentOS:7.7:latest",
"hpc_image": "OpenLogic:CentOS-HPC:7.7:latest",
"compute_instances": 4,
"vm_type": "Standard_HB60rs",
"location": "<NOT-SET>",
"resource_group": "<NOT-SET>",
"vnet_resource_group": "variables.resource_group",
@ -31,7 +33,7 @@
"vm_type": "Standard_D8s_v3",
"accelerated_networking": true,
"public_ip": true,
"image": "variables.image",
"image": "variables.hpc_image",
"subnet": "compute",
"data_disks": [2048, 2048],
"tags": [
@ -47,8 +49,8 @@
},
"compute": {
"type": "vmss",
"vm_type": "Standard_HB60rs",
"instances": 2,
"vm_type": "variables.vm_type",
"instances": "variables.compute_instances",
"image": "variables.hpc_image",
"subnet": "compute",
"tags": [