Topics
- cs_instance - Added new arguments
user_data_name
anduser_data_details
(ngine-io#134). - cs_service_offering - Add support for storagetag (ngine-io#118).
- Fixed a bug related to the new option
validate_certs
(ngine-io#135).
- Added possiblity to disable certs validation using
validate_certs
argument (ngine-io#131). - cs_project - Extended to pass
cleanup=true
to the deleteProject API when deleting a project (ngine-io#122).
- cs_instance - The arguments
cpu
,cpu_speed
andmemory
are no longer required to be set together (ngine-io#111). - cs_instance - The optional arguments
pod
andcluster
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
anddomains
(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)