Install tree command 61/62061/6
authorAric Gardner <agardner@linuxfoundation.org>
Mon, 21 Oct 2019 20:47:16 +0000 (16:47 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Tue, 22 Oct 2019 19:42:26 +0000 (15:42 -0400)
commit84c31d88afc49fc2a8f586e0a7e9ed98ddbeaeda
tree9d5c4681f9c9fc445ae3c34a159218b869438225
parentd644f29c77a5ace220ad4f8729ff72f6c09b49d5
Install tree command

The tree command is required to create index files
which is required for bucket level file listing on
AWS S3.

molecule tests fail on python3!

TASK [Create Dockerfiles from image names]
*************************************
13:55:49     failed: [localhost] (item=None) => {"censored": "the output
has been hidden due to the fact that 'no_log: true' was specified for
this result", "changed": false}
    fixed with:
+export MOLECULE_DEBUG=True

"msg": "Aborting, target uses selinux but python bindings
(libselinux-python) aren't installed!"
    fixed with:
deps = selinux

libselinux python3 bindins are missing from centos7.7
https://bugs.centos.org/view.php?id=16389
    fixed with:
-basepython = python3

WARNING: test command found but not installed in testenv
    fixed with:
whitelist_externals = which

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I66025284e0251b248cb035207d17034531709616
molecule.sh
tox.ini
vars/main.yml