Skip to content

Latest commit

 

History

History
157 lines (102 loc) · 4.8 KB

CHANGELOG.rst

File metadata and controls

157 lines (102 loc) · 4.8 KB

Apache CloudStack Collection Release Notes

  • cs_instance - Added new arguments user_data_name and user_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_certs argument (#131).
  • cs_project - Extended to pass cleanup=true to the deleteProject API when deleting a project (#122).
  • cs_instance - The arguments cpu, cpu_speed and memory are no longer required to be set together (#111).
  • cs_instance - The optional arguments pod and cluster has 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 host filter (#83).
  • cs_network_offering - implemented support for tags, zones and domains (#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.ini has 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)