cloudera / cloudera-playbook

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

Action plugin 'scm_hosts.py' uses deprecated CM API client #50

Closed dbeech closed 4 years ago

dbeech commented 4 years ago

... and therefore does not support Python 3, which is EOL soon.

What's worse is that because the plugin runs on the Ansible control node, it also means we don't support running Ansible itself with Python 3. We need to fix this code or replicate what it does without using the Python CM API client.