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

Implement persistent/non persistent flag for OpenNebula images #3578

Open
1 task done
peterloeffler opened this issue Oct 18, 2021 · 6 comments · May be fixed by #8889
Open
1 task done

Implement persistent/non persistent flag for OpenNebula images #3578

peterloeffler opened this issue Oct 18, 2021 · 6 comments · May be fixed by #8889
Labels
cloud feature This issue/PR relates to a feature request inventory inventory plugin module module plugins plugin (any type)

Comments

@peterloeffler
Copy link

peterloeffler commented Oct 18, 2021

Summary

Using the module plugins/modules/cloud/opennebula/ it is not possible to define or change the persistent flag for an image.
Would be helpful for example if you have a cloud image and want to update packages.

Issue Type

Feature Idea

Component Name

one_image

Additional Information

- name: Clone the IMAGE by name
  community.general.one_image:
    name: bar-image
    persistent: yes
    state: cloned
    new_name: bar-image-clone
  register: result

--- do some other stuff like OS upgrades

- name: Rename existing IMAGE
  community.general.one_image:
    id: result.id
    persistent: no
    state: renamed
    new_name: bar-image-new

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@ansibullbot
Copy link
Collaborator

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot
Copy link
Collaborator

@ansibullbot ansibullbot added cloud feature This issue/PR relates to a feature request inventory inventory plugin plugins plugin (any type) labels Oct 18, 2021
@ansibullbot
Copy link
Collaborator

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot
Copy link
Collaborator

@ansibullbot ansibullbot added the module module label Oct 18, 2021
@feldsam
Copy link
Contributor

feldsam commented Oct 18, 2021

!component -plugins/inventory/opennebula.py

@ansibullbot
Copy link
Collaborator

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

@abakanovskii abakanovskii linked a pull request Sep 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cloud feature This issue/PR relates to a feature request inventory inventory plugin module module plugins plugin (any type)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants