Skip to content
New issue

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". #309

Open
lboka opened this issue Feb 19, 2024 · 0 comments

Comments

@lboka
Copy link

lboka commented Feb 19, 2024

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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant