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

image_template: enable image template version name #733

Merged
merged 3 commits into from
Dec 12, 2023

Commits on Dec 12, 2023

  1. image_template: allow to setup template version name

    Allow to create templates with the same name but with
    different version by setting up the `template_version_name`
    variable. Creating a new version requires the base template
    to exist. If not specified the value of the variable is
    `base version` which is the default value for base templates.
    
    Signed-off-by: Miguel Martín <mmartinv@redhat.com>
    mmartinv authored and mwperina committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    6dc98dc View commit details
    Browse the repository at this point in the history
  2. image_template: allow to setup template OS and description

    Allow to setup the template Operative System and the
    Description.
    
    Signed-off-by: Miguel Martín <mmartinv@redhat.com>
    mmartinv authored and mwperina committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    213aa32 View commit details
    Browse the repository at this point in the history
  3. Add changelog for oVirt#733

    Signed-off-by: Miguel Martín <mmartinv@redhat.com>
    mmartinv authored and mwperina committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    25c2471 View commit details
    Browse the repository at this point in the history