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

feat: Rename compute.yml to login.yml for login build

Change the references to compute.yml in the packer template to use
login.yml
parent 518c89e5
No related branches found
No related tags found
2 merge requests!162fix ssh failures due to plam_slurm in login VM,!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
File moved
......@@ -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}'"
......
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