mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-08 01:47:37 -02:30
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:
@@ -1,4 +1,4 @@
|
||||
---
|
||||
# Instance settings
|
||||
cloud_image: amazon-linux-2
|
||||
mode: aio
|
||||
mode: all-in-one
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-2004
|
||||
mode: aio
|
||||
mode: all-in-one
|
||||
|
||||
# Kubespray settings
|
||||
auto_renew_certificates: true
|
||||
@@ -1 +0,0 @@
|
||||
packet_ubuntu20-calico-aio.yml
|
||||
1
tests/files/packet_ubuntu20-calico-all-in-one-ansible-2_11.yml
Symbolic link
1
tests/files/packet_ubuntu20-calico-all-in-one-ansible-2_11.yml
Symbolic link
@@ -0,0 +1 @@
|
||||
packet_ubuntu20-calico-all-in-one.yml
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-2004
|
||||
mode: aio
|
||||
mode: all-in-one
|
||||
|
||||
# Kubespray settings
|
||||
auto_renew_certificates: true
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-2004
|
||||
mode: aio
|
||||
mode: all-in-one
|
||||
|
||||
# Kubespray settings
|
||||
auto_renew_certificates: true
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-2204
|
||||
mode: aio
|
||||
mode: all-in-one
|
||||
vm_memory: 1600Mi
|
||||
|
||||
# Kubespray settings
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-2204
|
||||
mode: aio
|
||||
mode: all-in-one
|
||||
vm_memory: 1600Mi
|
||||
|
||||
# Kubespray settings
|
||||
Reference in New Issue
Block a user