From 4d29ba7edeaaa00d0d21a256bcdf330058eaab0d Mon Sep 17 00:00:00 2001
From: Eesaan Atluri <eesaanatluri@gmail.com>
Date: Tue, 16 Aug 2022 03:26:24 -0500
Subject: [PATCH] Match hostname for build instance with hosts defined in OOD
 playbook

---
 openstack/variables.pkr.hcl | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/openstack/variables.pkr.hcl b/openstack/variables.pkr.hcl
index 0070745..175ca17 100644
--- a/openstack/variables.pkr.hcl
+++ b/openstack/variables.pkr.hcl
@@ -64,6 +64,13 @@ variable "security_groups" {
   default = []
   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" {
   type = string
   default = "centos"
-- 
GitLab