Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inventory: Update inventory file with new equinix machines #2841

Merged
merged 1 commit into from
Dec 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ hosts:
centos69-x64-2: {ip: 167.71.130.191}

- equinix_esxi:
solaris10u11-x64-1: {ip: 147.75.85.212}
solaris10u11-x64-2: {ip: 147.75.85.213}
solaris10-x64-1: {ip: 145.40.115.43}

- inspira:
solaris10u11-sparcv9-1: {}
Expand Down Expand Up @@ -99,16 +98,15 @@ hosts:

- equinix:
ubuntu2004-armv8-1: {ip: 139.178.82.146, description: Ampere eMag}
ubuntu2004-x64-1: {ip: 139.178.85.251, description: AMD EPYC}

- skytap:
ubuntu2004-ppc64le-1: {ip: 20.61.136.212}

- dockerhost:

- equinix:
ubuntu2004-x64-1: {ip: 139.178.85.251, description: AMD EPYC 2.8GHz 24 core, 64Gb}
ubuntu2004-x64-2: {ip: 147.75.79.143, description: Xeon GOLD 5120 28 core, 380Gb}
ubuntu2204-x64-1: {ip: 145.40.113.173, description: Intel Xeon Gold 40 core}
ubuntu2004-x64-1: {ip: 145.40.114.58, description: AMD EPYC 7401P 24 core}
ubuntu2004-armv8-1: {ip: 147.75.35.203, description: Ampere Altra 160 core, 512Gb}

- osuosl:
Expand Down Expand Up @@ -159,10 +157,13 @@ hosts:
ubuntu2004-ppc64le-1: {ip: 140.211.168.235, user: ubuntu}

- equinix:
ubuntu1604-x64-1: {ip: 147.75.204.239}
ubuntu2004-x64-2: {ip: 147.75.100.127}
win2012r2-x64-1: {ip: 147.75.32.146, user: Admin}

- 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