зеркало из https://github.com/Azure/azurehpc.git
added variables
This commit is contained in:
Родитель
36715f5f7e
Коммит
13520ab219
|
@ -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": [
|
||||
|
|
Загрузка…
Ссылка в новой задаче