Skip to content

Commit

Permalink
ansible: update openjdk, remove smartos21 references
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanaslett authored and targos committed Dec 22, 2024
1 parent 7dc0f92 commit 9b64b06
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
4 changes: 0 additions & 4 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@ hosts:
# to update the Jenkins worker IP allowlist in github-bot
ubuntu2204-x64-1: {ip: 67.158.54.159, alias: jenkins-workspace-9}
ubuntu2204-x64-2: {ip: 8.225.232.44, alias: jenkins-workspace-10}
smartos21-x64-1: {ip: 8.225.232.135}
smartos21-x64-2: {ip: 8.225.232.137}
smartos23-x64-1: {ip: 8.225.232.134}
smartos23-x64-2: {ip: 8.225.232.141}
smartos22-x64-1:
ip: 172.16.9.3
ansible_ssh_common_args: '-o ProxyCommand="ssh -i ~/.ssh/nodejs_build_test -W %h:%p [email protected]"'
Expand Down
7 changes: 0 additions & 7 deletions ansible/roles/baselayout/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ git_version: 2.10.2
ssh_config: /etc/ssh/sshd_config

sshd_service_map: {
'smartos21': 'ssh',
'smartos22': 'ssh',
'smartos23': 'ssh',
}
Expand Down Expand Up @@ -105,12 +104,6 @@ packages: {
'sudo',
],

smartos21: [
'gcc10',
'ccache',
'py310-pip'
],

smartos22: [
'gcc12',
'ccache',
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/java-base/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages: {
'rhel7': 'java-11-openjdk',
'rhel8': 'java-17-openjdk',
'rhel9': 'java-17-openjdk',
'smartos': 'openjdk11',
'smartos': 'openjdk17',
'ubuntu': 'openjdk-17-jre-headless',
'ubuntu1604': 'openjdk-8-jre-headless',
'ubuntu2204': 'openjdk-17-jre-headless',
Expand Down
5 changes: 2 additions & 3 deletions ansible/roles/jenkins-worker/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ java_path: {
'macos10.15': 'java',
'macos11': 'java',
'macos11.0': 'java',
'smartos21': '/opt/local/java/openjdk11/bin/java',
'smartos22': '/opt/local/java/openjdk11/bin/java',
'smartos23': '/opt/local/java/openjdk11/bin/java',
'smartos22': '/opt/local/java/openjdk17/bin/java',
'smartos23': '/opt/local/java/openjdk17/bin/java',
'zos24': '/usr/lpp/java/J8.0_64/bin/java'
}

Expand Down

0 comments on commit 9b64b06

Please sign in to comment.