File tree Expand file tree Collapse file tree 4 files changed +3
-12
lines changed Expand file tree Collapse file tree 4 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 1
1
flavor = " vm.ska.cpu.general.small"
2
- use_blockstorage_volume = true
3
- volume_size = 15 # GB
4
- image_disk_format = " qcow2"
5
2
networks = [" 4b6b2722-ee5b-40ec-8e52-a6610e14cc51" ] # portal-internal (DNS broken on ilab-60)
6
3
ssh_keypair_name = " slurm-app-ci"
7
4
ssh_private_key_file = " ~/.ssh/id_rsa"
Original file line number Diff line number Diff line change 1
1
flavor = " ec1.large"
2
- use_blockstorage_volume = true
3
- volume_size = 15 # GB
4
2
volume_type = " unencrypted"
5
- image_disk_format = " qcow2"
6
3
networks = [" 909e49e8-6911-473a-bf88-0495ca63853c" ] # slurmapp-ci
7
4
ssh_keypair_name = " slurm-app-ci"
8
5
ssh_private_key_file = " ~/.ssh/id_rsa"
Original file line number Diff line number Diff line change 1
1
flavor = " general.v1.small"
2
- use_blockstorage_volume = true
3
- volume_size = 15 # GB
4
- image_disk_format = " qcow2"
5
2
networks = [" e2b9e59f-43da-4e1c-b558-dc9da4c0d738" ] # stackhpc-ipv4-geneve
6
3
ssh_keypair_name = " slurm-app-ci"
7
4
ssh_private_key_file = " ~/.ssh/id_rsa"
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ variable "manifest_output_path" {
120
120
121
121
variable "use_blockstorage_volume" {
122
122
type = bool
123
- default = false
123
+ default = true
124
124
}
125
125
126
126
variable "volume_type" {
@@ -130,12 +130,12 @@ variable "volume_type" {
130
130
131
131
variable "volume_size" {
132
132
type = number
133
- default = null # When not specified use the size of the builder instance root disk
133
+ default = 15
134
134
}
135
135
136
136
variable "image_disk_format" {
137
137
type = string
138
- default = null # When not specified use the image default
138
+ default = qcow2
139
139
}
140
140
141
141
variable "metadata" {
You can’t perform that action at this time.
0 commit comments