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

Fixes #38094 - Support --els switch in convert2rhel #933

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

stejskalleos
Copy link
Contributor

@stejskalleos stejskalleos commented Dec 11, 2024

No description provided.

@stejskalleos stejskalleos changed the title WIP Fixes #SAT-26076 - Support --els switch in c2r analyze template Fixes #38094 - Support --els switch in convert2rhel Dec 12, 2024
Copy link
Contributor

@adamruzicka adamruzicka left a comment

Choose a reason for hiding this comment

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

apt

@adamruzicka adamruzicka merged commit 6b577b3 into theforeman:master Dec 17, 2024
21 checks passed
@adamruzicka
Copy link
Contributor

Thank you @stejskalleos !

Comment on lines +8 to +17
template_inputs:
- name: ELS
required: true
input_type: user
description: Use an Extended Lifecycle Support (ELS) add-on subscription
advanced: false
value_type: plain
options: "true\nfalse"
default: "true"
hidden_value: false

Choose a reason for hiding this comment

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

After applying this patch, this option is not appearing in the inputs section on the Run Job page in UI for this job template, so just curious to know where do we define this template_inputs for UI?

advanced: false
value_type: plain
options: "true\nfalse"
default: "true"

Choose a reason for hiding this comment

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

It would be default no/false, right?

@@ -5,7 +5,20 @@ model: JobTemplate
job_category: Convert 2 RHEL
provider_type: script
kind: job_template
template_inputs:
- name: ELS
required: true

Choose a reason for hiding this comment

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

It would be required=false, right?

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

Successfully merging this pull request may close these issues.

3 participants