opentelekomcloud / ansible-collection-cloud

Ansible modules for using with OTC (addition to the native OpenStack modules)
Apache License 2.0
21 stars 13 forks source link

Issues with css_cluster module #331

Open vineet-pruthi opened 5 months ago

vineet-pruthi commented 5 months ago

Issues with css_cluster module:

1- create_cluster method should be called with attrs instead of self.params https://github.com/opentelekomcloud/ansible-collection-cloud/blob/main/plugins/modules/css_cluster.py#L380

2- Empty dict 'backupStrategy': {}, is not accepted in the request body https://github.com/opentelekomcloud/ansible-collection-cloud/blob/main/plugins/modules/css_cluster.py#L343

3- Router, Network and security group doesnt accept name values, only ID is supported