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

mq_broker: add wait and wait_for parameters #1879

Closed
1 task done
alialkhalidi opened this issue Jul 9, 2023 · 0 comments
Closed
1 task done

mq_broker: add wait and wait_for parameters #1879

alialkhalidi opened this issue Jul 9, 2023 · 0 comments

Comments

@alialkhalidi
Copy link
Contributor

Summary

Add wait and wait_timeout parameters to wait for a specific state.
#1831 (comment)

Issue Type

Feature Idea

Component Name

mq_broker

Additional Information

  wait:
    description:
      - Specifies whether the module waits for the desired C(state).
    type: bool
  wait_timeout:
    description:
      - How long to wait (in seconds) for the broker to reach the desired state.
    default: 600
    type: int

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@alialkhalidi alialkhalidi changed the title mq_borker: add wait and wait_for parameters mq_broker: add wait and wait_for parameters Jul 9, 2023
alialkhalidi added a commit to alialkhalidi/community.aws that referenced this issue Oct 20, 2023
alialkhalidi added a commit to alialkhalidi/community.aws that referenced this issue Dec 14, 2023
patchback bot pushed a commit that referenced this issue Jan 9, 2024
feat: add wait and wait_timeout to mq_broker; closes #1879

SUMMARY
add wait and wait_timeout to wait for broker desired state. This will be used instead of polling for broker desired state though a separate module, broker_info.
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
mq_broker
ADDITIONAL INFORMATION
  wait:
    description:
      - Specifies whether the module waits for the desired C(state).
    type: bool
  wait_timeout:
    description:
      - How long to wait (in seconds) for the broker to reach the desired state.
    default: 900
    type: int

Reviewed-by: Alina Buzachis
(cherry picked from commit f65eb5a)
softwarefactory-project-zuul bot pushed a commit that referenced this issue Jan 9, 2024
…2039)

[PR #1888/f65eb5a1 backport][stable-7] feat: add wait and wait_timeout to mq_broker; closes #1879

This is a backport of PR #1888 as merged into main (f65eb5a).
SUMMARY
add wait and wait_timeout to wait for broker desired state. This will be used instead of polling for broker desired state though a separate module, broker_info.
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
mq_broker
ADDITIONAL INFORMATION
  wait:
    description:
      - Specifies whether the module waits for the desired C(state).
    type: bool
  wait_timeout:
    description:
      - How long to wait (in seconds) for the broker to reach the desired state.
    default: 900
    type: int

Reviewed-by: Mark Chappell
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