-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
proxmox inventory: fixing possible concatenation error #8794
Conversation
Thanks for your contribution! Can you please add a changelog fragment? Thanks. |
Fixes #8798 |
Will add that tomorrow, sorry for not looking up contribution guidelines, just quickly fixed an Issue I had while using. |
No worries :) |
changelogs/fragments/8794-Fixing-possible-concatination-error.yaml
Outdated
Show resolved
Hide resolved
Updating changelog
I'll merge this in a few days if nobody objects. |
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #8816 🤖 @patchback |
* Fixing possible concatination error * Create 8794-Fixing-possible-concatination-error.yaml * Update 8794-Fixing-possible-concatination-error.yaml Updating changelog (cherry picked from commit 249126f)
Backport to stable-9: 💚 backport PR created✅ Backport PR branch: Backported as #8818 🤖 @patchback |
* Fixing possible concatination error * Create 8794-Fixing-possible-concatination-error.yaml * Update 8794-Fixing-possible-concatination-error.yaml Updating changelog (cherry picked from commit 249126f)
@a17t thanks a lot for your contribution! |
…ible concatenation error (#8816) proxmox inventory: fixing possible concatenation error (#8794) * Fixing possible concatination error * Create 8794-Fixing-possible-concatination-error.yaml * Update 8794-Fixing-possible-concatination-error.yaml Updating changelog (cherry picked from commit 249126f) Co-authored-by: Simon Siebert <Mail@simonsiebert.de>
…ible concatenation error (#8818) proxmox inventory: fixing possible concatenation error (#8794) * Fixing possible concatination error * Create 8794-Fixing-possible-concatination-error.yaml * Update 8794-Fixing-possible-concatination-error.yaml Updating changelog (cherry picked from commit 249126f) Co-authored-by: Simon Siebert <Mail@simonsiebert.de>
…ctions#8794) * Fixing possible concatination error * Create 8794-Fixing-possible-concatination-error.yaml * Update 8794-Fixing-possible-concatination-error.yaml Updating changelog
…ctions#8794) * Fixing possible concatination error * Create 8794-Fixing-possible-concatination-error.yaml * Update 8794-Fixing-possible-concatination-error.yaml Updating changelog
…ctions#8794) * Fixing possible concatination error * Create 8794-Fixing-possible-concatination-error.yaml * Update 8794-Fixing-possible-concatination-error.yaml Updating changelog
SUMMARY
When starting to use the proxmox inventory plugin with my 4 node setup, the plugin failed creating the inventory from the proxmox api. Some debugging led to the changed area, where it may happen that API calls return an empty result, leading to
json["data"]
beingNone
and the list concatenation failing.Fixes #8798
ISSUE TYPE
COMPONENT NAME
inventory: community.general.proxmox
ADDITIONAL INFORMATION