Skip to content
Snippets Groups Projects
Commit 3cd613e7 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Remove CRI_XCBC from compute node build template

parent d51f142f
No related branches found
No related tags found
No related merge requests found
......@@ -29,11 +29,4 @@ build {
"--extra-vars", "root_ssh_key='${var.root_ssh_key}'"
]
}
provisioner "ansible" {
use_proxy = false
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
playbook_file = "../ood-packer.yaml"
roles_path = "./ansible/roles"
inventory_file = "../hosts"
}
}
......@@ -67,7 +67,7 @@ variable "security_groups" {
variable "build_instance_name" {
type = string
default = "ood"
default = "compute"
description = "A name of build instance used for image build"
}
......
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