Skip to content

Commit

Permalink
terraform: add exigo cloud environment (#2474)
Browse files Browse the repository at this point in the history
Signed-off-by: Oriano de-Stefani <[email protected]>
  • Loading branch information
Lappihuan committed Sep 19, 2024
1 parent 2a6558f commit 605df2e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions terraform/environments/exigo.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# customisation:access_floatingip
# customisation:default
# customisation:neutron_floatingip
# override:manager_boot_from_volume
# override:neutron_availability_zone_hints_network
# override:neutron_availability_zone_hints_router
# override:nodes_boot_from_volume
flavor_manager = "SCS-4V-16"
flavor_node = "SCS-8V-32"
volume_type = "__DEFAULT__"
image = "Ubuntu 22.04"
image_node = "Ubuntu 22.04"
public = "PN-231"
availability_zone = "chur"
volume_availability_zone = "chur"
network_availability_zone = "nova"
volume_size_storage = 100
number_of_nodes = 6

0 comments on commit 605df2e

Please sign in to comment.