Changeset - eae962514c34
[Not reviewed]
0 3 0
Branko Majic (branko) - 6 years ago 2017-11-20 20:11:36
branko@majic.rs
MAR-128: Starting to move towards Molecule 2.x:

- Updated requirements and its input file, primarily for use of
Molecule 2.4.x.
- Updated gitignore to exclude some additional artefacts produced by
Molecule 2.x.
3 files changed with 33 insertions and 20 deletions:
0 comments (0 inline, 0 general)
.gitignore
Show inline comments
 
@@ -20,6 +20,7 @@ testsite/backup_keyring/
 
.molecule
 
.vagrant
 
.cache
 
.yamllint
 

	
 
# Ignore test report artefacts
 
test_report*
 
\ No newline at end of file
requirements.in
Show inline comments
 
ansible~=2.3.0
 
dnspython
 
molecule~=1.25.0
 
molecule~=2.4.0
 
paramiko
 
pip-tools
 
python-vagrant
 
\ No newline at end of file
requirements.txt
Show inline comments
 
@@ -4,49 +4,61 @@
 
#
 
#    pip-compile --output-file requirements.txt requirements.in
 
#
 
ansible-lint==3.4.12      # via molecule
 
ansible-lint==3.4.17      # via molecule
 
ansible==2.3.2.0
 
anyconfig==0.7.0          # via molecule
 
anyconfig==0.9.1          # via molecule
 
arrow==0.10.0             # via jinja2-time
 
asn1crypto==0.22.0        # via cryptography
 
asn1crypto==0.23.0        # via cryptography
 
bcrypt==3.1.4             # via paramiko
 
binaryornot==0.4.4        # via cookiecutter
 
cffi==1.10.0              # via cryptography
 
cffi==1.11.2              # via bcrypt, cryptography, pynacl
 
chardet==3.0.4            # via binaryornot
 
click==6.7                # via cookiecutter, molecule, pip-tools
 
colorama==0.3.7           # via molecule
 
click-completion==0.2.1   # via molecule
 
click==6.7                # via click-completion, cookiecutter, git-url-parse, molecule, pip-tools, python-gilt
 
colorama==0.3.7           # via molecule, python-gilt
 
configparser==3.5.0       # via flake8
 
cookiecutter==1.5.1       # via molecule
 
cryptography==2.0.3       # via paramiko
 
cryptography==2.1.3       # via paramiko
 
dnspython==1.15.0
 
enum34==1.1.6             # via cryptography, flake8
 
fasteners==0.14.1         # via python-gilt
 
first==2.0.1              # via pip-tools
 
flake8==3.3.0             # via molecule
 
future==0.16.0            # via cookiecutter
 
git-url-parse==1.0.2      # via python-gilt
 
idna==2.6                 # via cryptography
 
ipaddress==1.0.18         # via cryptography
 
jinja2-time==0.2.0        # via cookiecutter
 
jinja2==2.9.6             # via ansible, cookiecutter, jinja2-time, molecule
 
jinja2==2.9.6             # via ansible, click-completion, cookiecutter, jinja2-time, molecule
 
markupsafe==1.0           # via jinja2
 
marshmallow==2.13.5       # via molecule
 
mccabe==0.6.1             # via flake8
 
molecule==1.25.0
 
paramiko==2.1.2
 
pbr==2.1.0                # via molecule
 
molecule==2.4.0
 
monotonic==1.4            # via fasteners
 
paramiko==2.4.0
 
pathspec==0.5.5           # via yamllint
 
pbr==3.0.1                # via git-url-parse, molecule, python-gilt
 
pexpect==4.2.1            # via molecule
 
pip-tools==1.9.0
 
pip-tools==1.10.1
 
poyo==0.4.1               # via cookiecutter
 
psutil==5.2.2             # via molecule
 
ptyprocess==0.5.2         # via pexpect
 
py==1.4.34                # via pytest
 
pyasn1==0.3.2             # via paramiko
 
py==1.5.2                 # via pytest
 
pyasn1==0.3.7             # via paramiko
 
pycodestyle==2.3.1        # via flake8
 
pycparser==2.18           # via cffi
 
pycrypto==2.6.1           # via ansible
 
pyflakes==1.5.0           # via flake8
 
pytest==3.2.1             # via testinfra
 
pynacl==1.2.0             # via paramiko
 
pytest==3.2.5             # via testinfra
 
python-dateutil==2.6.1    # via arrow
 
python-gilt==1.1.0        # via molecule
 
python-vagrant==0.5.15
 
pyyaml==3.12              # via ansible, ansible-lint, molecule
 
sh==1.12.13               # via molecule
 
six==1.10.0               # via ansible-lint, cryptography, pip-tools, python-dateutil, testinfra
 
pyyaml==3.12              # via ansible, ansible-lint, molecule, python-gilt, yamllint
 
sh==1.12.14               # via molecule, python-gilt
 
six==1.11.0               # via ansible-lint, bcrypt, click-completion, cryptography, fasteners, git-url-parse, pip-tools, pynacl, python-dateutil, testinfra
 
tabulate==0.7.7           # via molecule
 
testinfra==1.5.5          # via molecule
 
testinfra==1.7.1          # via molecule
 
tree-format==0.1.1        # via molecule
 
whichcraft==0.4.1         # via cookiecutter
 
yamllint==1.8.1           # via molecule
0 comments (0 inline, 0 general)