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
c34a0530
Commit
c34a0530
authored
Jul 11, 2019
by
Ryan Randles Jones
Browse files
put variables in alphabetical order
parent
965c71c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
vars.tf
View file @
c34a0530
variable
"ohpc-instance-name"
{
default
=
"ohpc"
}
variable
"internal-net"
{
default
=
"clusternet"
variable
"admin-state-up"
{
description
=
"whether admin state in enabled. defualt is true"
default
=
true
}
variable
"internal-subnet"
{
default
=
"clustersubnet"
variable
"enable-dhcp"
{
description
=
"whether dhcp in enabled. defualt is true"
default
=
true
}
variable
"external-net"
{
...
...
@@ -18,52 +16,53 @@ variable "external-subnet" {
default
=
"dmzsubnet"
}
variable
"
route
r"
{
default
=
"
borderrouter
"
variable
"
flavo
r"
{
default
=
"
m1.medium
"
}
variable
"image"
{
default
=
"CentOS-7-x86_64-GenericCloud-1905"
variable
"host-prefix"
{
description
=
"prefix of host id."
default
=
"164.111.161.%s"
}
variable
"
ohpc-user
"
{
default
=
"c
entos
"
variable
"
internal-net
"
{
default
=
"c
lusternet
"
}
variable
"
flavor
"
{
default
=
"
m1.medium
"
variable
"
internal-subnet
"
{
default
=
"
clustersubnet
"
}
variable
"
public-network-nam
e"
{
default
=
"
bright-external-flat-externalnet
"
variable
"
imag
e"
{
default
=
"
CentOS-7-x86_64-GenericCloud-1905
"
}
variable
"keypair-name"
{
default
=
"os-gen-keypair"
}
variable
"ssh-public-key"
{
description
=
"Path to file containing public key"
default
=
"~/.ssh/id_rsa.pub"
variable
"ohpc-instance-name"
{
default
=
"ohpc"
}
variable
"ssh-private-key"
{
description
=
"Path to file containing private key"
default
=
"~/.ssh/id_rsa"
variable
"ohpc-user"
{
default
=
"centos"
}
variable
"host-prefix"
{
description
=
"prefix of host id."
default
=
"164.111.161.%s"
variable
"public-network-name"
{
default
=
"bright-external-flat-externalnet"
}
variable
"enable-dhcp"
{
description
=
"whether dhcp in enabled. defualt is true"
default
=
true
variable
"router"
{
default
=
"borderrouter"
}
variable
"
admin-st
ate-
up
"
{
description
=
"
whether admin state in enabled. defualt is true
"
default
=
true
variable
"
ssh-priv
ate-
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"
}
\ No newline at end of file
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