From d5fe434f7390adeb7b90fa78cc4a16081d0fe5a1 Mon Sep 17 00:00:00 2001 From: Matt Curtis Date: Thu, 19 Dec 2024 16:01:37 +0000 Subject: [PATCH] experiment with DC8s_v3 VM --- .github/workflows/manual-deploy-testnet-l2.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/manual-deploy-testnet-l2.yml b/.github/workflows/manual-deploy-testnet-l2.yml index e614790ed..c16493843 100644 --- a/.github/workflows/manual-deploy-testnet-l2.yml +++ b/.github/workflows/manual-deploy-testnet-l2.yml @@ -25,6 +25,11 @@ on: required: true default: 3 type: number + ha_enabled: + description: 'Enable High Availability' + required: true + default: true + type: boolean jobs: build: @@ -209,7 +214,7 @@ jobs: --public-ip-address-dns-name "obscuronode-${{ matrix.host_id }}-${{ github.event.inputs.testnet_type }}" \ --tags deploygroup=ObscuroNode-${{ github.event.inputs.testnet_type }}-${{ GITHUB.RUN_NUMBER }} ${{ vars.AZURE_DEPLOY_GROUP_L2 }}=true \ --vnet-name ${{ github.event.inputs.testnet_type }}-virtual-network --subnet ${{ github.event.inputs.testnet_type }}-sub-network \ - --size Standard_DC8_v2 --storage-sku StandardSSD_LRS --image ObscuroConfUbuntu \ + --size Standard_DC8s_v3 --storage-sku StandardSSD_LRS --image ObscuroConfUbuntu \ --public-ip-sku Standard --authentication-type password - name: 'Open Obscuro node-${{ matrix.host_id }} ports on Azure'