af1c2aa9b3
* New module for managing VMs and zones on SmartOS. Currently allows for creating new instances and state changes. Updating existing VMs is not supported yet * Fix identation in DOCUMENTATION * Add RETURN block * Apply flake8 recommendations and split up main() into separate functions. * Be more about the states this module accepts and trim the exposed list * Be more verbose about states and the implications * Fail with a more descriptive error messages than just 'stderr' * Valid all UUIDs before exiting * Incorporate feedback from bcoca * Print field name that contains invalid uuid, not the value * More changes as suggested by bcoca: - drop save_payload completel - make 'name' the options with an 'alias' alias - use get_bin_path() for locating 'vmadm' * Doc fixes Change-Id: Ia23704c99d24b7782d8884fd22e11af61cef724c * More fixes suggested by jtyr Change-Id: Ia3e65277bf5a499651c70b096e2988d7cc9eceb5 * Drop local changed variable Change-Id: Ia8beaa615ba4a47004d7af791c28a5a5855bcf61 * Use correct ANSIBLE_METADATA format Change-Id: I51ded34e543005933c7c739501388e24e5f80c1d * Re-indent RETURN Change-Id: I0c266d7a83517be54fc6242dfb0496a0a480f628 * Fix documentation formatting for options and fix an unused variable * Move imports to their original location again * Fail if there's invalid json returned instead of trying to continue * Betterer error handling for json.loads() |
||
---|---|---|
.. | ||
ansible |