Skip to content

Commit

Permalink
inventory: Remove equinix_esxi (#3533)
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <sxa@redhat.com>
  • Loading branch information
sxa committed Apr 29, 2024
1 parent 2a029fd commit ee79a02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions ansible/inventory.yml
Expand Up @@ -50,9 +50,6 @@ hosts:
- digitalocean:
centos69-x64-2: {ip: 167.71.130.191}

- equinix_esxi:
solaris10-x64-1: {ip: 145.40.115.43}

- marist:
rhel79-s390x-1: {ip: 148.100.75.212, user: linux1}
rhel79-s390x-2: {ip: 148.100.74.54, user: linux1}
Expand Down Expand Up @@ -132,11 +129,6 @@ hosts:
ubuntu1804-ppc64le-2: {ip: 140.211.168.8, user: ubuntu}
ubuntu2004-ppc64le-1: {ip: 140.211.168.235, user: ubuntu}

- equinix_esxi:
ubuntu2204-x64-1: {ip: 145.40.115.44, description: Perf machine}
ubuntu2204-x64-2: {ip: 145.40.115.46, description: Perf machine}
solaris10-x64-1: {ip: 145.40.115.45}

- macincloud:
macos1201-x64-1: {ip: 216.39.74.137, user: admin, description: DXT437}
macos1201-x64-2: {ip: 216.39.74.140, user: admin, description: DXT440}
Expand Down
2 changes: 1 addition & 1 deletion ansible/plugins/inventory/adoptopenjdk_yaml.py
Expand Up @@ -49,7 +49,7 @@
'provider': ('alibaba', 'azure', 'marist', 'osuosl',
'macstadium', 'macincloud', 'ibmcloud', 'siteox',
'equinix', 'linaro','digitalocean', 'ibm', 'godaddy',
'aws', 'inspira', 'equinix_esxi', 'nine', 'scaleway', 'skytap',
'aws', 'inspira', 'nine', 'scaleway', 'skytap',
'hetzner')
}

Expand Down

0 comments on commit ee79a02

Please sign in to comment.