Skip to content

Commit

Permalink
ansible: add swap for release-osuosl-rhel8-arm64-1
Browse files Browse the repository at this point in the history
Adds 4Gb of swap to release-osuosl-rhel8-arm64-1.
  • Loading branch information
richardlau committed Oct 12, 2023
1 parent d1a7c94 commit aa07fbe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ hosts:
server_jobs: 6
centos7-arm64-1: {ip: 140.211.169.7, server_jobs: 2, user: centos}
centos7-ppc64_le-1: {ip: 140.211.168.61, user: centos}
rhel8-arm64-1: {ip: 140.211.169.58, server_jobs: 2, user: cloud-user}
rhel8-arm64-1:
ip: 140.211.169.58
server_jobs: 2
user: cloud-user
swap_file_size_mb: 4096
rhel8-ppc64_le-1: {ip: 140.211.168.185, user: cloud-user}

- orka:
Expand Down

0 comments on commit aa07fbe

Please sign in to comment.