Skip to content

Commit

Permalink
inventory: remove scaleway systems (#3114)
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa authored Jun 24, 2023
1 parent df9dffb commit fc7d6fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/regex_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ labels:
- label: "provider:osuosl"
matcher:
title: "osuosl"
- label: "provider:scaleway"
- label: "provider:skytap"
matcher:
title: "scaleway"
title: "skytap"
- label: "provider:nine"
matcher:
title: "nine"
Expand Down
4 changes: 1 addition & 3 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ hosts:
centos74-ppc64le-2: {ip: 140.211.168.117}
ubuntu2204-aarch64-1: {ip: 140.211.169.57}


- siteox:
solaris10u11-sparcv9-1: {ip: cloud.siteox.com, port: 24322}

Expand Down Expand Up @@ -175,9 +176,6 @@ hosts:
macos1015-x64-1: {ip: 10.0.40.10, ipv6: "2a02:418:3001:40::10", user: administrator}
macos1015-x64-2: {ip: 10.0.40.11, ipv6: "2a02:418:3001:40::11", user: administrator}

- scaleway:
ubuntu1604-x64-1: {ip: 51.15.76.107}

- siteox:
solaris10u11-sparcv9-1: {ip: cloud.siteox.com, port: 53322}

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 @@ -45,7 +45,7 @@
'type': ('build', 'docker', 'dockerhost', 'infrastructure', 'test', 'jck'),

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

0 comments on commit fc7d6fe

Please sign in to comment.