Skip to content

Latest commit

 

History

History
131 lines (85 loc) · 3.98 KB

CHANGELOG.rst

File metadata and controls

131 lines (85 loc) · 3.98 KB

Apache CloudStack Collection Release Notes

  • cs_instance - The arguments cpu, cpu_speed and memory are no longer required to be set together (ngine-io#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 (ngine-io#94).
  • cs_instance - Fixed missing project ID to volume query when checking root disk size. (ngine-io#90).
  • cs_instance - Fixed attribute error in custom service offerings handling (ngine-io#87).
  • cs_instance - add support for MAC address and IPv6 in ip_to_networks (ngine-io#78).
  • cs_instance_info - implemented support for host filter (ngine-io#83).
  • cs_network_offering - implemented support for tags, zones and domains (ngine-io#82).
  • cs_instance - Fixed custom service offerings usage (ngine-io#79).
  • cs_physical_network - Added VXLAN as an option of isolation methods (ngine-io#73).
  • instance - New style inventory plugin implemented for instances (ngine-io#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 (ngine-io#62).
  • cs_instance - Fixed an edge case caused by displaytext not available (ngine-io#49).
  • cs_network - Fixed constraints when creating networks. The param gateway is no longer required if the param netmask is given (ngine-io#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 (ngine-io#30).
  • cs_configuration - Workaround for empty global settings idempotency (ngine-io#25).
  • cs_vlan_ip_range - Added support to set IP range for system VMs (ngine-io#18)
  • cs_vlan_ip_range - Added support to specify pod name (ngine-io#20)
  • Added support for SSL CA cert verification (ngine-io#3)