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

Change CRI_XCBC related path

Due to different kind of environment setting in CI pipeline,
packer-openstack-hpc-image will be inside CRI_XCBC not in parallel.
parent ac9b3458
No related branches found
No related tags found
No related merge requests found
...@@ -32,8 +32,8 @@ build { ...@@ -32,8 +32,8 @@ build {
provisioner "ansible" { provisioner "ansible" {
use_proxy = false use_proxy = false
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"] ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
playbook_file = "../CRI_XCBC/ood-packer.yaml" playbook_file = "../ood-packer.yaml"
roles_path = "./ansible/roles" roles_path = "./ansible/roles"
inventory_file = "../CRI_XCBC/hosts" inventory_file = "../hosts"
} }
} }
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