From 069b866e57230f855287bfb471835f9fe4700743 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Wed, 26 Jun 2024 14:31:49 +0200 Subject: [PATCH] test: add internal account vswitch ids (#521) ##### SUMMARY Adds a few vSwitche IDs from our internal Hetzner Account, to run test manually. --- tests/integration/targets/subnetwork/defaults/main/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/integration/targets/subnetwork/defaults/main/main.yml b/tests/integration/targets/subnetwork/defaults/main/main.yml index afaa776..930a356 100644 --- a/tests/integration/targets/subnetwork/defaults/main/main.yml +++ b/tests/integration/targets/subnetwork/defaults/main/main.yml @@ -5,6 +5,7 @@ hcloud_network_name: "{{ hcloud_ns }}" # Pool of external Hetzner vSwitch ID, this prevents using the same vSwitch id twice in # different jobs. hetzner_vswitch_ids: + # Hetzner Public account - 43065 - 44166 - 44167 @@ -21,3 +22,8 @@ hetzner_vswitch_ids: - 44179 - 44180 - 44181 + # Hetzner Internal account + # - 53379 + # - 53380 + # - 53381 + # - 53382