File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Elemental
2
+
3
+ Elemental brings to Rancher the ability to install and manage the OS of bare metal and virtualized machines.
4
+
5
+ For more information on how to deploy an Elemental Cluster, follow the [ official documentation] ( https://elemental.docs.rancher.com/ ) .
Original file line number Diff line number Diff line change
1
+ questions :
2
+ - variable : channel.defaultChannel
3
+ default : " true"
4
+ description : " Provide an Elemental OS Channel container image"
5
+ label : Elemental OS Channel
6
+ type : boolean
7
+ show_subquestion_if : true
8
+ group : " Elemental OS Channel"
9
+ subquestions :
10
+ - variable : channel.repository
11
+ default : registry.suse.com/rancher/elemental-teal-channel
12
+ description : " Specify Elemental OS channel repository"
13
+ type : string
14
+ label : Elemental OS Channel Repository
15
+ group : " Elemental OS Channel"
16
+ - variable : channel.tag
17
+ default : " 1.3.4"
18
+ description : " Specify Elemental OS channel tag"
19
+ type : string
20
+ label : " Elemental OS Channel Tag"
21
+ group : " Elemental OS Channel"
22
+ - variable : debug
23
+ default : " false"
24
+ description : " Enable debug logging in the Elemental operator"
25
+ type : boolean
26
+ label : " Enable Debug Logging"
27
+ group : " Logging"
You can’t perform that action at this time.
0 commit comments