Skip to content

Commit

Permalink
ansible: replace DO ubuntu1604-x86 hosts with ubuntu2204-x64 (#3561)
Browse files Browse the repository at this point in the history
Refs: #3317
  • Loading branch information
targos authored Nov 7, 2023
1 parent de0e070 commit 74df2d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ hosts:
freebsd12-x64-1: {ip: 45.55.90.237, user: freebsd}
freebsd12-x64-2: {ip: 107.170.28.213, user: freebsd}
rhel8-x64-1: {ip: 161.35.139.78, build_test_v8: yes}
ubuntu1604-x86-1: {ip: 159.203.77.233}
ubuntu1604-x86-2: {ip: 104.131.191.135}
ubuntu1804_docker-x64-1: {ip: 134.209.55.216}
ubuntu1804_docker-x64-2: {ip: 159.89.183.200}
ubuntu1804-x64-1: {ip: 178.128.181.213}
ubuntu2204-x64-1: {ip: 138.197.4.1}
ubuntu2204-x64-2: {ip: 167.99.124.188}

- equinix:
ubuntu2004_docker-arm64-1: {ip: 145.40.81.219}
Expand Down
5 changes: 3 additions & 2 deletions ansible/roles/baselayout/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sshd_service_name: "{{ sshd_service_map[os]|default(sshd_service_map[os|stripver

ntp_service: {
chrony: ['rhel8', 'debian11'],
systemd: ['debian8', 'debian9', 'debian10', 'ubuntu1604', 'ubuntu1804']
systemd: ['debian8', 'debian9', 'debian10', 'ubuntu']
}

common_packages: [
Expand Down Expand Up @@ -143,7 +143,8 @@ packages: {
'gcc-6,g++-6,gcc-8,g++-8,python3.8',
],

# Default gcc/g++ package is 11.
ubuntu2204: [
'gcc,g++,python2,python3,python-is-python3',
'gcc,g++,python3,python-is-python3',
],
}

0 comments on commit 74df2d1

Please sign in to comment.