Browse Source

Upgrade molecule to v3 (#6468)

Signed-off-by: Victor Morales <v.morales@samsung.com>
pull/6495/head
Victor Morales 5 years ago
committed by GitHub
parent
commit
bdf0238328
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 15 additions and 17 deletions
  1. 0
      roles/bootstrap-os/molecule/default/converge.yml
  2. 7
      roles/bootstrap-os/molecule/default/molecule.yml
  3. 0
      roles/container-engine/containerd/molecule/default/converge.yml
  4. 7
      roles/container-engine/containerd/molecule/default/molecule.yml
  5. 0
      roles/container-engine/cri-o/molecule/default/converge.yml
  6. 7
      roles/container-engine/cri-o/molecule/default/molecule.yml
  7. 0
      roles/container-engine/docker/molecule/default/converge.yml
  8. 7
      roles/container-engine/docker/molecule/default/molecule.yml
  9. 4
      tests/requirements.txt

roles/bootstrap-os/molecule/default/playbook.yml → roles/bootstrap-os/molecule/default/converge.yml

7
roles/bootstrap-os/molecule/default/molecule.yml

@ -1,10 +1,9 @@
---
dependency:
name: galaxy
lint:
name: yamllint
options:
config-file: ../../.yamllint
lint: |
set -e
yamllint -c ../../.yamllint .
driver:
name: vagrant
provider:

roles/container-engine/containerd/molecule/default/playbook.yml → roles/container-engine/containerd/molecule/default/converge.yml

7
roles/container-engine/containerd/molecule/default/molecule.yml

@ -3,10 +3,9 @@ driver:
name: vagrant
provider:
name: libvirt
lint:
name: yamllint
options:
config-file: ../../../.yamllint
lint: |
set -e
yamllint -c ../../../.yamllint .
platforms:
- name: ubuntu18
box: generic/ubuntu1804

roles/container-engine/cri-o/molecule/default/playbook.yml → roles/container-engine/cri-o/molecule/default/converge.yml

7
roles/container-engine/cri-o/molecule/default/molecule.yml

@ -3,10 +3,9 @@ driver:
name: vagrant
provider:
name: libvirt
lint:
name: yamllint
options:
config-file: ../../../.yamllint
lint: |
set -e
yamllint -c ../../../.yamllint .
platforms:
- name: ubuntu1804
box: generic/ubuntu1804

roles/container-engine/docker/molecule/default/playbook.yml → roles/container-engine/docker/molecule/default/converge.yml

7
roles/container-engine/docker/molecule/default/molecule.yml

@ -3,10 +3,9 @@ driver:
name: vagrant
provider:
name: libvirt
lint:
name: yamllint
options:
config-file: ../../../.yamllint
lint: |
set -e
yamllint -c ../../../.yamllint .
platforms:
- name: kubespray-docker
box: generic/ubuntu1804

4
tests/requirements.txt

@ -6,5 +6,7 @@ dopy==0.3.7
cryptography==2.8
ansible-lint==4.2.0
openshift==0.8.8
molecule==2.22
molecule==3.0.6
molecule-vagrant==0.3
testinfra==5.2.2
python-vagrant==0.5.15
Loading…
Cancel
Save