Files
kubespray/tests/cloud_playbooks/roles/packet-ci/vars/main.yml
Max Gautier 243ca5d08f Add test case for calico using etcd datastore (#10722)
* Add multinode ci layout

* Add test case for calico using etcd datastore
2023-12-20 09:59:02 +01:00

14 lines
216 B
YAML

---
_vm_count_dict:
separate: 3
separate-scale: 3
ha: 3
ha-scale: 3
ha-recover: 3
ha-recover-noquorum: 3
all-in-one: 1
multinode: 3
default: 2
vm_count: "{{ _vm_count_dict[mode | d('default')] }}"