Skip to content

Commit

Permalink
ansible: remove packent server (#3331)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLow authored Apr 30, 2023
1 parent 018f264 commit 912b9e5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions ansible/playbooks/jenkins/worker/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ansible/plugins/inventory/nodejs_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion tools/host-map/host-map.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const providerMap = new Map([
['digitalocean', 'do'],
['iinthecloud', 'iitc'],
['nearform', 'nf'],
['packetnet', 'packet'],
['rackspace', 'rs'],
['softlayer', 'ibm']
]);
Expand Down

0 comments on commit 912b9e5

Please sign in to comment.