Skip to content

Commit

Permalink
terraform: add environment for Artcodix (aka cnds). (#2496)
Browse files Browse the repository at this point in the history
Signed-off-by: Kurt Garloff <kurt@garloff.de>
  • Loading branch information
garloff authored Sep 28, 2024
1 parent 318537b commit 5750b20
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions terraform/environments/artcodix.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# customisation:access_floatingip
# customisation:default
# customisation:neutron_floatingip
# override:manager_boot_from_volume
# override:nodes_boot_from_volume
flavor_manager = "SCS-4V-16"
flavor_node = "SCS-8V-32"
volume_type = "SSD Premium 5000"
image = "Ubuntu 22.04"
image_node = "Ubuntu 22.04"
public = "public"
availability_zone = "AZ1"
volume_availability_zone = "AZ1"
network_availability_zone = "AZ1"

0 comments on commit 5750b20

Please sign in to comment.