Skip to content

Commit

Permalink
inventory: remove spearhead freebsd system (adoptium#3504)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxa authored Apr 9, 2024
1 parent 2d54a90 commit 79db1c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ hosts:
win2012r2-x64-2: {ip: 169.48.4.142, user: Administrator}
win2022-x64-1: {ip: 52.118.206.11, user: Administrator}

- spearhead:
freebsd12-x64-1: {ip: 185.131.222.224}

- docker:

- skytap:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@

## Define Any Hosts That Should Be Excluded

excluded_hosts = {'build-spearhead-freebsd12-x64-1',
'test-inspira-solaris10u11-sparcv9-1',
excluded_hosts = {'test-inspira-solaris10u11-sparcv9-1',
'build-inspira-solaris10u11-sparcv9-1',
'build-inspira-solaris10u11-sparcv9-2',
'infrastructure-aws-ubuntu1804-x64-1',
Expand Down
2 changes: 1 addition & 1 deletion ansible/plugins/inventory/adoptopenjdk_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

# providers - validated for consistency
'provider': ('alibaba', 'azure', 'marist', 'osuosl',
'macstadium', 'macincloud', 'ibmcloud', 'spearhead', 'siteox',
'macstadium', 'macincloud', 'ibmcloud', 'siteox',
'equinix', 'linaro','digitalocean', 'ibm', 'godaddy',
'aws', 'inspira', 'equinix_esxi', 'nine', 'scaleway', 'skytap',
'hetzner')
Expand Down

0 comments on commit 79db1c0

Please sign in to comment.