Skip to content

Commit 8c04179

Browse files
Use 16GB master RAM and soft-anti-affinity to fit virtualized compute capacity
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 43e4123 commit 8c04179

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

jobs_definitions/osp_verification.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ocp_deployment_topology:
4444
flavors:
4545
master:
4646
name: "master"
47-
ram: 24576
47+
ram: 16384
4848
vcpus: 4
4949
disk: 30
5050
worker:
@@ -56,5 +56,5 @@ ocp_deployment_topology:
5656
master: 3
5757
worker: 2
5858
servergroups:
59-
master: "anti-affinity"
60-
worker: "anti-affinity"
59+
master: "soft-anti-affinity"
60+
worker: "soft-anti-affinity"

0 commit comments

Comments
 (0)