mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
CI: Document the 'all-in-one' layout + small refactoring (#10725)
* Rename aio to all-in-one and document it ADTM. Acronyms don't tell much. * Refactor vm_count in tests provisioning
This commit is contained in:
12
tests/cloud_playbooks/roles/packet-ci/vars/main.yml
Normal file
12
tests/cloud_playbooks/roles/packet-ci/vars/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
_vm_count_dict:
|
||||
separate: 3
|
||||
separate-scale: 3
|
||||
ha: 3
|
||||
ha-scale: 3
|
||||
ha-recover: 3
|
||||
ha-recover-noquorum: 3
|
||||
all-in-one: 1
|
||||
default: 2
|
||||
|
||||
vm_count: "{{ _vm_count_dict[mode | d('default')] }}"
|
||||
Reference in New Issue
Block a user