Skip to content

Commit 0267c21

Browse files
authored
ansible: replace Softlayer Debian 12 x64 machine (#4263)
Replace the Softlayer Debian 12 x64 machine with a newly provisioned machine with a larger disk drive. Rename to "IBM" to be consistent with other IBM Cloud hosted machines in the cloud account. Fixes: #4221
1 parent 390dac8 commit 0267c21

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ansible/inventory.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ hosts:
126126
remote_env:
127127
PATH: /opt/freeware/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin
128128
server_jobs: 6
129+
debian12-x64-1: {ip: 169.60.150.84, swap_file_size_mb: 4096}
129130
rhel8-ppc64_le-1: {ip: 169.54.113.162, build_test_v8: yes, server_jobs: 4, swap_file_size_mb: 4096}
130131
rhel8-s390x-1: {ip: 148.100.84.98, user: linux1, build_test_v8: yes, swap_file_size_mb: 4096}
131132
rhel8-s390x-2: {ip: 148.100.84.38, user: linux1, build_test_v8: yes, swap_file_size_mb: 4096}
@@ -267,6 +268,3 @@ hosts:
267268
win2022_vs2022-x64-4: {}
268269
win2022_vs2022-x64-5: {}
269270
win2022_vs2022-x64-6: {}
270-
271-
- softlayer:
272-
debian12-x64-1: {ip: 169.60.150.88, swap_file_size_mb: 2048}

0 commit comments

Comments
 (0)