Skip to content

Commit

Permalink
ansible: remove Nearform CI machines (#3683)
Browse files Browse the repository at this point in the history
Refs: #3638
  • Loading branch information
targos committed Apr 18, 2024
1 parent 9c149d0 commit f759e6d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
36 changes: 0 additions & 36 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@ hosts:
- marist:
zos24-s390x-1: {ip: 148.100.36.157, user: unix1}

- nearform:
macos11.0-arm64-1:
ansible_python_interpreter: /usr/bin/python3
ip: 83.147.191.76
user: admin
remote_env:
PATH: /opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin

- osuosl:
aix72-ppc64_be-1:
ip: 140.211.9.77
Expand Down Expand Up @@ -235,34 +227,6 @@ hosts:
SSL_CERT_FILE: "{{ home }}/{{ server_user }}/ca-bundle.crt"
server_jobs: 4

- nearform:
arm-win10_vs2019-arm64-1: {ip: 83.147.191.73}
arm-win10_vs2019-arm64-2: {ip: 83.147.191.74}
macos10.15-x64-1:
ip: 83.147.191.70
user: administrator
ansible_python_interpreter: /usr/bin/python3
macos10.15-x64-2:
ip: 83.147.191.71
user: administrator
ansible_python_interpreter: /usr/bin/python3
macos10.15-x64-3:
ip: 83.147.191.72
user: administrator
ansible_python_interpreter: /usr/bin/python3
macos11.0-arm64-1:
ansible_python_interpreter: /usr/bin/python3
ip: 83.147.191.75
user: admin
remote_env:
PATH: /opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin
intel-ubuntu2204-x64-1:
ip: 92.51.196.114
build_test_v8: yes
intel-ubuntu2204-x64-2:
ip: 92.51.196.115
build_test_v8: yes

- osuosl:
# secret for -1 was compromised, do not use -1 name
aix72-ppc64_be-2:
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', 'hetzner', 'macstadium', 'marist', 'mininodes', 'msft',
'nearform', 'orka', 'osuosl', 'rackspace',
'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 @@ -37,7 +37,6 @@ if (process.argv.length > 2) {
const providerMap = new Map([
['digitalocean', 'do'],
['iinthecloud', 'iitc'],
['nearform', 'nf'],
['rackspace', 'rs'],
['softlayer', 'ibm']
]);
Expand Down

0 comments on commit f759e6d

Please sign in to comment.