Skip to content

Commit 210a266

Browse files
committed
add TODO re mapping BM instances to HV hosts
1 parent 8881031 commit 210a266

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

environments/sussex-base/terraform/compute/variables.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
variable "nodes" {
22
type = list(string)
33
description = "list of node names for partition"
4+
# TODO: a variable like "nodenames_as_hypervisor" which when set, for this group
5+
# will add availability_zone = "nova::${each.key}" where 'each' is nodes loop,
6+
# i.e. nodes map 1:1 to hypervisors
7+
# more flexibily, we could just take a list of hypervisors as an optional indexed list?
8+
# not sure we actually need that though
49
}
510

611
variable "flavor" {

0 commit comments

Comments
 (0)