-
Notifications
You must be signed in to change notification settings - Fork 24k
added openstack module for retrieving stack facts #47748
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
Conversation
Hi @xinau, thank you for submitting this pull-request! |
@SamYaple @agireud @albertomurillo @bennojoy @cloudnull @dagnello @dguerri @evrardjp @flwang @ioggstream @juliakreger @Kong @lingxiankong @mgale @mnaser @odyssey4me @omgjlk @ruizink @Shrews As a maintainer of a module in the same namespace this new module has been submitted to, your vote counts for shipits. Please review this module and add |
Build succeeded (third-party-check pipeline).
|
75480ef
to
fb68307
Compare
Build succeeded (third-party-check pipeline).
|
Seems straight forward |
shipit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
For the record, we build a similar module to solve this problem a while back (https://github.com/stackhpc/ansible-role-os-container-infra/blob/master/library/os_stack_facts.py) but I like this approach as it doesn't depend on the python-heatclient! |
openstacksdk) until the PR is merged. PR: ansible/ansible#47748
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xinau, if you would fix this small thing the PR will be accepted
shipit |
recheck |
Build succeeded (third-party-check pipeline).
|
shipit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shipit
The test
|
Thanks for submitting patch for Openstack Ansible modules! |
@xinau Thanks for the contribution. Closing as per above. |
SUMMARY
Added a new module for retrieving facts for a given openstack stack by name.
I created this module, due to the fact that I want to create a stack in one playbook and use these stack facts in another playbook. At a point later in time. I didn't extend the existing
os_stack
module cause it seems to be a convention for the openstack modules (os_image_facts
,os_server_facts
...)ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
Closes: #33834