Skip to content

Commit 912b9e5

Browse files
authored
ansible: remove packent server (#3331)
1 parent 018f264 commit 912b9e5

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

ansible/playbooks/jenkins/worker/create.yml

-4
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@
5959
- hosts:
6060
- test-equinix-ubuntu2204-x64-1
6161
- test-equinix-ubuntu2204-x64-2
62-
- test-packetnet-ubuntu1804-x64-1
63-
- test-packetnet-ubuntu1804-x64-2
6462
- test-ibm-ubuntu1804-x64-1
6563

6664
roles:
@@ -84,8 +82,6 @@
8482
- release
8583
- "!test-equinix-ubuntu2204-x64-1"
8684
- "!test-equinix-ubuntu2204-x64-2"
87-
- "!test-packetnet-ubuntu1804-x64-1"
88-
- "!test-packetnet-ubuntu1804-x64-2"
8985
- "!test-ibm-ubuntu1804-x64-1"
9086
tasks:
9187
- name: remove node and npm packages

ansible/plugins/inventory/nodejs_yaml.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# providers - validated for consistency
4949
'provider': ('azure', 'digitalocean', 'equinix', 'ibm', 'iinthecloud', 'joyent',
5050
'linuxonecc', 'macstadium', 'marist', 'mininodes', 'msft',
51-
'nearform', 'orka', 'osuosl', 'packetnet', 'rackspace',
51+
'nearform', 'orka', 'osuosl', 'rackspace',
5252
'rzkh', 'scaleway', 'softlayer', 'voxer')
5353
}
5454
DECRYPT_TOOL = "gpg"

tools/host-map/host-map.mjs

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const providerMap = new Map([
3838
['digitalocean', 'do'],
3939
['iinthecloud', 'iitc'],
4040
['nearform', 'nf'],
41-
['packetnet', 'packet'],
4241
['rackspace', 'rs'],
4342
['softlayer', 'ibm']
4443
]);

0 commit comments

Comments
 (0)