diff --git a/ansible/playbooks/jenkins/worker/create.yml b/ansible/playbooks/jenkins/worker/create.yml index f2b2a240a..a4a7962cb 100644 --- a/ansible/playbooks/jenkins/worker/create.yml +++ b/ansible/playbooks/jenkins/worker/create.yml @@ -59,8 +59,6 @@ - hosts: - test-equinix-ubuntu2204-x64-1 - test-equinix-ubuntu2204-x64-2 - - test-packetnet-ubuntu1804-x64-1 - - test-packetnet-ubuntu1804-x64-2 - test-ibm-ubuntu1804-x64-1 roles: @@ -84,8 +82,6 @@ - release - "!test-equinix-ubuntu2204-x64-1" - "!test-equinix-ubuntu2204-x64-2" - - "!test-packetnet-ubuntu1804-x64-1" - - "!test-packetnet-ubuntu1804-x64-2" - "!test-ibm-ubuntu1804-x64-1" tasks: - name: remove node and npm packages diff --git a/ansible/plugins/inventory/nodejs_yaml.py b/ansible/plugins/inventory/nodejs_yaml.py index 86f96eec8..1fda01e59 100755 --- a/ansible/plugins/inventory/nodejs_yaml.py +++ b/ansible/plugins/inventory/nodejs_yaml.py @@ -48,7 +48,7 @@ # providers - validated for consistency 'provider': ('azure', 'digitalocean', 'equinix', 'ibm', 'iinthecloud', 'joyent', 'linuxonecc', 'macstadium', 'marist', 'mininodes', 'msft', - 'nearform', 'orka', 'osuosl', 'packetnet', 'rackspace', + 'nearform', 'orka', 'osuosl', 'rackspace', 'rzkh', 'scaleway', 'softlayer', 'voxer') } DECRYPT_TOOL = "gpg" diff --git a/tools/host-map/host-map.mjs b/tools/host-map/host-map.mjs index ab224bc25..559c73e8c 100644 --- a/tools/host-map/host-map.mjs +++ b/tools/host-map/host-map.mjs @@ -38,7 +38,6 @@ const providerMap = new Map([ ['digitalocean', 'do'], ['iinthecloud', 'iitc'], ['nearform', 'nf'], - ['packetnet', 'packet'], ['rackspace', 'rs'], ['softlayer', 'ibm'] ]);