Laurent Hoss

Results 73 comments of Laurent Hoss

PR merged, case closed 👍

Too bad, this PR hasn't been merged yet ! I just went through the AWS ECS deployment (state of the `main` branch), which worked well .. until running the `example/scripts/sample_data_loader.py`...

added an improvement, to handle the case where the docker exported postgresql port is different than the container internal postgres port (the internal should usually stay at 5432). @otakup0pe any...

@otakup0pe ever considered `molecule` ? ex intro (from another good ansible role contributor ) https://werner-dijkerman.nl/2016/07/10/testing-ansible-roles-with-molecule-testinfra-and-docker/ Master Geerling on travis+docker: http://www.jeffgeerling.com/blog/2016/how-i-test-ansible-configuration-on-7-different-oses-docker I searched ANXS github, found 1 hit, in a ANXS...

nice initiative 👍 once upgrading from 9.5 to 9.6 gets a priority for my team, happy to contribute, including making it work for (docker)containerized postgres deployments, that we added in...

@ArmiT possible to get conflicts resolved with latest master? with the hope we can get this merged

to run the ansible deployment as non root/sudo user, p.eg on your local PC/Mac, with Molecule: [patch_diff__disable_need_for_local_sudo.patch.txt](https://github.com/cloudera/cloudera-playbook/files/3905907/patch_diff__disable_need_for_local_sudo.patch.txt)

I added a simple .travis file , but WIP to get till the CM deploying a cluster. Current build iterations * build °1: just an intermittent pip repo download issue...

Updated my branch: * re-based my molecule_tests branch with latest master * including fix for missing "jmespath" python module * that includes PR #28 (which I already merged in our...