-
- Downloads
Merge "Bump max Ansible version to 2.10"
No related branches found
No related tags found
Showing
- .yamllint 1 addition, 0 deletions.yamllint
- ansible/roles/ipa-images/tasks/main.yml 8 additions, 14 deletionsansible/roles/ipa-images/tasks/main.yml
- ansible/roles/kolla-ansible/tasks/install.yml 1 addition, 1 deletionansible/roles/kolla-ansible/tasks/install.yml
- ansible/roles/kolla-ansible/vars/Debian.yml 1 addition, 1 deletionansible/roles/kolla-ansible/vars/Debian.yml
- ansible/roles/kolla-openstack/.yamllint 1 addition, 0 deletionsansible/roles/kolla-openstack/.yamllint
- ansible/roles/kolla-openstack/molecule/collections.yml 3 additions, 0 deletionsansible/roles/kolla-openstack/molecule/collections.yml
- ansible/roles/kolla-openstack/molecule/default/converge.yml 0 additions, 0 deletionsansible/roles/kolla-openstack/molecule/default/converge.yml
- ansible/roles/kolla-openstack/molecule/default/create.yml 1 addition, 1 deletionansible/roles/kolla-openstack/molecule/default/create.yml
- ansible/roles/kolla-openstack/molecule/default/destroy.yml 1 addition, 1 deletionansible/roles/kolla-openstack/molecule/default/destroy.yml
- ansible/roles/kolla-openstack/molecule/default/molecule.yml 4 additions, 2 deletionsansible/roles/kolla-openstack/molecule/default/molecule.yml
- ansible/roles/kolla-openstack/molecule/enable-everything/converge.yml 0 additions, 0 deletions...s/kolla-openstack/molecule/enable-everything/converge.yml
- ansible/roles/kolla-openstack/molecule/enable-everything/create.yml 1 addition, 1 deletion...les/kolla-openstack/molecule/enable-everything/create.yml
- ansible/roles/kolla-openstack/molecule/enable-everything/destroy.yml 1 addition, 1 deletion...es/kolla-openstack/molecule/enable-everything/destroy.yml
- ansible/roles/kolla-openstack/molecule/enable-everything/molecule.yml 4 additions, 2 deletions...s/kolla-openstack/molecule/enable-everything/molecule.yml
- releasenotes/notes/ansible_max_2_10-f54a5e6fbae5db91.yaml 6 additions, 0 deletionsreleasenotes/notes/ansible_max_2_10-f54a5e6fbae5db91.yaml
- requirements.txt 1 addition, 1 deletionrequirements.txt
- test-requirements.txt 4 additions, 1 deletiontest-requirements.txt
File moved
File moved
... | @@ -8,9 +8,12 @@ coverage>=4.0 # Apache-2.0 | ... | @@ -8,9 +8,12 @@ coverage>=4.0 # Apache-2.0 |
doc8 # Apache-2.0 | doc8 # Apache-2.0 | ||
docker # Apache-2.0 | docker # Apache-2.0 | ||
hacking>=3.0.1,<3.1.0 # Apache-2.0 | hacking>=3.0.1,<3.1.0 # Apache-2.0 | ||
molecule<3 # MIT | molecule # MIT | ||
molecule-docker # MIT | |||
oslotest>=1.10.0 # Apache-2.0 | oslotest>=1.10.0 # Apache-2.0 | ||
# paramiko 2.5.0 makes the kayobe-tox-molecule job fail. | # paramiko 2.5.0 makes the kayobe-tox-molecule job fail. | ||
paramiko | paramiko | ||
pytest-molecule # MIT | |||
pytest-testinfra | |||
stestr # Apache-2.0 | stestr # Apache-2.0 | ||
yamllint # GPLv3 | yamllint # GPLv3 |
Please register or sign in to comment