fix(molecule): Reducing cores and memory

This commit is contained in:
Timothy Stewart
2024-01-21 10:47:38 -06:00
parent edf0c9eebd
commit ac4a6e7c20
3 changed files with 17 additions and 17 deletions

View File

@@ -7,8 +7,8 @@ platforms:
- name: control1 - name: control1
box: generic/ubuntu2204 box: generic/ubuntu2204
memory: 2048 memory: 1024
cpus: 2 cpus: 1
groups: groups:
- k3s_cluster - k3s_cluster
- master - master
@@ -23,8 +23,8 @@ platforms:
- name: control2 - name: control2
box: generic/debian11 box: generic/debian11
memory: 2048 memory: 1024
cpus: 2 cpus: 1
groups: groups:
- k3s_cluster - k3s_cluster
- master - master
@@ -34,8 +34,8 @@ platforms:
- name: control3 - name: control3
box: generic/rocky9 box: generic/rocky9
memory: 2048 memory: 1024
cpus: 2 cpus: 1
groups: groups:
- k3s_cluster - k3s_cluster
- master - master
@@ -45,8 +45,8 @@ platforms:
- name: node1 - name: node1
box: generic/ubuntu2204 box: generic/ubuntu2204
memory: 2048 memory: 1024
cpus: 2 cpus: 1
groups: groups:
- k3s_cluster - k3s_cluster
- node - node
@@ -61,8 +61,8 @@ platforms:
- name: node2 - name: node2
box: generic/rocky9 box: generic/rocky9
memory: 2048 memory: 1024
cpus: 2 cpus: 1
groups: groups:
- k3s_cluster - k3s_cluster
- node - node

View File

@@ -6,8 +6,8 @@ driver:
platforms: platforms:
- name: control1 - name: control1
box: generic/ubuntu2204 box: generic/ubuntu2204
memory: 2048 memory: 1024
cpus: 2 cpus: 1
groups: groups:
- k3s_cluster - k3s_cluster
- master - master
@@ -22,8 +22,8 @@ platforms:
- name: control2 - name: control2
box: generic/ubuntu2204 box: generic/ubuntu2204
memory: 2048 memory: 1024
cpus: 2 cpus: 1
groups: groups:
- k3s_cluster - k3s_cluster
- master - master
@@ -38,8 +38,8 @@ platforms:
- name: node1 - name: node1
box: generic/ubuntu2204 box: generic/ubuntu2204
memory: 2048 memory: 1024
cpus: 2 cpus: 1
groups: groups:
- k3s_cluster - k3s_cluster
- node - node

View File

@@ -6,7 +6,7 @@ driver:
platforms: platforms:
- name: control1 - name: control1
box: generic/ubuntu2204 box: generic/ubuntu2204
memory: 4096 memory: 1024
cpus: 4 cpus: 4
config_options: config_options:
# We currently can not use public-key based authentication on Ubuntu 22.04, # We currently can not use public-key based authentication on Ubuntu 22.04,