-
Notifications
You must be signed in to change notification settings - Fork 257
feat: add openstack nova as cloud entities #2622
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
Signed-off-by: Paulo Dias <[email protected]>
Signed-off-by: Paulo Dias <[email protected]>
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.
I feel we need should be progressing the discussion about what is the cloud namespace for. For me some of these would be better addressee via #2367
- id: 'openstack' | ||
value: 'openstack' | ||
brief: 'Openstack' | ||
stability: development |
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.
Openstack is not a provider.
- id: openstack_nova | ||
value: 'openstack_nova' | ||
brief: Openstack Compute (Nova) | ||
stability: development |
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.
Check id to be compliant with latest conventions.
@thompson-tomo, nothing against it, but I also think you are missing the Let's wait for the reviewers also 👍 |
Agree and that is because I had never heard of openstack prior to this PR. |
Relates to:
Changes
This PR introduces a new
cloud.provider
andcloud.platform
values for OpenStack (openstack) and OpenStack Compute (Nova) (openstack_nova).These additions align with the new OpenStack Nova resource detection processor in the Collector and ensure consistent attribute naming across all resources.
Merge requirement checklist
[chore]