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
Ryan Randles Jones
Terraform Openstack
Commits
da739188
Commit
da739188
authored
Aug 12, 2019
by
Ryan Randles Jones
Browse files
changed "net" to "network"
parent
34a25286
Changes
1
Hide whitespace changes
Inline
Side-by-side
vars.tf
View file @
da739188
...
...
@@ -18,8 +18,8 @@ variable "ood_instance_name" { default = "ood"}
variable
"image_ohpc"
{
default
=
"CentOS-7-x86_64-GenericCloud-1905"
}
variable
"image_ood"
{
default
=
"CentOS-7-x86_64-GenericCloud-1905"
}
variable
"flavor"
{
default
=
"m1.medium"
}
variable
"internal_net"
{
default
=
"clusternet"
}
variable
"external_net"
{
default
=
"dmznet"
}
variable
"internal_net
work
"
{
default
=
"clusternet"
}
variable
"external_net
work
"
{
default
=
"dmznet"
}
variable
"host_prefix"
{
default
=
"164.111.161.%s"
}
variable
"ohpc_user"
{
default
=
"centos"
}
variable
"ood_user"
{
default
=
"centos"
}
...
...
Write
Preview
Supports
Markdown
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