cloudera / cloudera-playbook

Cloudera deployment automation with Ansible
Apache License 2.0
198 stars 187 forks source link

Dynamic inventory script for CM does not work with Python 3 #55

Closed dbeech closed 4 years ago

dbeech commented 4 years ago

@roczei could you please take a look when you have time? Otherwise I will try to fix when I get a chance.

roczei commented 4 years ago

Hi @dbeech,

Ok, I am going to fix it this month (November 2019).

roczei commented 4 years ago

Hi @dbeech,

Done. This was an incompatible change therefore I created a new file for Python 3 and renamed the original one to reflect that it is for Python 2.

Python 2 version: cloudera-playbook/dynamic_inventory_cm_py2 Python 3 version: cloudera-playbook/dynamic_inventory_cm_py3

Here is the related commit.

dbeech commented 4 years ago

Thanks for the quick turnaround @roczei