cloudera/cloudera-playbook

Dynamic inventory script for CM does not work with Python 3

dbeech opened this issue · 3 comments

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

Hi @dbeech,

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

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.

Thanks for the quick turnaround @roczei