Add workload-cluster worker-node size property
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-26 09:17:41 +02:00
parent ca8044b4ab
commit fd1c306061
4 changed files with 31 additions and 2 deletions

View File

@ -61,6 +61,9 @@
network:
fqdn: "{{ vapp['metacluster.fqdn'] }}"
dnsserver: "{{ vapp['guestinfo.dnsserver'] }}"
nodesize:
cpu: "{{ config.clusterapi.size_matrix[ vapp['workloadcluster.nodesize'] ].cpu }}"
memory: "{{ config.clusterapi.size_matrix[ vapp['workloadcluster.nodesize'] ].memory }}"
rootca: "{{ stepca_cm_certs.resources[0].data['root_ca.crt'] }}"
runcmds:
- update-ca-certificates