Skip to content

Commit

Permalink
ansible: remove migrated Packet machines (#3060)
Browse files Browse the repository at this point in the history
Remove from the inventory machines that were hosted at Packet/Equinix
that have subsequently been migrated to other machines at Equinix and
OSUOSL.

Refs: #3028
Refs: #2729
  • Loading branch information
richardlau authored Nov 3, 2022
1 parent 81988ef commit 29fcb31
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ hosts:
centos7-x64-1: {ip: 138.68.12.105}
rhel8-x64-1: {ip: 159.203.115.217}

- equinix:
ubuntu2004_docker-arm64-1: {ip: 145.40.80.210}
ubuntu2004_docker-arm64-2: {ip: 147.75.47.90}

- ibm:
aix71-ppc64_be-2:
ip: 169.59.74.10
Expand Down Expand Up @@ -99,9 +95,6 @@ hosts:
port: 8825
user: administrator

- packetnet:
centos7-arm64-1: {ip: 147.75.104.218}

- requireio:
rvagg-debian10-armv6l_pi1p-1: {ip: 192.168.2.40, user: pi, alias: iojs-ns-pi1p-1 }
andineck-debian10-armv6l_pi1p-1: {ip: 192.168.2.41, user: pi, alias: iojs-ns-pi1p-2 }
Expand Down Expand Up @@ -383,13 +376,3 @@ hosts:
debian10-x64-1: {ip: 169.44.16.126}
ubuntu1404-x64-1: {ip: 50.97.245.5}
ubuntu1804_docker-x64-1: {ip: 52.117.26.9}

- packetnet:
centos7-arm64-1: {ip: 147.75.193.230}
centos7-arm64-2: {ip: 147.75.74.254}
ubuntu1604-arm64-1: {ip: 147.75.77.130}
ubuntu1604-arm64-2: {ip: 147.75.74.174}
# when adding, removing or changing the IPs below,
# remember to update Jenkins worker IP whitelist in github-bot
ubuntu1804-x64-1: {ip: 147.75.66.203, alias: jenkins-workspace-4}
ubuntu1804-x64-2: {ip: 147.75.81.67, alias: jenkins-workspace-5}

0 comments on commit 29fcb31

Please sign in to comment.