Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Krish Moodbidri
Terraform Openstack
Commits
93abffa9
Commit
93abffa9
authored
Jul 15, 2019
by
Ryan Randles Jones
Browse files
Update vars.tf-example
parent
4dad56c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
vars.tf-example
View file @
93abffa9
variable "admin-state-up" {
description = "whether admin state in enabled. defualt is true"
default = true
}
variable "enable-dhcp" {
description = "whether dhcp in enabled. defualt is true"
default = true
}
variable "external-net" {
default = "dmznet"
}
variable "external-subnet" {
default = "dmzsubnet"
}
variable "flavor" {
default = "m1.medium"
}
variable "host-prefix" {
description = "prefix of host id."
default = "164.111.161.%s"
}
variable "internal-net" {
default = "clusternet"
}
variable "internal-subnet" {
default = "clustersubnet"
}
variable "image" {
default = "CentOS-7-x86_64-GenericCloud-1905"
}
variable "keypair-name" {
default = "os-gen-keypair"
}
variable "ohpc-instance-name" {
default = "ohpc"
}
variable "ohpc-user" {
default = "centos"
}
variable "ood-instance-name" {
default = "ood"
}
variable "ood-user" {
default = "centos"
}
variable "public-network-name" {
default = "bright-external-flat-externalnet"
}
variable "router" {
default = "borderrouter"
}
variable "ssh-private-key" {
description = "Path to file containing private key"
default = "~/.ssh/id_rsa"
}
variable "ssh-public-key" {
description = "Path to file containing public key"
default = "~/.ssh/id_rsa.pub"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment