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

feat: Move clusterhooks to deploy stage

parent c95aa3b0
No related branches found
No related tags found
2 merge requests!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.,!95Add packer template for proxy build
Pipeline #11717 canceled with stages
in 1 minute and 32 seconds
......@@ -36,18 +36,6 @@ source "openstack" "image" {
build {
sources = ["source.openstack.image"]
provisioner "ansible" {
use_proxy = false
user = var.ssh_username
groups = ["proxy"]
playbook_file = "./ansible/cheaha.yml"
roles_path = "./ansible/roles"
ansible_env_vars = ["ANSIBLE_TIMEOUT=60"]
extra_arguments = [
"--extra-vars", "root_ssh_key='${var.root_ssh_key}'"
]
}
provisioner "ansible" {
use_proxy = false
user = var.ssh_username
......
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