From ab74dee441c5f82432d363d56e44216262123303 Mon Sep 17 00:00:00 2001 From: Joel Capitao Date: Apr 10 2024 15:08:24 +0000 Subject: Initial Caracal release --- diff --git a/SOURCES/CentOS-OpenStack.repo b/SOURCES/CentOS-OpenStack.repo index 45bd8aa..063eee7 100644 --- a/SOURCES/CentOS-OpenStack.repo +++ b/SOURCES/CentOS-OpenStack.repo @@ -17,6 +17,7 @@ name=CentOS-$releasever - OpenStack OPENSTACK_VERSION Testing baseurl=https://buildlogs.centos.org/centos/$releasever-stream/cloud/$basearch/openstack-OPENSTACK_VERSION/ gpgcheck=1 enabled=0 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud module_hotfixes=1 [centos-openstack-OPENSTACK_VERSION-source] @@ -27,6 +28,13 @@ enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud module_hotfixes=1 +[rdo-trunk-OPENSTACK_VERSION-tested-component-barbican] +name=rdo-trunk-OPENSTACK_VERSION-tested-component-barbican +baseurl=https://trunk.rdoproject.org/centos9-OPENSTACK_VERSION/component/barbican/puppet-passed-ci +enabled=0 +gpgcheck=0 +module_hotfixes=1 + [rdo-trunk-OPENSTACK_VERSION-tested-component-baremetal] name=rdo-trunk-OPENSTACK_VERSION-tested-component-baremetal baseurl=https://trunk.rdoproject.org/centos9-OPENSTACK_VERSION/component/baremetal/puppet-passed-ci @@ -69,6 +77,13 @@ enabled=0 gpgcheck=0 module_hotfixes=1 +[rdo-trunk-OPENSTACK_VERSION-tested-component-designate] +name=rdo-trunk-OPENSTACK_VERSION-tested-component-designate +baseurl=https://trunk.rdoproject.org/centos9-OPENSTACK_VERSION/component/designate/puppet-passed-ci +enabled=0 +gpgcheck=0 +module_hotfixes=1 + [rdo-trunk-OPENSTACK_VERSION-tested-component-glance] name=rdo-trunk-OPENSTACK_VERSION-tested-component-glance baseurl=https://trunk.rdoproject.org/centos9-OPENSTACK_VERSION/component/glance/puppet-passed-ci @@ -76,6 +91,13 @@ enabled=0 gpgcheck=0 module_hotfixes=1 +[rdo-trunk-OPENSTACK_VERSION-tested-component-keystone] +name=rdo-trunk-OPENSTACK_VERSION-tested-component-keystone +baseurl=https://trunk.rdoproject.org/centos9-OPENSTACK_VERSION/component/keystone/puppet-passed-ci +enabled=0 +gpgcheck=0 +module_hotfixes=1 + [rdo-trunk-OPENSTACK_VERSION-tested-component-manila] name=rdo-trunk-OPENSTACK_VERSION-tested-component-manila baseurl=https://trunk.rdoproject.org/centos9-OPENSTACK_VERSION/component/manila/puppet-passed-ci @@ -111,13 +133,6 @@ enabled=0 gpgcheck=0 module_hotfixes=1 -[rdo-trunk-OPENSTACK_VERSION-tested-component-security] -name=rdo-trunk-OPENSTACK_VERSION-tested-component-security -baseurl=https://trunk.rdoproject.org/centos9-OPENSTACK_VERSION/component/security/puppet-passed-ci -enabled=0 -gpgcheck=0 -module_hotfixes=1 - [rdo-trunk-OPENSTACK_VERSION-tested-component-swift] name=rdo-trunk-OPENSTACK_VERSION-tested-component-swift baseurl=https://trunk.rdoproject.org/centos9-OPENSTACK_VERSION/component/swift/puppet-passed-ci diff --git a/SPECS/centos-release-openstack.spec b/SPECS/centos-release-openstack.spec index 9b0c67c..07ca97a 100644 --- a/SPECS/centos-release-openstack.spec +++ b/SPECS/centos-release-openstack.spec @@ -1,4 +1,4 @@ -%global OpenStackVersion bobcat +%global OpenStackVersion caracal Summary: OpenStack from the CentOS Cloud SIG repo configs Name: centos-release-openstack-%{OpenStackVersion} Version: 1 @@ -29,7 +29,6 @@ sed -i -e "s/OPENSTACK_VERSION/%{OpenStackVersion}/g" %{buildroot}%{_sysconfdir} %config(noreplace) %{_sysconfdir}/yum.repos.d/* %changelog -* Thu Oct 19 2023 Alfredo Moralejo - bobcat-1-1 -- Bobcat 2023.2 Release -- Update Ceph to Reef release +* Wed Apr 10 2024 Joel Capitao - caracal-1-1 +- Caracal 2024.1 Release