1f4ef0e86e
* Reorder tests in packet file (#6067)
* Skip molecule tests for Ubuntu 18.04 (#6077)
* Fix kubernetes-dashboard template identation (#6066)
The 98e7a07fba
commit udpates the
dashboard version to 2.0.0 but it enable skip login flag wasn't
updated. This change updates its identation to avoid issues when
dashboard_skip_login is enabled.
* Disable OVH CI (#6114)
* Create namespace when dashboard deployment uses customized namespace. (#6107)
* Create namespace when dashboard deployment uses customized namespace.
* Fix syntax.
* Fix apiserver port when upgrading (#6136)
* Fix docker fedora packages (#6097)
* Match docker-cli version with docker-engine version (when available)
* Disable upgrade jobs to allow release 2.13.1 (docker-cli bug)
Co-authored-by: Maxime Guyot <Miouge1@users.noreply.github.com>
Co-authored-by: Victor Morales <electrocucaracha@gmail.com>
Co-authored-by: petruha <5363545+p37ruh4@users.noreply.github.com>
Co-authored-by: Mateus Caruccio <mateus.caruccio@getupcloud.com>
49 lines
837 B
YAML
49 lines
837 B
YAML
---
|
|
driver:
|
|
name: vagrant
|
|
provider:
|
|
name: libvirt
|
|
lint:
|
|
name: yamllint
|
|
options:
|
|
config-file: ../../../.yamllint
|
|
platforms:
|
|
# - name: ubuntu1804
|
|
# box: generic/ubuntu1804
|
|
# cpus: 2
|
|
# memory: 1024
|
|
# groups:
|
|
# - kube-master
|
|
- name: centos7
|
|
box: centos/7
|
|
cpus: 2
|
|
memory: 1024
|
|
groups:
|
|
- kube-master
|
|
- name: centos8
|
|
box: centos/8
|
|
cpus: 2
|
|
memory: 1024
|
|
groups:
|
|
- kube-master
|
|
- name: fedora
|
|
box: fedora/31-cloud-base
|
|
cpus: 2
|
|
memory: 1024
|
|
groups:
|
|
- kube-master
|
|
provisioner:
|
|
name: ansible
|
|
env:
|
|
ANSIBLE_ROLES_PATH: ../../../../
|
|
config_options:
|
|
defaults:
|
|
callback_whitelist: profile_tasks
|
|
lint:
|
|
name: ansible-lint
|
|
options:
|
|
c: ../../../.ansible-lint
|
|
verifier:
|
|
name: testinfra
|
|
lint:
|
|
name: flake8
|