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

Add group compute in the packer template openstack-compute

Necessary to install pkgs related to compute node
parent 94ce1b0a
No related branches found
No related tags found
2 merge requests!63Fix compute and GPU img builds,!62Add compute group in the packer template for openstack-compute
Pipeline #8040 passed with stages
in 20 minutes and 10 seconds
...@@ -32,8 +32,7 @@ build { ...@@ -32,8 +32,7 @@ build {
} }
provisioner "ansible" { provisioner "ansible" {
use_proxy = false use_proxy = false
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"] groups = ["compute"]
playbook_file = "../CRI_XCBC/ood-packer.yaml"
extra_arguments = [ extra_arguments = [
"-t enable_lmod", "-t enable_lmod",
"-t lmod_user", "-t lmod_user",
......
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