Skip to content
Snippets Groups Projects
Commit 2234ddf0 authored by Rob Kooper's avatar Rob Kooper
Browse files

allow to enable manilla

parent cdb53948
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ locals {
longhorn_replicas = var.longhorn_replicas
nfs_enabled = var.nfs_enabled
cinder_enabled = var.cinder_enabled
manilla_enabled = var.manilla_enabled
metallb_enabled = var.metallb_enabled
floating_ip = var.floating_ip
ingress_controller_enabled = var.ingress_controller_enabled
......
......@@ -117,6 +117,12 @@ variable "cinder_enabled" {
default = true
}
variable "manilla_enabled" {
type = bool
description = "Enable manilla storage"
default = false
}
variable "longhorn_enabled" {
type = bool
description = "Enable longhorn storage"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment