mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Test bootstrap-os on more platforms (#6277)
This commit is contained in:
@@ -10,6 +10,10 @@ driver:
|
|||||||
provider:
|
provider:
|
||||||
name: libvirt
|
name: libvirt
|
||||||
platforms:
|
platforms:
|
||||||
|
- name: ubuntu16
|
||||||
|
box: generic/ubuntu1604
|
||||||
|
cpus: 1
|
||||||
|
memory: 512
|
||||||
- name: ubuntu18
|
- name: ubuntu18
|
||||||
box: generic/ubuntu1804
|
box: generic/ubuntu1804
|
||||||
cpus: 1
|
cpus: 1
|
||||||
@@ -18,6 +22,18 @@ platforms:
|
|||||||
box: generic/ubuntu2004
|
box: generic/ubuntu2004
|
||||||
cpus: 1
|
cpus: 1
|
||||||
memory: 512
|
memory: 512
|
||||||
|
- name: centos7
|
||||||
|
box: centos/7
|
||||||
|
cpus: 1
|
||||||
|
memory: 512
|
||||||
|
- name: debian9
|
||||||
|
box: generic/debian9
|
||||||
|
cpus: 1
|
||||||
|
memory: 512
|
||||||
|
- name: debian10
|
||||||
|
box: generic/debian10
|
||||||
|
cpus: 1
|
||||||
|
memory: 512
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
Reference in New Issue
Block a user