Skip to content

Commit 87e27bf

Browse files
authored
Merge branch 'main' into fix/lustre-lu-18085
2 parents 67ff429 + d71edba commit 87e27bf

File tree

2 files changed

+47
-2
lines changed

2 files changed

+47
-2
lines changed

docs/README.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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)

packer/openstack.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ variable "volume_size" {
124124

125125
variable "image_disk_format" {
126126
type = string
127-
default = "qcow2"
127+
default = "raw"
128128
}
129129

130130
variable "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
}

0 commit comments

Comments
 (0)