mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-25 04:45:04 -02:30
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
19 lines
302 B
YAML
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]) }}"
|