Skip to content
Snippets Groups Projects

Automate ood knightly build and deploy in a single pipeline

Merged Eesaan Atluri requested to merge atlurie/hpc-factory:feat-ood-knightly into main
Compare and
2 files
+ 20
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -60,7 +60,7 @@ build {
provisioner "shell" {
inline = [
"sudo yum install -y libselinux-python3 python3 python3-pip tmux vim git bash-completion curl wget unzip",
"sudo yum install -y libselinux-python3 python3 python3-pip tmux vim git bash-completion curl wget unzip NetworkManager",
"sudo python3 -m pip install --upgrade pip",
"sudo pip3 install s3cmd==2.3.0 ansible==4.10.0 python-openstackclient==5.8.0"
]
Loading