aboutsummaryrefslogtreecommitdiffstats
path: root/openlab/modules/openstack/compute/variables.tf
diff options
context:
space:
mode:
authoryoonsoonjahng <yoonsoon.jahng@yoppworks.com>2020-09-02 13:06:34 -0400
committeryoonsoonjahng <yoonsoon.jahng@yoppworks.com>2020-09-09 21:07:31 -0400
commitbc47c630d9fdc0e0e75b64a0c3d2311df28cfeaa (patch)
tree23f97a308af22389a46534dba2328e3d4e52e3e0 /openlab/modules/openstack/compute/variables.tf
parente291bec2483388ff1b6f2552dd894d7092823a06 (diff)
added initial files
Issue-ID: INT-1698 Change-Id: I3405a7815bc51dbdf2cb61cd2003d46f428f059c Signed-off-by: yoonsoonjahng <yoonsoon.jahng@yoppworks.com>
Diffstat (limited to 'openlab/modules/openstack/compute/variables.tf')
-rw-r--r--openlab/modules/openstack/compute/variables.tf18
1 files changed, 18 insertions, 0 deletions
diff --git a/openlab/modules/openstack/compute/variables.tf b/openlab/modules/openstack/compute/variables.tf
new file mode 100644
index 0000000..871719d
--- /dev/null
+++ b/openlab/modules/openstack/compute/variables.tf
@@ -0,0 +1,18 @@
+variable "cluster_name" {
+ description = "A name for the cluster"
+ type = string
+}
+
+variable "backend" {}
+variable "backend_state" {}
+variable "region" {}
+variable "environment" {}
+
+variable "node_name" {}
+variable "image" {}
+variable "flavor" {}
+variable "network" {}
+variable "floating_ip_pool" {}
+variable "user_data" {}
+
+variable "node_count" {}