From b4c834811a786813f3111a48031f34123bbcb5cb Mon Sep 17 00:00:00 2001 From: otherview Date: Tue, 3 Oct 2023 14:10:04 +0100 Subject: [PATCH 1/2] Bumping tesnet to 32gb --- .github/workflows/manual-deploy-testnet-l2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-deploy-testnet-l2.yml b/.github/workflows/manual-deploy-testnet-l2.yml index 925c1c4feb..381a3d22e7 100644 --- a/.github/workflows/manual-deploy-testnet-l2.yml +++ b/.github/workflows/manual-deploy-testnet-l2.yml @@ -198,7 +198,7 @@ jobs: --public-ip-address-dns-name "obscuronode-${{ matrix.host_id }}-${{vars.RESOURCE_TESTNET_NAME}}-${{ GITHUB.RUN_NUMBER }}" \ --tags deploygroup=ObscuroNode-${{vars.RESOURCE_TESTNET_NAME}}-${{ GITHUB.RUN_NUMBER }} ${{vars.RESOURCE_TAG_NAME}}=true \ --vnet-name ObscuroHost-${{vars.RESOURCE_TESTNET_NAME}}-01VNET --subnet ObscuroHost-${{vars.RESOURCE_TESTNET_NAME}}-01Subnet \ - --size Standard_DC4s_v2 --image ObscuroConfUbuntu \ + --size Standard_DC8_v2 --image ObscuroConfUbuntu \ --public-ip-sku Basic --authentication-type password - name: 'Open Obscuro node-${{ matrix.host_id }} ports on Azure' From e908dcc63994127c28d27b503e9995a539ece5c0 Mon Sep 17 00:00:00 2001 From: otherview Date: Tue, 3 Oct 2023 15:56:39 +0100 Subject: [PATCH 2/2] changing storage --- .github/workflows/manual-deploy-testnet-l2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-deploy-testnet-l2.yml b/.github/workflows/manual-deploy-testnet-l2.yml index 381a3d22e7..76a755924b 100644 --- a/.github/workflows/manual-deploy-testnet-l2.yml +++ b/.github/workflows/manual-deploy-testnet-l2.yml @@ -198,7 +198,7 @@ jobs: --public-ip-address-dns-name "obscuronode-${{ matrix.host_id }}-${{vars.RESOURCE_TESTNET_NAME}}-${{ GITHUB.RUN_NUMBER }}" \ --tags deploygroup=ObscuroNode-${{vars.RESOURCE_TESTNET_NAME}}-${{ GITHUB.RUN_NUMBER }} ${{vars.RESOURCE_TAG_NAME}}=true \ --vnet-name ObscuroHost-${{vars.RESOURCE_TESTNET_NAME}}-01VNET --subnet ObscuroHost-${{vars.RESOURCE_TESTNET_NAME}}-01Subnet \ - --size Standard_DC8_v2 --image ObscuroConfUbuntu \ + --size Standard_DC8_v2 --storage-sku StandardSSD_LRS --image ObscuroConfUbuntu \ --public-ip-sku Basic --authentication-type password - name: 'Open Obscuro node-${{ matrix.host_id }} ports on Azure'