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

#8440 Allow for API Port to be specified when using proxmox_kvm #8441

Merged
merged 7 commits into from
Jun 8, 2024

Conversation

tgouverneur
Copy link
Contributor

SUMMARY

Implements #8440

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

modules_utils/proxmox.py

ADDITIONAL INFORMATION

N/A -- see #8440

@ansibullbot

This comment was marked as outdated.

@ansibullbot ansibullbot added WIP Work in progress feature This issue/PR relates to a feature request module_utils module_utils new_contributor Help guide this first time contributor plugins plugin (any type) labels May 30, 2024
@felixfontein felixfontein added check-before-release PR will be looked at again shortly before release and merged if possible. backport-9 Automatically create a backport for the stable-9 branch labels May 31, 2024
Copy link
Collaborator

@felixfontein felixfontein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution! Please note that you also have to document the new option in plugins/doc_fragments/proxmox.py.

plugins/module_utils/proxmox.py Outdated Show resolved Hide resolved
@tgouverneur
Copy link
Contributor Author

Thanks for your contribution! Please note that you also have to document the new option in plugins/doc_fragments/proxmox.py.

Will work on that and submit again :)

tgouverneur and others added 2 commits May 31, 2024 09:45
- Added documentation on api_port
- Fixed multiple spaces after operator
- Switched from str to int
@ansibullbot ansibullbot added the docs_fragments docs_fragments plugin (shared docs) label May 31, 2024
@tgouverneur tgouverneur marked this pull request as ready for review May 31, 2024 07:59
@ansibullbot ansibullbot removed the WIP Work in progress label May 31, 2024
@felixfontein
Copy link
Collaborator

If nobody objects, I'll merge this in ~a week.

@felixfontein felixfontein linked an issue Jun 5, 2024 that may be closed by this pull request
1 task
@felixfontein felixfontein removed the check-before-release PR will be looked at again shortly before release and merged if possible. label Jun 8, 2024
@felixfontein felixfontein merged commit d2d7deb into ansible-collections:main Jun 8, 2024
132 checks passed
Copy link

patchback bot commented Jun 8, 2024

Backport to stable-9: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-9/d2d7deb4ecb978dd21a68b4ebd372da891ee3029/pr-8441

Backported as #8478

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

@felixfontein
Copy link
Collaborator

@tgouverneur thanks for your contribution!

patchback bot pushed a commit that referenced this pull request Jun 8, 2024
* added api_port

* added changelog fragments for #8440

* api_port minor changes

- Added documentation on api_port
- Fixed multiple spaces after operator
- Switched from str to int

* Update changelogs/fragments/8440-allow-api-port-specification.yaml

Co-authored-by: Felix Fontein <[email protected]>

* Update changelogs/fragments/8440-allow-api-port-specification.yaml

Co-authored-by: Felix Fontein <[email protected]>

* Update plugins/doc_fragments/proxmox.py

Co-authored-by: Felix Fontein <[email protected]>

* Update plugins/doc_fragments/proxmox.py

Co-authored-by: Felix Fontein <[email protected]>

---------

Co-authored-by: Felix Fontein <[email protected]>
(cherry picked from commit d2d7deb)
felixfontein pushed a commit that referenced this pull request Jun 8, 2024
… specified when using proxmox_kvm (#8478)

#8440 Allow for API Port to be specified when using proxmox_kvm (#8441)

* added api_port

* added changelog fragments for #8440

* api_port minor changes

- Added documentation on api_port
- Fixed multiple spaces after operator
- Switched from str to int

* Update changelogs/fragments/8440-allow-api-port-specification.yaml

Co-authored-by: Felix Fontein <[email protected]>

* Update changelogs/fragments/8440-allow-api-port-specification.yaml

Co-authored-by: Felix Fontein <[email protected]>

* Update plugins/doc_fragments/proxmox.py

Co-authored-by: Felix Fontein <[email protected]>

* Update plugins/doc_fragments/proxmox.py

Co-authored-by: Felix Fontein <[email protected]>

---------

Co-authored-by: Felix Fontein <[email protected]>
(cherry picked from commit d2d7deb)

Co-authored-by: Thomas Gouverneur <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-9 Automatically create a backport for the stable-9 branch docs_fragments docs_fragments plugin (shared docs) feature This issue/PR relates to a feature request module_utils module_utils new_contributor Help guide this first time contributor plugins plugin (any type)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

proxmox_kvm: Allow API port to be specified
3 participants