Skip to content
Snippets Groups Projects
Commit 4d29ba7e authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Match hostname for build instance with hosts defined in OOD playbook

parent 605c3c9a
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,13 @@ variable "security_groups" { ...@@ -64,6 +64,13 @@ variable "security_groups" {
default = [] default = []
description = "A list of security groups to add - you should make sure ssh access is open to the machine" description = "A list of security groups to add - you should make sure ssh access is open to the machine"
} }
variable "build_instance_name" {
type = string
default = "ood"
description = "A name of build instance used for image build"
}
variable "ssh_username" { variable "ssh_username" {
type = string type = string
default = "centos" default = "centos"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment