File tree Expand file tree Collapse file tree 2 files changed +47
-2
lines changed Expand file tree Collapse file tree 2 files changed +47
-2
lines changed Original file line number Diff line number Diff line change 1+ # StackHPC Slurm Appliance Documentation
2+
3+ ### Operator docs
4+
5+ [ Image build] ( image-build.md )
6+
7+ [ CI] ( ci.md )
8+
9+ [ Monitoring and logging] ( monitoring-and-logging.md )
10+
11+ [ Operations guide] ( operations.md )
12+
13+ [ Production deployment] ( production.md )
14+
15+ [ Upgrades] ( upgrades.md )
16+
17+ [ Sequence diagrams] ( sequence.md )
18+
19+ ### Configuration docs
20+
21+ [ Alerting] ( alerting.md )
22+
23+ [ Chrony] ( chrony.md )
24+
25+ [ Environments] ( environments.md )
26+
27+ [ K3s] ( k3s.README.md )
28+
29+ [ Networking] ( networks.md )
30+
31+ [ Open OnDemand] ( openondemand.md )
32+
33+ [ Persistent state] ( persistent-state.md )
34+
35+ #### Experimental fetaures
36+
37+ [ Compute init] ( experimental/compute-init.md )
38+
39+ [ Pulp] ( experimental/pulp.md )
40+
41+ [ Slurm controlled rebuild] ( experimental/slurm-controlled-rebuild.md )
42+
43+ ### Contributor docs
44+
45+ [ Adding functionality] ( adding-functionality.md )
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ variable "volume_size" {
124124
125125variable "image_disk_format" {
126126 type = string
127- default = " qcow2 "
127+ default = " raw "
128128}
129129
130130variable "metadata" {
@@ -178,7 +178,7 @@ source "openstack" "openhpc" {
178178 ssh_bastion_private_key_file = var. ssh_bastion_private_key_file
179179
180180 # Output image:
181- image_disk_format = " raw "
181+ image_disk_format = var . image_disk_format
182182 image_visibility = var. image_visibility
183183
184184}
You can’t perform that action at this time.
0 commit comments