Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Terraform Openstack
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ryan Randles Jones
Terraform Openstack
Commits
c34a0530
Commit
c34a0530
authored
6 years ago
by
Ryan Randles Jones
Browse files
Options
Downloads
Patches
Plain Diff
put variables in alphabetical order
parent
965c71c7
No related branches found
No related tags found
1 merge request
!18
Variable update branch
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vars.tf
+34
-35
34 additions, 35 deletions
vars.tf
with
34 additions
and
35 deletions
vars.tf
+
34
−
35
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment