dkorn / manageiq-ansible-module

ManageIQ Ansible Module
13 stars 14 forks source link

Incompatible changes in modules upstreamed into Ansible #85

Open cben opened 7 years ago

cben commented 7 years ago

This is tracking / announce issue. This repo is becoming unmaintained, we're in process of upstreaming these modules into Ansible itself. But the new modules have interface and sometimes behavior changes.

Anybody using any modules from this repo, subscribe to this issue to hear what's changing; better yet tell us where your playbooks are and we'll help transition :-)

cc @yaacov @theute @twiest @blrm @itewk @zgalor @jaryn @pavelzag @dtschan @ldomb. (some of you found by github search) https://github.com/ManageIQ/integration_tests/tree/master/utils/ansible_conf https://github.com/openshift/openshift-tools/blob/prod/ansible/playbooks/adhoc/manageiq/miq-setup.yml https://github.com/appuio/ansible-role-openshift-zabbix-monitoring/blob/master/vendor/openshift-tools/ansible/playbooks/adhoc/manageiq/miq-setup.yml https://github.com/ldomb/rhsummit2017/blob/master/roles/buildcfme/tasks/main.yml https://github.com/strategicdesignteam/cfme-ansible/blob/master/cfme-ose-provider/tasks/main.yml

Mixed usage?

Upstreamed modules

New code: in https://github.com/ansible/ansible/search?q=manageiq

All new modules specify how to connect to manageiq (api url, user etc) differently.

Handling of sensitive fields (user or provider password/token) changed — now always attempting update, always reporting changed: True.

cben commented 7 years ago

cc @mberube9