-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Julien Adamek <[email protected]>
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Elemental | ||
|
||
Elemental brings to Rancher the ability to install and manage the OS of bare metal and virtualized machines. | ||
|
||
For more information on how to deploy an Elemental Cluster, follow the [official documentation](https://elemental.docs.rancher.com/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
questions: | ||
- variable: channel.defaultChannel | ||
default: "true" | ||
description: "Provide an Elemental OS Channel container image" | ||
label: Elemental OS Channel | ||
type: boolean | ||
show_subquestion_if: true | ||
group: "Elemental OS Channel" | ||
subquestions: | ||
- variable: channel.repository | ||
default: registry.suse.com/rancher/elemental-teal-channel | ||
description: "Specify Elemental OS channel repository" | ||
type: string | ||
label: Elemental OS Channel Repository | ||
group: "Elemental OS Channel" | ||
- variable: channel.tag | ||
default: "1.3.4" | ||
description: "Specify Elemental OS channel tag" | ||
type: string | ||
label: "Elemental OS Channel Tag" | ||
group: "Elemental OS Channel" | ||
- variable: debug | ||
default: "false" | ||
description: "Enable debug logging in the Elemental operator" | ||
type: boolean | ||
label: "Enable Debug Logging" | ||
group: "Logging" |