- changed from edgecache to packagerepo for el9.4/9.5 - changed to vault.service.consul - disable running incus builds currently
This commit is contained in:
@@ -9,6 +9,7 @@ packages = [
|
||||
"incus-client",
|
||||
"incus-tools",
|
||||
"nodejs",
|
||||
"nomad",
|
||||
"packer",
|
||||
"terraform",
|
||||
"terragrunt",
|
||||
@@ -16,6 +17,8 @@ packages = [
|
||||
"vault"
|
||||
]
|
||||
scripts_pre_packages = [
|
||||
"dnf makecache",
|
||||
"dnf update -y",
|
||||
"dnf install -y yum-utils",
|
||||
"dnf module enable -y nodejs:20",
|
||||
"yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo"
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
docker
|
||||
incus
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[appstream]
|
||||
name=appstream repository
|
||||
baseurl=https://edgecache.query.consul/almalinux/9.5/AppStream/x86_64/os
|
||||
gpgkey=https://edgecache.query.consul/almalinux/RPM-GPG-KEY-AlmaLinux-9
|
||||
baseurl=https://packagerepo.service.consul/almalinux/9.5/appstream-daily/x86_64/os/
|
||||
gpgkey=https://packagerepo.service.consul/almalinux/9.5/appstream-daily/x86_64/os/RPM-GPG-KEY-AlmaLinux-9
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[baseos]
|
||||
name=baseos repository
|
||||
baseurl=https://edgecache.query.consul/almalinux/9.5/BaseOS/x86_64/os
|
||||
gpgkey=https://edgecache.query.consul/almalinux/RPM-GPG-KEY-AlmaLinux-9
|
||||
baseurl=https://packagerepo.service.consul/almalinux/9.5/baseos-daily/x86_64/os/
|
||||
gpgkey=https://packagerepo.service.consul/almalinux/9.5/baseos-daily/x86_64/os/RPM-GPG-KEY-AlmaLinux-9
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# new repo for EL9+, replaces PowerTools repo
|
||||
[crb]
|
||||
name=crb repository
|
||||
baseurl=https://edgecache.query.consul/almalinux/9.5/CRB/x86_64/os
|
||||
gpgkey=https://edgecache.query.consul/almalinux/RPM-GPG-KEY-AlmaLinux-9
|
||||
baseurl=https://packagerepo.service.consul/almalinux/9.5/crb-daily/x86_64/os/
|
||||
gpgkey=https://packagerepo.service.consul/almalinux/9.5/crb-daily/x86_64/os/RPM-GPG-KEY-AlmaLinux-9
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
[extras]
|
||||
name=extras repository
|
||||
baseurl=https://edgecache.query.consul/almalinux/9.5/extras/x86_64/os
|
||||
gpgkey=https://edgecache.query.consul/almalinux/RPM-GPG-KEY-AlmaLinux-9
|
||||
baseurl=https://packagerepo.service.consul/almalinux/9.5/extras-daily/x86_64/os/
|
||||
gpgkey=https://packagerepo.service.consul/almalinux/9.5/extras-daily/x86_64/os/RPM-GPG-KEY-AlmaLinux-9
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[highavailability]
|
||||
name=highavailability repository
|
||||
baseurl=https://edgecache.query.consul/almalinux/9.5/HighAvailability/x86_64/os
|
||||
gpgkey=https://edgecache.query.consul/almalinux/RPM-GPG-KEY-AlmaLinux-9
|
||||
[ha]
|
||||
name=ha repository
|
||||
baseurl=https://packagerepo.service.consul/almalinux/9.5/ha-daily/x86_64/os/
|
||||
gpgkey=https://packagerepo.service.consul/almalinux/9.5/ha-daily/x86_64/os/RPM-GPG-KEY-AlmaLinux-9
|
||||
|
||||
@@ -40,6 +40,10 @@ packages = [
|
||||
"valgrind",
|
||||
"valgrind-devel",
|
||||
]
|
||||
scripts_pre_packages = [
|
||||
"dnf makecache",
|
||||
"dnf update -y",
|
||||
]
|
||||
scripts_final = [
|
||||
"dnf clean all",
|
||||
"rm -rf /var/cache/dnf"
|
||||
|
||||
Reference in New Issue
Block a user