Files
kubespray/tests/cloud_playbooks/roles/packet-ci/defaults/main.yml
Max Gautier 611f645907 CI: Generate ssh key pair on the fly
There is litte reason to share an ssh key common to all CI jobs, so
generate one for each on the fly.

Also use plain-text cloud-init config instead of base64 for readability
2025-03-13 10:14:46 +01:00

19 lines
302 B
YAML

---
# VM sizing
vm_cpu_cores: 2
vm_cpu_sockets: 1
vm_cpu_threads: 2
vm_memory: 2048
# Request/Limit allocation settings
cpu_allocation_ratio: 0.25
memory_allocation_ratio: 1
# Deployment mode
mode: all-in-one
node_groups:
- 'all'
cluster_layout: "{{ molecule_yml.platforms | d(scenarios[mode]) }}"