We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DDS module opentelekomcloud.cloud.dds_instance does not reflect parameters "wait" or "timeout". Task is finished immediately.
Ansible playbook :
- name: Create DDS Instance opentelekomcloud.cloud.dds_instance: name: "{{ test_dds_name }}" datastore_version: "3.4" region: "{{ region }}" availability_zone: "{{ azs['availability_zones'][0]['name'] }}" router: "{{ test_router_name }}" mode: "ReplicaSet" network: "{{ test_network_name }}" security_group: "{{ test_security_group_name }}" password: "Test@1234" flavors: - type: "replica" num: 1 storage: "ULTRAHIGH" size: 10 spec_code: "dds.mongodb.s2.medium.4.repset" backup_timeframe: "00:00-01:00" backup_keepdays: 1 ssl_option: 0 state: present wait: yes timeout: 777 register: dds
Ansible log:
2024-02-19 15:29:35,424 p=60671 u=lboka n=ansible | TASK [Create DDS Instance] ***************************************************************************************************************************************************** 2024-02-19 15:29:37,995 p=60671 u=lboka n=ansible | changed: [localhost]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DDS module opentelekomcloud.cloud.dds_instance does not reflect parameters "wait" or "timeout".
Task is finished immediately.
Ansible playbook :
Ansible log:
The text was updated successfully, but these errors were encountered: