diff --git a/roles/tripleo-repos/meta/main.yml b/roles/tripleo-repos/meta/main.yml index 1a44590cd..efecf7dbf 100644 --- a/roles/tripleo-repos/meta/main.yml +++ b/roles/tripleo-repos/meta/main.yml @@ -4,6 +4,8 @@ collections: galaxy_info: author: Alex Schultz description: Role to run tripleo-repos + role_name: tripleo_repos + namespace: tripleo # If the issue tracker for your role is not on github, uncomment the # next line and provide a value diff --git a/roles/tripleo-repos/molecule/default/molecule.yml b/roles/tripleo-repos/molecule/default/molecule.yml index 1a61f38fe..dc3447937 100644 --- a/roles/tripleo-repos/molecule/default/molecule.yml +++ b/roles/tripleo-repos/molecule/default/molecule.yml @@ -2,7 +2,7 @@ # The MOLECULE_ vars used here are not officialy endorsed by molecule, but we # hope a future version will add implicit support for them. driver: - name: containers + name: docker log: true platforms: diff --git a/test-requirements.txt b/test-requirements.txt index a017b8dc7..ed12d12bc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,10 +1,8 @@ ansible<2.10 PyYAML ansi2html # GPL (soft-dependency of pytest-html) -molecule>=3.3.4,<3.4 -molecule-containers>=1.0.0 -molecule-docker>=0.2.4 -molecule-podman>=0.3.0 +molecule>=3.5.2 +molecule-docker>=1.1.0 paramiko>=2.5.0 # LGPL (soft-dependency of docker that enables ssh protocol) pre-commit>=1.10 # MIT License pytest # MIT