fix(molecule): reduce resources

This commit is contained in:
Timothy Stewart
2024-01-22 11:32:48 -06:00
parent 4707002267
commit 27c477be70
3 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ platforms:
- name: control1 - name: control1
box: generic/ubuntu2204 box: generic/ubuntu2204
memory: 512 memory: 512
cpus: 1 cpus: 2
groups: groups:
- k3s_cluster - k3s_cluster
- master - master
@@ -24,7 +24,7 @@ platforms:
- name: control2 - name: control2
box: generic/debian11 box: generic/debian11
memory: 512 memory: 512
cpus: 1 cpus: 2
groups: groups:
- k3s_cluster - k3s_cluster
- master - master
@@ -35,7 +35,7 @@ platforms:
- name: control3 - name: control3
box: generic/rocky9 box: generic/rocky9
memory: 512 memory: 512
cpus: 1 cpus: 2
groups: groups:
- k3s_cluster - k3s_cluster
- master - master
@@ -46,7 +46,7 @@ platforms:
- name: node1 - name: node1
box: generic/ubuntu2204 box: generic/ubuntu2204
memory: 512 memory: 512
cpus: 1 cpus: 2
groups: groups:
- k3s_cluster - k3s_cluster
- node - node
@@ -62,7 +62,7 @@ platforms:
- name: node2 - name: node2
box: generic/rocky9 box: generic/rocky9
memory: 512 memory: 512
cpus: 1 cpus: 2
groups: groups:
- k3s_cluster - k3s_cluster
- node - node

View File

@@ -7,7 +7,7 @@ platforms:
- name: control1 - name: control1
box: generic/ubuntu2204 box: generic/ubuntu2204
memory: 512 memory: 512
cpus: 1 cpus: 2
groups: groups:
- k3s_cluster - k3s_cluster
- master - master
@@ -23,7 +23,7 @@ platforms:
- name: control2 - name: control2
box: generic/ubuntu2204 box: generic/ubuntu2204
memory: 512 memory: 512
cpus: 1 cpus: 2
groups: groups:
- k3s_cluster - k3s_cluster
- master - master
@@ -39,7 +39,7 @@ platforms:
- name: node1 - name: node1
box: generic/ubuntu2204 box: generic/ubuntu2204
memory: 512 memory: 512
cpus: 1 cpus: 2
groups: groups:
- k3s_cluster - k3s_cluster
- node - node

View File

@@ -7,7 +7,7 @@ platforms:
- name: control1 - name: control1
box: generic/ubuntu2204 box: generic/ubuntu2204
memory: 512 memory: 512
cpus: 1 cpus: 2
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,
# see: https://github.com/chef/bento/issues/1405 # see: https://github.com/chef/bento/issues/1405