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

Update questions to use SL Micro 6.0 channels #842

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .obs/chartfile/operator/questions.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
questions:
- variable: defaultChannels.sleMicro55.included
show_if: "defaultChannels.sleMicro55"
- variable: defaultChannels.slMicro60Baremetal.included
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This slMicro60Baremetal is matching the values.yaml keys. The same applies for the other channels.

show_if: "defaultChannels.slMicro60Baremetal"
default: true
description: "Default channel that can be used for any generic workload."
description: "Default channel that can be used for any generic baremetal workload."
type: boolean
label: SLE Micro 5.5
label: SL Micro 6.0 Baremetal
group: "Default Elemental OS Channels"
- variable: defaultChannels.sleMicro55KVM.included
show_if: "defaultChannels.sleMicro55KVM"
- variable: defaultChannels.slMicro60KVM.included
show_if: "defaultChannels.slMicro60KVM"
default: true
description: "Ready to be used with KVM. Contains QEMU Guest agent by default."
type: boolean
label: SLE Micro 5.5 KVM
label: SL Micro 6.0 KVM
group: "Default Elemental OS Channels"
- variable: defaultChannels.sleMicro55RT.included
show_if: "defaultChannels.sleMicro55RT"
- variable: defaultChannels.slMicro60RT.included
show_if: "defaultChannels.slMicro60RT"
default: true
description: "Channel that can be used for any generic workload with a Real-Time kernel."
type: boolean
label: SLE Micro 5.5 RT
label: SL Micro 6.0 RT
group: "Default Elemental OS Channels"
- variable: channel.defaultChannel
default: "false"
Expand Down
Loading