Topics
- Ensuring backwards compatibility and integration tests with CloudStack 4.17 and 4.18.
- General overhaul (black code style) and renaming of all modules (dropping
cs_prefix) (#141). - Update cs dependency to
>=3.4.0.
- Ensure tags are applied when creating or updating a template (#154).
- configuration_info - Gathering information about configurations from Apache CloudStack based clouds.
- cs_instance - Added new arguments
user_data_nameanduser_data_details(#134). - cs_service_offering - Add support for storagetag (#118).
- Fixed a bug related to the new option
validate_certs(#135).
- Added possiblity to disable certs validation using
validate_certsargument (#131). - cs_project - Extended to pass
cleanup=trueto the deleteProject API when deleting a project (#122).
- cs_instance - The arguments
cpu,cpu_speedandmemoryare no longer required to be set together (#111). - cs_instance - The optional arguments
podandclusterhas been added.
- Various documentation fixes and code improvements to address ansible sanity tests failure.
- cs_instance - Fixed regression project ID KeyError if no project is used (#94).
- cs_instance - Fixed missing project ID to volume query when checking root disk size. (#90).
- cs_instance - Fixed attribute error in custom service offerings handling (#87).
- cs_instance - add support for MAC address and IPv6 in
ip_to_networks(#78). - cs_instance_info - implemented support for
hostfilter (#83). - cs_network_offering - implemented support for
tags,zonesanddomains(#82).
- cs_instance - Fixed custom service offerings usage (#79).
- cs_physical_network - Added VXLAN as an option of isolation methods (#73).
- instance - New style inventory plugin implemented for instances (#66)
- instance - Apache CloudStack instance inventory source
- Authentication option using INI files e.g.
cloudstack.inihas been removed. The only supported option to authenticate is by using the module params with fallback to the ENV variables. - default zone deprecation - The zone param default value, across multiple modules, has been deprecated due to unreliable API (#62).
- cs_instance - Fixed an edge case caused by displaytext not available (#49).
- cs_network - Fixed constraints when creating networks. The param gateway is no longer required if the param netmask is given (#54).
- Deprecated the funtionality of first returned zone to be the default zone because of an unreliable API. Zone will be required beginning with next major version 2.0.0.
- cs_ip_address - allow to pick a particular IP address for a network, available since CloudStack v4.13 (#30).
- cs_configuration - Workaround for empty global settings idempotency (#25).
- cs_vlan_ip_range - Added support to set IP range for system VMs (#18)
- cs_vlan_ip_range - Added support to specify pod name (#20)
- Added support for SSL CA cert verification (#3)