-
Notifications
You must be signed in to change notification settings - Fork 0
add flavor to project mapping #52
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
base: main
Are you sure you want to change the base?
Conversation
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.
Please, could you expand README for the role with the additional functionality?
I have added some info to readme. Let me know if this is enough. |
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.
@cityofships Done
@@ -12,8 +12,19 @@ | |||
ephemeral: "{{ item.ephemeral | default(omit) }}" | |||
swap: "{{ item.swap | default(omit) }}" | |||
rxtx_factor: "{{ item.rxtx_factor | default(omit) }}" | |||
is_public: "{{ item.is_public | default(omit) }}" | |||
is_public: "{{ item.is_public | default('true') }}" |
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.
That's sort of no-op - since the SDK/CLI default is true
This will add ability to map flavours to projects in Openstack.
It uses capabilities provided by module: https://github.com/openstack/ansible-collections-openstack/blob/master/plugins/modules/compute_flavor_access.py