Skip to content
Snippets Groups Projects

Change compute reference to login

Merged Krish Moodbidri requested to merge test-merge-feat-hpc-factory into main
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
@@ -54,4 +54,13 @@ build {
@@ -54,4 +54,13 @@ build {
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 = "./CRI_XCBC/ood-packer.yaml"
}
}
 
 
provisioner "shell" {
 
inline = [
 
"sudo yum install -y libselinux-python3 python3 python3-pip tmux vim git bash-completion curl wget unzip",
 
"sudo python3 -m pip install --upgrade pip",
 
"sudo pip3 install s3cmd==2.3.0 ansible==4.10.0 python-openstackclient==5.8.0"
 
]
 
}
 
}
}
Loading