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

feat: Enable CRB repository in almalinux for epel

Many EPEL packages require the CodeReady Builder (CRB) repository
It is recommended that you run /usr/bin/crb enable to enable the
CRB repository.
parent 78639e0f
No related branches found
No related tags found
2 merge requests!124Feat pkr tmpl proxy almalinux,!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
......@@ -39,6 +39,7 @@ build {
provisioner "shell" {
inline = [
"sudo yum install -y epel-release",
"sudo dnf config-manager --set-enabled crb",
"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"
......
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