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

Consider implementing a set of OpenNebula modules in Python #70

Open
sk4zuzu opened this issue Jul 18, 2024 · 1 comment
Open

Consider implementing a set of OpenNebula modules in Python #70

sk4zuzu opened this issue Jul 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@sk4zuzu
Copy link
Contributor

sk4zuzu commented Jul 18, 2024

Having a complete set of OpenNebula ansible modules could improve one-deploy project as we would replace shell/cli code with dedicated internally idempotent modules and action plugins. We already have https://github.com/OpenNebula/one-deploy/blob/master/plugins/modules/named_vm.py.

@sk4zuzu sk4zuzu added the enhancement New feature or request label Jul 18, 2024
@rsmontero
Copy link
Member

When addressing this feature include the following feedback:

  • community.general.one_vm instantiation from template should allow passing specific security groups by name, not just ID
  • community.general.one_vm CPU_MODEL section should be supported
  • one_template "Fetch the TEMPLATE by name" example doesn't work and asks for a template. Allow a wildcard and/or regex expression when searching

Reference: OpenNebula/one#6745

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants