Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
fix: Lab hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed Dec 29, 2023
1 parent 3246352 commit e16c24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/lab-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
vcpus: "8"
sockets: "1"
cores: "8"
memory: "18432"
balloon: "18432"
memory: "{{ index == 2 | ternary('16384', '18432') }}" # Third node with lower memory to simulate real production env
balloon: "0"
state: present

- name: Wait for VMs to be created
Expand Down

0 comments on commit e16c24f

Please sign in to comment.