From 180e8eabb503b91bf6d0dad8ed3a29514a3748a2 Mon Sep 17 00:00:00 2001
From: Eesaan Atluri <atlurie@uab.edu>
Date: Mon, 23 Dec 2024 10:53:00 -0500
Subject: [PATCH] feat: Rename compute.yml to login.yml for login build

Change the references to compute.yml in the packer template to use
login.yml
---
 ansible/{compute.yml => login.yml} | 0
 openstack-login/nodeimage.pkr.hcl  | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename ansible/{compute.yml => login.yml} (100%)

diff --git a/ansible/compute.yml b/ansible/login.yml
similarity index 100%
rename from ansible/compute.yml
rename to ansible/login.yml
diff --git a/openstack-login/nodeimage.pkr.hcl b/openstack-login/nodeimage.pkr.hcl
index 008b768..fd6b35e 100644
--- a/openstack-login/nodeimage.pkr.hcl
+++ b/openstack-login/nodeimage.pkr.hcl
@@ -48,7 +48,7 @@ build {
     use_proxy     = false
     user          = var.ssh_username
     groups        = ["compute"]
-    playbook_file = "./ansible/compute.yml"
+    playbook_file = "./ansible/login.yml"
     roles_path    = "./ansible/roles"
     extra_arguments = [
       "--extra-vars", "root_ssh_key='${var.root_ssh_key}'"
-- 
GitLab