From ac59cbfef3c5ec6fd802a6e6c1d11bd1aa78526d Mon Sep 17 00:00:00 2001 From: Xavier Pillons Date: Wed, 28 Oct 2020 15:55:29 +0100 Subject: [PATCH] use fix image version number as the latest failed --- examples/beegfs/config.json | 2 +- examples/beegfs_data_disk/config.json | 2 +- examples/beegfs_local_ssd/config.json | 2 +- examples/beegfs_pools/config.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/beegfs/config.json b/examples/beegfs/config.json index 7e829f8f..dbc423af 100644 --- a/examples/beegfs/config.json +++ b/examples/beegfs/config.json @@ -5,7 +5,7 @@ "admin_user": "hpcadmin", "variables": { "image": "OpenLogic:CentOS:7.7:latest", - "hpc_image": "OpenLogic:CentOS-HPC:7.7:latest", + "hpc_image": "OpenLogic:CentOS-HPC:7.7:7.7.2020062600", "location": "", "resource_group": "", "vm_type": "Standard_HB60rs", diff --git a/examples/beegfs_data_disk/config.json b/examples/beegfs_data_disk/config.json index c45efbe1..cf3c4d86 100644 --- a/examples/beegfs_data_disk/config.json +++ b/examples/beegfs_data_disk/config.json @@ -5,7 +5,7 @@ "admin_user": "hpcadmin", "variables": { "image": "OpenLogic:CentOS:7.7:latest", - "hpc_image": "OpenLogic:CentOS-HPC:7.7:latest", + "hpc_image": "OpenLogic:CentOS-HPC:7.7:7.7.2020062600", "compute_instances": 4, "vm_type": "Standard_HC44rs", "location": "", diff --git a/examples/beegfs_local_ssd/config.json b/examples/beegfs_local_ssd/config.json index ae49d7b8..702cc8ef 100644 --- a/examples/beegfs_local_ssd/config.json +++ b/examples/beegfs_local_ssd/config.json @@ -5,7 +5,7 @@ "admin_user": "hpcadmin", "variables": { "image": "OpenLogic:CentOS:7.7:latest", - "hpc_image": "OpenLogic:CentOS-HPC:7.7:latest", + "hpc_image": "OpenLogic:CentOS-HPC:7.7:7.7.2020062600", "compute_instances": 4, "vm_type": "Standard_HB60rs", "storage_instances": 4, diff --git a/examples/beegfs_pools/config.json b/examples/beegfs_pools/config.json index 378bdef0..25c7231a 100644 --- a/examples/beegfs_pools/config.json +++ b/examples/beegfs_pools/config.json @@ -5,7 +5,7 @@ "admin_user": "hpcadmin", "variables": { "image": "OpenLogic:CentOS:7.7:latest", - "hpc_image": "OpenLogic:CentOS-HPC:7.7:latest", + "hpc_image": "OpenLogic:CentOS-HPC:7.7:7.7.2020062600", "compute_instances": 4, "vm_type": "Standard_HB60rs", "location": "",