parent
6a27fb6515
commit
f6f8c518fe
@ -0,0 +1,176 @@
|
|||||||
|
Apache License
|
||||||
|
Version 2.0, January 2004
|
||||||
|
http://www.apache.org/licenses/
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||||
|
|
||||||
|
1. Definitions.
|
||||||
|
|
||||||
|
"License" shall mean the terms and conditions for use, reproduction,
|
||||||
|
and distribution as defined by Sections 1 through 9 of this document.
|
||||||
|
|
||||||
|
"Licensor" shall mean the copyright owner or entity authorized by
|
||||||
|
the copyright owner that is granting the License.
|
||||||
|
|
||||||
|
"Legal Entity" shall mean the union of the acting entity and all
|
||||||
|
other entities that control, are controlled by, or are under common
|
||||||
|
control with that entity. For the purposes of this definition,
|
||||||
|
"control" means (i) the power, direct or indirect, to cause the
|
||||||
|
direction or management of such entity, whether by contract or
|
||||||
|
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||||
|
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||||
|
|
||||||
|
"You" (or "Your") shall mean an individual or Legal Entity
|
||||||
|
exercising permissions granted by this License.
|
||||||
|
|
||||||
|
"Source" form shall mean the preferred form for making modifications,
|
||||||
|
including but not limited to software source code, documentation
|
||||||
|
source, and configuration files.
|
||||||
|
|
||||||
|
"Object" form shall mean any form resulting from mechanical
|
||||||
|
transformation or translation of a Source form, including but
|
||||||
|
not limited to compiled object code, generated documentation,
|
||||||
|
and conversions to other media types.
|
||||||
|
|
||||||
|
"Work" shall mean the work of authorship, whether in Source or
|
||||||
|
Object form, made available under the License, as indicated by a
|
||||||
|
copyright notice that is included in or attached to the work
|
||||||
|
(an example is provided in the Appendix below).
|
||||||
|
|
||||||
|
"Derivative Works" shall mean any work, whether in Source or Object
|
||||||
|
form, that is based on (or derived from) the Work and for which the
|
||||||
|
editorial revisions, annotations, elaborations, or other modifications
|
||||||
|
represent, as a whole, an original work of authorship. For the purposes
|
||||||
|
of this License, Derivative Works shall not include works that remain
|
||||||
|
separable from, or merely link (or bind by name) to the interfaces of,
|
||||||
|
the Work and Derivative Works thereof.
|
||||||
|
|
||||||
|
"Contribution" shall mean any work of authorship, including
|
||||||
|
the original version of the Work and any modifications or additions
|
||||||
|
to that Work or Derivative Works thereof, that is intentionally
|
||||||
|
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||||
|
or by an individual or Legal Entity authorized to submit on behalf of
|
||||||
|
the copyright owner. For the purposes of this definition, "submitted"
|
||||||
|
means any form of electronic, verbal, or written communication sent
|
||||||
|
to the Licensor or its representatives, including but not limited to
|
||||||
|
communication on electronic mailing lists, source code control systems,
|
||||||
|
and issue tracking systems that are managed by, or on behalf of, the
|
||||||
|
Licensor for the purpose of discussing and improving the Work, but
|
||||||
|
excluding communication that is conspicuously marked or otherwise
|
||||||
|
designated in writing by the copyright owner as "Not a Contribution."
|
||||||
|
|
||||||
|
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||||
|
on behalf of whom a Contribution has been received by Licensor and
|
||||||
|
subsequently incorporated within the Work.
|
||||||
|
|
||||||
|
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
copyright license to reproduce, prepare Derivative Works of,
|
||||||
|
publicly display, publicly perform, sublicense, and distribute the
|
||||||
|
Work and such Derivative Works in Source or Object form.
|
||||||
|
|
||||||
|
3. Grant of Patent License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
(except as stated in this section) patent license to make, have made,
|
||||||
|
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||||
|
where such license applies only to those patent claims licensable
|
||||||
|
by such Contributor that are necessarily infringed by their
|
||||||
|
Contribution(s) alone or by combination of their Contribution(s)
|
||||||
|
with the Work to which such Contribution(s) was submitted. If You
|
||||||
|
institute patent litigation against any entity (including a
|
||||||
|
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||||
|
or a Contribution incorporated within the Work constitutes direct
|
||||||
|
or contributory patent infringement, then any patent licenses
|
||||||
|
granted to You under this License for that Work shall terminate
|
||||||
|
as of the date such litigation is filed.
|
||||||
|
|
||||||
|
4. Redistribution. You may reproduce and distribute copies of the
|
||||||
|
Work or Derivative Works thereof in any medium, with or without
|
||||||
|
modifications, and in Source or Object form, provided that You
|
||||||
|
meet the following conditions:
|
||||||
|
|
||||||
|
(a) You must give any other recipients of the Work or
|
||||||
|
Derivative Works a copy of this License; and
|
||||||
|
|
||||||
|
(b) You must cause any modified files to carry prominent notices
|
||||||
|
stating that You changed the files; and
|
||||||
|
|
||||||
|
(c) You must retain, in the Source form of any Derivative Works
|
||||||
|
that You distribute, all copyright, patent, trademark, and
|
||||||
|
attribution notices from the Source form of the Work,
|
||||||
|
excluding those notices that do not pertain to any part of
|
||||||
|
the Derivative Works; and
|
||||||
|
|
||||||
|
(d) If the Work includes a "NOTICE" text file as part of its
|
||||||
|
distribution, then any Derivative Works that You distribute must
|
||||||
|
include a readable copy of the attribution notices contained
|
||||||
|
within such NOTICE file, excluding those notices that do not
|
||||||
|
pertain to any part of the Derivative Works, in at least one
|
||||||
|
of the following places: within a NOTICE text file distributed
|
||||||
|
as part of the Derivative Works; within the Source form or
|
||||||
|
documentation, if provided along with the Derivative Works; or,
|
||||||
|
within a display generated by the Derivative Works, if and
|
||||||
|
wherever such third-party notices normally appear. The contents
|
||||||
|
of the NOTICE file are for informational purposes only and
|
||||||
|
do not modify the License. You may add Your own attribution
|
||||||
|
notices within Derivative Works that You distribute, alongside
|
||||||
|
or as an addendum to the NOTICE text from the Work, provided
|
||||||
|
that such additional attribution notices cannot be construed
|
||||||
|
as modifying the License.
|
||||||
|
|
||||||
|
You may add Your own copyright statement to Your modifications and
|
||||||
|
may provide additional or different license terms and conditions
|
||||||
|
for use, reproduction, or distribution of Your modifications, or
|
||||||
|
for any such Derivative Works as a whole, provided Your use,
|
||||||
|
reproduction, and distribution of the Work otherwise complies with
|
||||||
|
the conditions stated in this License.
|
||||||
|
|
||||||
|
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||||
|
any Contribution intentionally submitted for inclusion in the Work
|
||||||
|
by You to the Licensor shall be under the terms and conditions of
|
||||||
|
this License, without any additional terms or conditions.
|
||||||
|
Notwithstanding the above, nothing herein shall supersede or modify
|
||||||
|
the terms of any separate license agreement you may have executed
|
||||||
|
with Licensor regarding such Contributions.
|
||||||
|
|
||||||
|
6. Trademarks. This License does not grant permission to use the trade
|
||||||
|
names, trademarks, service marks, or product names of the Licensor,
|
||||||
|
except as required for reasonable and customary use in describing the
|
||||||
|
origin of the Work and reproducing the content of the NOTICE file.
|
||||||
|
|
||||||
|
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||||
|
agreed to in writing, Licensor provides the Work (and each
|
||||||
|
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||||
|
implied, including, without limitation, any warranties or conditions
|
||||||
|
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||||
|
appropriateness of using or redistributing the Work and assume any
|
||||||
|
risks associated with Your exercise of permissions under this License.
|
||||||
|
|
||||||
|
8. Limitation of Liability. In no event and under no legal theory,
|
||||||
|
whether in tort (including negligence), contract, or otherwise,
|
||||||
|
unless required by applicable law (such as deliberate and grossly
|
||||||
|
negligent acts) or agreed to in writing, shall any Contributor be
|
||||||
|
liable to You for damages, including any direct, indirect, special,
|
||||||
|
incidental, or consequential damages of any character arising as a
|
||||||
|
result of this License or out of the use or inability to use the
|
||||||
|
Work (including but not limited to damages for loss of goodwill,
|
||||||
|
work stoppage, computer failure or malfunction, or any and all
|
||||||
|
other commercial damages or losses), even if such Contributor
|
||||||
|
has been advised of the possibility of such damages.
|
||||||
|
|
||||||
|
9. Accepting Warranty or Additional Liability. While redistributing
|
||||||
|
the Work or Derivative Works thereof, You may choose to offer,
|
||||||
|
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||||
|
or other liability obligations and/or rights consistent with this
|
||||||
|
License. However, in accepting such obligations, You may act only
|
||||||
|
on Your own behalf and on Your sole responsibility, not on behalf
|
||||||
|
of any other Contributor, and only if You agree to indemnify,
|
||||||
|
defend, and hold each Contributor harmless for any liability
|
||||||
|
incurred by, or claims asserted against, such Contributor by reason
|
||||||
|
of your accepting any such warranty or additional liability.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
@ -0,0 +1,14 @@
|
|||||||
|
Copyright 2021 Oracle and/or its affiliates
|
||||||
|
Copyright 2021 AlmaLinux OS Foundation
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
@ -1,3 +1,75 @@
|
|||||||
# leapp-data
|
# Migration guide
|
||||||
|
|
||||||
Конфигурация для ELevate
|
**NOTE: As this project is newly announced we HIGHLY recommend that you follow system administration best practices and make sure you have backups and/or snapshots of your system before you proceed. It is recommended to do a trial run in a sandbox to verify that migration worked as expected before you attempt to migrate any production system.**
|
||||||
|
|
||||||
|
This guide contains steps on how to upgrade CentOS 7 to RHEL8 derivatives such as AlmaLinux, CentOS, Oracle, Rocky.
|
||||||
|
|
||||||
|
To use this guide you need to install Vagrant and VirtualBox using the following
|
||||||
|
documentation:
|
||||||
|
|
||||||
|
* [Install VirtualBox](https://www.virtualbox.org/manual/ch02.html)
|
||||||
|
* [Install Vagrant](https://www.vagrantup.com/docs/installation)
|
||||||
|
|
||||||
|
* Clone this repo and cd into it
|
||||||
|
```
|
||||||
|
git clone https://github.com/AlmaLinux/leapp-data.git
|
||||||
|
cd leapp-data
|
||||||
|
```
|
||||||
|
|
||||||
|
* Start the Virtual Machine.
|
||||||
|
```
|
||||||
|
vagrant up
|
||||||
|
```
|
||||||
|
|
||||||
|
* CentOS 7.9 is required to accomplish the upgrade. Login to VM, install the latest CentOS updates, and reboot.
|
||||||
|
```
|
||||||
|
vagrant ssh
|
||||||
|
sudo yum update -y
|
||||||
|
sudo reboot
|
||||||
|
```
|
||||||
|
|
||||||
|
* After reboot login to VM again, download the leapp repo file, and install leapp.
|
||||||
|
```
|
||||||
|
vagrant ssh
|
||||||
|
sudo curl https://repo.almalinux.org/elevate/el7/elevate.repo -o /etc/yum.repos.d/elevate.repo
|
||||||
|
sudo yum install leapp -y
|
||||||
|
```
|
||||||
|
|
||||||
|
* Copy leapp config files for the OS you want to migrate. Possible options are almalinux, centos, eurolinux, oraclelinux, rocky.
|
||||||
|
```
|
||||||
|
sudo cp /vagrant/files/almalinux/* /etc/leapp/files/
|
||||||
|
```
|
||||||
|
|
||||||
|
* Start a preupgrade check. It will fail as the default CentOS 7 doesn't meet all requirements for migration. In the meanwhile, Leapp utility creates a special */var/log/leapp/leapp-report.txt* file that contains possible problems and recommended solutions. No rpm packages will be installed at this phase.
|
||||||
|
```
|
||||||
|
sudo leapp preupgrade
|
||||||
|
```
|
||||||
|
|
||||||
|
This summary report will help you get the picture of whether it is possible to continue the upgrade.
|
||||||
|
|
||||||
|
In certain configurations, Leapp generates */var/log/leapp/answerfile* with true/false questions. Leapp utility requires answers to all these questions in order to proceed with the upgrade.
|
||||||
|
|
||||||
|
* Mentioned fixes from the */var/log/leapp/leapp-report.txt* file are mandatory, but you can also review the rest of them if needed.
|
||||||
|
```
|
||||||
|
sudo rmmod pata_acpi
|
||||||
|
echo PermitRootLogin yes | sudo tee -a /etc/ssh/sshd_config
|
||||||
|
sudo leapp answer --section remove_pam_pkcs11_module_check.confirm=True
|
||||||
|
```
|
||||||
|
|
||||||
|
* Start an upgrade. After this process is completed you'll be offered to reboot the system.
|
||||||
|
```
|
||||||
|
sudo leapp upgrade
|
||||||
|
sudo reboot
|
||||||
|
```
|
||||||
|
|
||||||
|
* A new entry in GRUB called ELevate-Upgrade-Initramfs will appear. The system will be automatically booted into it.
|
||||||
|
See how the update process goes in the VirtualBox console.
|
||||||
|
|
||||||
|
* After reboot, login to the system and check how the migration went. Verify that the current OS is the one you need.
|
||||||
|
```
|
||||||
|
vagrant ssh
|
||||||
|
cat /etc/redhat-release
|
||||||
|
cat /etc/os-release
|
||||||
|
rpm -qa | grep centos
|
||||||
|
rpm -qa | grep el7
|
||||||
|
```
|
||||||
|
@ -0,0 +1,8 @@
|
|||||||
|
Vagrant.configure("2") do |config|
|
||||||
|
config.vm.box = "centos/7"
|
||||||
|
|
||||||
|
config.vm.provider "virtualbox" do |v|
|
||||||
|
v.memory = 4096
|
||||||
|
v.cpus = 2
|
||||||
|
end
|
||||||
|
end
|
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"data": []
|
||||||
|
}
|
@ -0,0 +1,47 @@
|
|||||||
|
[almalinux8-baseos]
|
||||||
|
name=AlmaLinux 8 - BaseOS
|
||||||
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8/baseos
|
||||||
|
# baseurl=https://repo.almalinux.org/almalinux/8/BaseOS/$basearch/os/
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
|
[almalinux8-appstream]
|
||||||
|
name=AlmaLinux 8 - AppStream
|
||||||
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8/appstream
|
||||||
|
# baseurl=https://repo.almalinux.org/almalinux/8/AppStream/$basearch/os/
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
|
[almalinux8-powertools]
|
||||||
|
name=AlmaLinux 8 - PowerTools
|
||||||
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8/powertools
|
||||||
|
# baseurl=https://repo.almalinux.org/almalinux/8/PowerTools/$basearch/os/
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
|
[almalinux8-ha]
|
||||||
|
name=AlmaLinux 8 - HighAvailability
|
||||||
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8/ha
|
||||||
|
# baseurl=https://repo.almalinux.org/almalinux/8/HighAvailability/$basearch/os/
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
|
[almalinux8-resilientstorage]
|
||||||
|
name=AlmaLinux 8 - ResilientStorage
|
||||||
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8/resilientstorage
|
||||||
|
# baseurl=https://repo.almalinux.org/almalinux/8/ResilientStorage/$basearch/os/
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
|
[almalinux8-extras]
|
||||||
|
name=AlmaLinux 8 - Extras
|
||||||
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/8/extras
|
||||||
|
# baseurl=https://repo.almalinux.org/almalinux/8/extras/$basearch/os/
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
@ -0,0 +1,47 @@
|
|||||||
|
[almalinux9-baseos]
|
||||||
|
name=AlmaLinux 9 - BaseOS
|
||||||
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/9/baseos
|
||||||
|
# baseurl=https://repo.almalinux.org/almalinux/9/BaseOS/$basearch/os/
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
|
[almalinux9-appstream]
|
||||||
|
name=AlmaLinux 9 - AppStream
|
||||||
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/9/appstream
|
||||||
|
# baseurl=https://repo.almalinux.org/almalinux/9/AppStream/$basearch/os/
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
|
[almalinux9-crb]
|
||||||
|
name=AlmaLinux 9 - CRB
|
||||||
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/9/crb
|
||||||
|
# baseurl=https://repo.almalinux.org/almalinux/9/CRB/$basearch/os/
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
|
[almalinux9-highavailability]
|
||||||
|
name=AlmaLinux 9 - HighAvailability
|
||||||
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/9/ha
|
||||||
|
# baseurl=https://repo.almalinux.org/almalinux/9/HighAvailability/$basearch/os/
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
|
[almalinux9-resilientstorage]
|
||||||
|
name=AlmaLinux 9 - ResilientStorage
|
||||||
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/9/resilientstorage
|
||||||
|
# baseurl=https://repo.almalinux.org/almalinux/9/ResilientStorage/$basearch/os/
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||||
|
|
||||||
|
[almalinux9-extras]
|
||||||
|
name=AlmaLinux 9 - Extras
|
||||||
|
mirrorlist=https://mirrors.almalinux.org/mirrorlist/9/extras
|
||||||
|
# baseurl=https://repo.almalinux.org/almalinux/9/extras/$basearch/os/
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,148 @@
|
|||||||
|
{
|
||||||
|
"datetime": "202204020934Z",
|
||||||
|
"version_format": "1.0.0",
|
||||||
|
"mapping": [
|
||||||
|
{
|
||||||
|
"source_major_version": "7",
|
||||||
|
"target_major_version": "8",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"source": "base",
|
||||||
|
"target": [
|
||||||
|
"almalinux8-baseos",
|
||||||
|
"almalinux8-appstream",
|
||||||
|
"almalinux8-powertools",
|
||||||
|
"almalinux8-ha",
|
||||||
|
"almalinux8-resilientstorage"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "updates",
|
||||||
|
"target": [
|
||||||
|
"almalinux8-baseos",
|
||||||
|
"almalinux8-appstream",
|
||||||
|
"almalinux8-powertools",
|
||||||
|
"almalinux8-ha",
|
||||||
|
"almalinux8-resilientstorage"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "extras",
|
||||||
|
"target": [
|
||||||
|
"almalinux8-extras"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"pesid": "base",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "7",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "base",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "almalinux8-baseos",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "almalinux8-baseos",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "almalinux8-appstream",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "almalinux8-appstream",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "almalinux8-powertools",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repoid": "almalinux8-powertools",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "almalinux8-ha",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "almalinux8-ha",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "almalinux8-resilientstorage",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "almalinux8-resilientstorage",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "updates",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "7",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "updates",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "extras",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "7",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "extras",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "almalinux8-extras",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "almalinux8-extras",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,194 @@
|
|||||||
|
{
|
||||||
|
"datetime": "202204020934Z",
|
||||||
|
"version_format": "1.0.0",
|
||||||
|
"mapping": [
|
||||||
|
{
|
||||||
|
"source_major_version": "8",
|
||||||
|
"target_major_version": "9",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"source": "baseos",
|
||||||
|
"target": [
|
||||||
|
"almalinux9-baseos"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "appstream",
|
||||||
|
"target": [
|
||||||
|
"almalinux9-appstream"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "powertools",
|
||||||
|
"target": [
|
||||||
|
"almalinux9-crb"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "ha",
|
||||||
|
"target": [
|
||||||
|
"almalinux9-highavailability"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "resilientstorage",
|
||||||
|
"target": [
|
||||||
|
"almalinux9-resilientstorage"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "extras",
|
||||||
|
"target": [
|
||||||
|
"almalinux9-extras"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"pesid": "baseos",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "baseos",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "appstream",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "appstream",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "powertools",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repoid": "powertools",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "ha",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "ha",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "resilientstorage",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "resilientstorage",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "extras",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "extras",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "almalinux9-baseos",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "almalinux9-baseos",
|
||||||
|
"major_version": "9",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "almalinux9-appstream",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "9",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "almalinux9-appstream",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "almalinux9-crb",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "9",
|
||||||
|
"repoid": "almalinux9-crb",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "almalinux9-highavailability",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "9",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "almalinux9-highavailability",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "almalinux9-resilientstorage",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "9",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "almalinux9-resilientstorage",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "almalinux9-extras",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "9",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "almalinux9-extras",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"devices": {
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"devices": {
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"data": []
|
||||||
|
}
|
@ -0,0 +1,39 @@
|
|||||||
|
[centos8-baseos]
|
||||||
|
name=CentOS-8-stream - Base
|
||||||
|
mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=BaseOS
|
||||||
|
#baseurl=http://mirror.centos.org/$contentdir/8-stream/BaseOS/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
|
|
||||||
|
[centos8-appstream]
|
||||||
|
name=CentOS-8-stream - AppStream
|
||||||
|
mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=AppStream
|
||||||
|
#baseurl=http://mirror.centos.org/$contentdir/8-stream/AppStream/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
|
|
||||||
|
[centos8-powertools]
|
||||||
|
name=CentOS-8-stream - PowerTools
|
||||||
|
mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=PowerTools
|
||||||
|
#baseurl=http://mirror.centos.org/$contentdir/8-stream/PowerTools/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
|
|
||||||
|
[centos8-ha]
|
||||||
|
name=CentOS-8-stream - HA
|
||||||
|
mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=HighAvailability
|
||||||
|
#baseurl=http://mirror.centos.org/$contentdir/8-stream/HighAvailability/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
|
|
||||||
|
[centos8-extras]
|
||||||
|
name=CentOS-8-stream - Extras
|
||||||
|
mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=extras
|
||||||
|
#baseurl=http://mirror.centos.org/$contentdir/8-stream/extras/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
@ -0,0 +1,39 @@
|
|||||||
|
[centos9-baseos]
|
||||||
|
name=CentOS-9-stream - Base
|
||||||
|
mirrorlist=https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/$basearch/os/
|
||||||
|
#baseurl=http://mirror.centos.org/$contentdir/9-stream/BaseOS/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
|
|
||||||
|
[centos9-appstream]
|
||||||
|
name=CentOS-9-stream - AppStream
|
||||||
|
mirrorlist=https://mirrors.centos.org/mirrorlist?path=/9-stream/AppStream/$basearch/os/
|
||||||
|
#baseurl=http://mirror.centos.org/$contentdir/9-stream/AppStream/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
|
|
||||||
|
[centos9-crb]
|
||||||
|
name=CentOS-9-stream - CRB
|
||||||
|
mirrorlist=https://mirrors.centos.org/mirrorlist?path=/9-stream/CRB/$basearch/os/
|
||||||
|
#baseurl=http://mirror.centos.org/$contentdir/9-stream/CRB/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
|
|
||||||
|
[centos9-ha]
|
||||||
|
name=CentOS-9-stream - HA
|
||||||
|
mirrorlist=https://mirrors.centos.org/mirrorlist?path=/9-stream/HighAvailability/$basearch/os/
|
||||||
|
#baseurl=http://mirror.centos.org/$contentdir/9-stream/HighAvailability/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||||
|
|
||||||
|
[centos9-extras]
|
||||||
|
name=CentOS-9-stream - Extras
|
||||||
|
mirrorlist=https://mirrors.centos.org/mirrorlist?path=/9-stream/extras/$basearch/os/
|
||||||
|
#baseurl=http://mirror.centos.org/$contentdir/9-stream/extras/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,134 @@
|
|||||||
|
{
|
||||||
|
"datetime": "202204020934Z",
|
||||||
|
"version_format": "1.0.0",
|
||||||
|
"mapping": [
|
||||||
|
{
|
||||||
|
"source_major_version": "7",
|
||||||
|
"target_major_version": "8",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"source": "base",
|
||||||
|
"target": [
|
||||||
|
"centos8-baseos",
|
||||||
|
"centos8-appstream",
|
||||||
|
"centos8-powertools",
|
||||||
|
"centos8-ha"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "updates",
|
||||||
|
"target": [
|
||||||
|
"centos8-baseos",
|
||||||
|
"centos8-appstream",
|
||||||
|
"centos8-powertools",
|
||||||
|
"centos8-ha"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "extras",
|
||||||
|
"target": [
|
||||||
|
"centos8-extras"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"pesid": "base",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"major_version": "7",
|
||||||
|
"repoid": "base",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "centos8-baseos",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "centos8-baseos",
|
||||||
|
"major_version": "8",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "centos8-appstream",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"major_version": "8",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"repoid": "centos8-appstream",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "centos8-powertools",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "centos8-powertools",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"major_version": "8",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "centos8-ha",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"major_version": "8",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"repoid": "centos8-ha",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "updates",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"major_version": "7",
|
||||||
|
"repoid": "updates",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "extras",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "extras",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"major_version": "7",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "centos8-extras",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "centos8-extras",
|
||||||
|
"major_version": "8",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,164 @@
|
|||||||
|
{
|
||||||
|
"datetime": "202204020934Z",
|
||||||
|
"version_format": "1.0.0",
|
||||||
|
"mapping": [
|
||||||
|
{
|
||||||
|
"source_major_version": "8",
|
||||||
|
"target_major_version": "9",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"source": "baseos",
|
||||||
|
"target": [
|
||||||
|
"centos9-baseos"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "appstream",
|
||||||
|
"target": [
|
||||||
|
"centos9-appstream"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "powertools",
|
||||||
|
"target": [
|
||||||
|
"centos9-crb"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "ha",
|
||||||
|
"target": [
|
||||||
|
"centos9-ha"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "extras",
|
||||||
|
"target": [
|
||||||
|
"centos9-extras"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"pesid": "baseos",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "baseos",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "appstream",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "appstream",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "powertools",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repoid": "powertools",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "ha",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "ha",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "extras",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "extras",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "centos9-baseos",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "centos9-baseos",
|
||||||
|
"major_version": "9",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "centos9-appstream",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "9",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "centos9-appstream",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "centos9-crb",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "9",
|
||||||
|
"repoid": "centos9-crb",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "centos9-ha",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "9",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "centos9-ha",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "centos9-extras",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "9",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "centos9-extras",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"devices": {
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"devices": {
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"data": []
|
||||||
|
}
|
@ -0,0 +1,38 @@
|
|||||||
|
[certify-baseos]
|
||||||
|
name = EuroLinux certify BaseOS
|
||||||
|
baseurl=https://fbi.cdn.euro-linux.com/dist/eurolinux/server/8/$basearch/certify-BaseOS/os
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-eurolinux8
|
||||||
|
skip_if_unavailable=1
|
||||||
|
|
||||||
|
[certify-appstream]
|
||||||
|
name = EuroLinux certify AppStream
|
||||||
|
baseurl=https://fbi.cdn.euro-linux.com/dist/eurolinux/server/8/$basearch/certify-AppStream/os
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-eurolinux8
|
||||||
|
skip_if_unavailable=1
|
||||||
|
|
||||||
|
[certify-powertools]
|
||||||
|
name = EuroLinux certify PowerTools
|
||||||
|
baseurl=https://fbi.cdn.euro-linux.com/dist/eurolinux/server/8/$basearch/certify-PowerTools/os
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-eurolinux8
|
||||||
|
skip_if_unavailable=1
|
||||||
|
|
||||||
|
[high-availability]
|
||||||
|
name = EuroLinux High Availability
|
||||||
|
baseurl=https://fbi.cdn.euro-linux.com/dist/eurolinux/server/8/$basearch/certify-HighAvailability/os
|
||||||
|
enabled=0
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-eurolinux8
|
||||||
|
|
||||||
|
[resilient-storage]
|
||||||
|
name = EuroLinux Resilient Storage
|
||||||
|
baseurl=https://fbi.cdn.euro-linux.com/dist/eurolinux/server/8/$basearch/certify-ResilientStorage/os
|
||||||
|
enabled=0
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-eurolinux8
|
||||||
|
|
@ -0,0 +1,37 @@
|
|||||||
|
[certify-baseos-9]
|
||||||
|
name = EuroLinux certify BaseOS
|
||||||
|
baseurl=https://fbi.cdn.euro-linux.com/dist/eurolinux/server/9/$basearch/certify-BaseOS/os
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-eurolinux9
|
||||||
|
skip_if_unavailable=1
|
||||||
|
|
||||||
|
[certify-appstream-9]
|
||||||
|
name = EuroLinux certify AppStream
|
||||||
|
baseurl=https://fbi.cdn.euro-linux.com/dist/eurolinux/server/9/$basearch/certify-AppStream/os
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-eurolinux9
|
||||||
|
skip_if_unavailable=1
|
||||||
|
|
||||||
|
[certify-powertools-9]
|
||||||
|
name = EuroLinux certify PowerTools
|
||||||
|
baseurl=https://fbi.cdn.euro-linux.com/dist/eurolinux/server/9/$basearch/certify-PowerTools/os
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-eurolinux9
|
||||||
|
skip_if_unavailable=1
|
||||||
|
|
||||||
|
[high-availability-9]
|
||||||
|
name = EuroLinux High Availability
|
||||||
|
baseurl=https://fbi.cdn.euro-linux.com/dist/eurolinux/server/9/$basearch/certify-HighAvailability/os
|
||||||
|
enabled=0
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-eurolinux9
|
||||||
|
|
||||||
|
[resilient-storage-9]
|
||||||
|
name = EuroLinux Resilient Storage
|
||||||
|
baseurl=https://fbi.cdn.euro-linux.com/dist/eurolinux/server/9/$basearch/certify-ResilientStorage/os
|
||||||
|
enabled=0
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-eurolinux9
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,136 @@
|
|||||||
|
{
|
||||||
|
"datetime": "202204020934Z",
|
||||||
|
"version_format": "1.0.0",
|
||||||
|
"mapping": [
|
||||||
|
{
|
||||||
|
"source_major_version": "7",
|
||||||
|
"target_major_version": "8",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"source": "base",
|
||||||
|
"target": [
|
||||||
|
"certify-baseos",
|
||||||
|
"certify-appstream",
|
||||||
|
"certify-powertools",
|
||||||
|
"high-availability",
|
||||||
|
"resilient-storage"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "updates",
|
||||||
|
"target": [
|
||||||
|
"certify-baseos",
|
||||||
|
"certify-appstream",
|
||||||
|
"certify-powertools",
|
||||||
|
"high-availability",
|
||||||
|
"resilient-storage"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "extras",
|
||||||
|
"target": [
|
||||||
|
"certify-baseos"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"pesid": "base",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"arch": "x86_64",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "base",
|
||||||
|
"major_version": "7",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "certify-baseos",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"arch": "x86_64",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "certify-baseos",
|
||||||
|
"channel": "ga",
|
||||||
|
"major_version": "8"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "certify-appstream",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"arch": "x86_64",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "certify-appstream",
|
||||||
|
"channel": "ga",
|
||||||
|
"major_version": "8"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "certify-powertools",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"arch": "x86_64",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "certify-powertools",
|
||||||
|
"channel": "ga",
|
||||||
|
"major_version": "8"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "high-availability",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"arch": "x86_64",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "high-availability",
|
||||||
|
"channel": "ga",
|
||||||
|
"major_version": "8"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "resilient-storage",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"arch": "x86_64",
|
||||||
|
"repoid": "resilient-storage",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"channel": "ga",
|
||||||
|
"major_version": "8"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "updates",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"arch": "x86_64",
|
||||||
|
"repoid": "updates",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"major_version": "7",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "extras",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"arch": "x86_64",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"major_version": "7",
|
||||||
|
"repoid": "extras",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,164 @@
|
|||||||
|
{
|
||||||
|
"datetime": "202204020934Z",
|
||||||
|
"version_format": "1.0.0",
|
||||||
|
"mapping": [
|
||||||
|
{
|
||||||
|
"source_major_version": "8",
|
||||||
|
"target_major_version": "9",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"source": "certify-baseos",
|
||||||
|
"target": [
|
||||||
|
"certify-baseos-9"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "certify-appstream",
|
||||||
|
"target": [
|
||||||
|
"certify-appstream-9"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "certify-powertools",
|
||||||
|
"target": [
|
||||||
|
"certify-powertools-9"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "high-availability",
|
||||||
|
"target": [
|
||||||
|
"high-availability-9"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "resilient-storage",
|
||||||
|
"target": [
|
||||||
|
"resilient-storage-9"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"pesid": "certify-baseos",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "baseos",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "certify-appstream",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "appstream",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "certify-powertools",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repoid": "powertools",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "high-availability",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "high-availability",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "resilient-storage",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "resilient-storage",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "certify-baseos-9",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "certify-baseos-9",
|
||||||
|
"major_version": "9",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "certify-appstream-9",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "9",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "certify-appstream-9",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "certify-powertools-9",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "9",
|
||||||
|
"repoid": "certify-powertools-9",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "high-availability-9",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "9",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "high-availability-9",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "resilient-storage-9",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "9",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "resilient-storage-9",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"devices": {
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"devices": {
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"data": []
|
||||||
|
}
|
@ -0,0 +1,34 @@
|
|||||||
|
[ol8_baseos_latest]
|
||||||
|
name=Oracle Linux 8 BaseOS Latest ($basearch)
|
||||||
|
baseurl=https://yum.oracle.com/repo/OracleLinux/OL8/baseos/latest/$basearch/
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=1
|
||||||
|
|
||||||
|
[ol8_appstream]
|
||||||
|
name=Oracle Linux 8 Application Stream ($basearch)
|
||||||
|
baseurl=https://yum.oracle.com/repo/OracleLinux/OL8/appstream/$basearch/
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=1
|
||||||
|
|
||||||
|
[ol8_codeready_builder]
|
||||||
|
name=Oracle Linux 8 CodeReady Builder ($basearch)
|
||||||
|
baseurl=https://yum.oracle.com/repo/OracleLinux/OL8/codeready/builder/$basearch/
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
|
||||||
|
[ol8_addons]
|
||||||
|
name=Oracle Linux 8 Addons ($basearch)
|
||||||
|
baseurl=https://yum.oracle.com/repo/OracleLinux/OL8/addons/$basearch/
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
|
||||||
|
[ol8_UEKR6]
|
||||||
|
name=Latest Unbreakable Enterprise Kernel Release 6 for Oracle Linux $releasever ($basearch)
|
||||||
|
baseurl=https://yum.oracle.com/repo/OracleLinux/OL8/UEKR6/$basearch/
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,192 @@
|
|||||||
|
{
|
||||||
|
"datetime": "202204020934Z",
|
||||||
|
"version_format": "1.0.0",
|
||||||
|
"mapping": [
|
||||||
|
{
|
||||||
|
"source_major_version": "7",
|
||||||
|
"target_major_version": "8",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"source": "base",
|
||||||
|
"target": [
|
||||||
|
"ol8-baseos",
|
||||||
|
"ol8-appstream",
|
||||||
|
"ol8-crb",
|
||||||
|
"ol8-addons",
|
||||||
|
"ol8-uek"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "updates",
|
||||||
|
"target": [
|
||||||
|
"ol8-baseos",
|
||||||
|
"ol8-appstream",
|
||||||
|
"ol8-crb",
|
||||||
|
"ol8-addons",
|
||||||
|
"ol8-uek"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "extras",
|
||||||
|
"target": [
|
||||||
|
"ol8-baseos"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"pesid": "base",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "base",
|
||||||
|
"major_version": "7",
|
||||||
|
"channel": "ga",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"arch": "aarch64",
|
||||||
|
"repoid": "base",
|
||||||
|
"major_version": "7",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "ol8-baseos",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"arch": "aarch64",
|
||||||
|
"repoid": "ol8_baseos_latest",
|
||||||
|
"channel": "ga",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"repoid": "ol8_baseos_latest",
|
||||||
|
"channel": "ga",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "ol8-appstream",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"arch": "aarch64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repoid": "ol8_appstream",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"channel": "ga",
|
||||||
|
"repoid": "ol8_appstream",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "ol8-crb",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"arch": "aarch64",
|
||||||
|
"repoid": "ol8_codeready_builder",
|
||||||
|
"channel": "ga",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"repoid": "ol8_codeready_builder",
|
||||||
|
"channel": "ga",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "ol8-addons",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "ol8_addons",
|
||||||
|
"channel": "ga",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"arch": "aarch64",
|
||||||
|
"repoid": "ol8_addons",
|
||||||
|
"channel": "ga",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "ol8-uek",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"channel": "ga",
|
||||||
|
"repoid": "ol8_UEKR6",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"arch": "aarch64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repoid": "ol8_baseos",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "updates",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "7",
|
||||||
|
"channel": "ga",
|
||||||
|
"repoid": "updates",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"arch": "aarch64",
|
||||||
|
"major_version": "7",
|
||||||
|
"channel": "ga",
|
||||||
|
"repoid": "updates",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "extras",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"arch": "aarch64",
|
||||||
|
"major_version": "7",
|
||||||
|
"repoid": "extras",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"major_version": "7",
|
||||||
|
"repoid": "extras",
|
||||||
|
"channel": "ga",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"devices": {
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"devices": {
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"data": []
|
||||||
|
}
|
@ -0,0 +1,47 @@
|
|||||||
|
[rocky8-baseos]
|
||||||
|
name=Rocky Linux 8 - BaseOS
|
||||||
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=BaseOS-8
|
||||||
|
#baseurl=http://dl.rockylinux.org/pub/rocky/8/BaseOS/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
||||||
|
|
||||||
|
[rocky8-appstream]
|
||||||
|
name=Rocky Linux 8 - AppStream
|
||||||
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=AppStream-8
|
||||||
|
#baseurl=http://dl.rockylinux.org/pub/rocky/8/AppStream/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
||||||
|
|
||||||
|
[rocky8-powertools]
|
||||||
|
name=Rocky Linux 8 - PowerTools
|
||||||
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=PowerTools-8
|
||||||
|
#baseurl=http://dl.rockylinux.org/pub/rocky/8/PowerTools/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
||||||
|
|
||||||
|
[rocky8-ha]
|
||||||
|
name=Rocky Linux 8 - HighAvailability
|
||||||
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=HighAvailability-8
|
||||||
|
#baseurl=http://dl.rockylinux.org/pub/rocky/8/HighAvailability/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
||||||
|
|
||||||
|
[rocky8-resilient-storage]
|
||||||
|
name=Rocky Linux 8 - ResilientStorage
|
||||||
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=ResilientStorage-8
|
||||||
|
#baseurl=http://dl.rockylinux.org/pub/rocky/8/ResilientStorage/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
||||||
|
|
||||||
|
[rocky8-extras]
|
||||||
|
name=Rocky Linux 8 - Extras
|
||||||
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=extras-8
|
||||||
|
#baseurl=http://dl.rockylinux.org/pub/rocky/8/extras/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
@ -0,0 +1,47 @@
|
|||||||
|
[rocky9-baseos]
|
||||||
|
name=Rocky Linux 9 - BaseOS
|
||||||
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=BaseOS-9
|
||||||
|
#baseurl=http://dl.rockylinux.org/pub/rocky/9/BaseOS/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
||||||
|
|
||||||
|
[rocky9-appstream]
|
||||||
|
name=Rocky Linux 9 - AppStream
|
||||||
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=AppStream-9
|
||||||
|
#baseurl=http://dl.rockylinux.org/pub/rocky/9/AppStream/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
||||||
|
|
||||||
|
[rocky9-crb]
|
||||||
|
name=Rocky Linux 9 - CRB
|
||||||
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=CRB-9
|
||||||
|
#baseurl=http://dl.rockylinux.org/pub/rocky/9/CRB/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
||||||
|
|
||||||
|
[rocky9-ha]
|
||||||
|
name=Rocky Linux 9 - HighAvailability
|
||||||
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=HighAvailability-9
|
||||||
|
#baseurl=http://dl.rockylinux.org/pub/rocky/9/HighAvailability/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
||||||
|
|
||||||
|
[rocky9-resilient-storage]
|
||||||
|
name=Rocky Linux 9 - ResilientStorage
|
||||||
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=ResilientStorage-9
|
||||||
|
#baseurl=http://dl.rockylinux.org/pub/rocky/9/ResilientStorage/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
||||||
|
|
||||||
|
[rocky9-extras]
|
||||||
|
name=Rocky Linux 9 - Extras
|
||||||
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=extras-9
|
||||||
|
#baseurl=http://dl.rockylinux.org/pub/rocky/9/extras/$basearch/os/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,148 @@
|
|||||||
|
{
|
||||||
|
"datetime": "202204020934Z",
|
||||||
|
"version_format": "1.0.0",
|
||||||
|
"mapping": [
|
||||||
|
{
|
||||||
|
"source_major_version": "7",
|
||||||
|
"target_major_version": "8",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"source": "base",
|
||||||
|
"target": [
|
||||||
|
"rocky8-baseos",
|
||||||
|
"rocky8-appstream",
|
||||||
|
"rocky8-powertools",
|
||||||
|
"rocky8-ha",
|
||||||
|
"rocky8-resilient-storage"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "updates",
|
||||||
|
"target": [
|
||||||
|
"rocky8-baseos",
|
||||||
|
"rocky8-appstream",
|
||||||
|
"rocky8-powertools",
|
||||||
|
"rocky8-ha",
|
||||||
|
"rocky8-resilient-storage"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "extras",
|
||||||
|
"target": [
|
||||||
|
"rocky8-extras"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"pesid": "base",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"channel": "ga",
|
||||||
|
"repoid": "base",
|
||||||
|
"major_version": "7",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "rocky8-baseos",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"channel": "ga",
|
||||||
|
"repoid": "rocky8-baseos",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "rocky8-appstream",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"channel": "ga",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "rocky8-appstream",
|
||||||
|
"arch": "x86_64"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "rocky8-powertools",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"channel": "ga",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "rocky8-powertools",
|
||||||
|
"arch": "x86_64"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "rocky8-ha",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "rocky8-ha",
|
||||||
|
"channel": "ga",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "rocky8-resilient-storage",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"channel": "ga",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "rocky8-resilient-storage",
|
||||||
|
"arch": "x86_64"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "updates",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"channel": "ga",
|
||||||
|
"major_version": "7",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "updates",
|
||||||
|
"arch": "x86_64"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "extras",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"channel": "ga",
|
||||||
|
"repoid": "extras",
|
||||||
|
"major_version": "7",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "rocky8-extras",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"channel": "ga",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"repoid": "rocky8-extras"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,194 @@
|
|||||||
|
{
|
||||||
|
"datetime": "202204020934Z",
|
||||||
|
"version_format": "1.0.0",
|
||||||
|
"mapping": [
|
||||||
|
{
|
||||||
|
"source_major_version": "8",
|
||||||
|
"target_major_version": "9",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"source": "baseos",
|
||||||
|
"target": [
|
||||||
|
"rocky9-baseos"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "appstream",
|
||||||
|
"target": [
|
||||||
|
"rocky9-appstream"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "powertools",
|
||||||
|
"target": [
|
||||||
|
"rocky9-crb"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "ha",
|
||||||
|
"target": [
|
||||||
|
"rocky9-ha"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "resilient-storage",
|
||||||
|
"target": [
|
||||||
|
"rocky9-resilient-storage"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "extras",
|
||||||
|
"target": [
|
||||||
|
"rocky9-extras"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"pesid": "baseos",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "baseos",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "appstream",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "appstream",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "powertools",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repoid": "powertools",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "ha",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "ha",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "resilient-storage",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "resilient-storage",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "extras",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "extras",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "rocky9-baseos",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "rocky9-baseos",
|
||||||
|
"major_version": "9",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "rocky9-appstream",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "9",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "rocky9-appstream",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "rocky9-crb",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "9",
|
||||||
|
"repoid": "rocky9-crb",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "rocky9-ha",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "9",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "rocky9-ha",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "rocky9-resilient-storage",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "9",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "rocky9-resilient-storage",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "rocky9-extras",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "9",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"repoid": "rocky9-extras",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"devices": {
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"devices": {
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,88 @@
|
|||||||
|
%define dist_list almalinux centos eurolinux oraclelinux rocky
|
||||||
|
%define conflict_dists() %(for i in almalinux centos eurolinux oraclelinux rocky; do if [ "${i}" != "%{dist_name}" ]; then echo -n "leapp-data-${i} "; fi; done)
|
||||||
|
|
||||||
|
Name: leapp-data-%{dist_name}
|
||||||
|
Version: 0.2
|
||||||
|
Release: 3%{?dist}.1
|
||||||
|
Summary: data for migrating tool
|
||||||
|
Group: Applications/Databases
|
||||||
|
License: ASL 2.0
|
||||||
|
URL: https://github.com/AlmaLinux/leapp-data
|
||||||
|
Source0: leapp-data-%{version}.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Conflicts: %{conflict_dists}
|
||||||
|
|
||||||
|
%description
|
||||||
|
%{dist_name} %{summary}
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
mkdir -p %{buildroot}%{_sysconfdir}/leapp/files/vendors.d
|
||||||
|
%if 0%{?rhel} < 8
|
||||||
|
cp -f vendors.d/* %{buildroot}%{_sysconfdir}/leapp/files/vendors.d/
|
||||||
|
%endif
|
||||||
|
cp -rf files/%{dist_name}/* %{buildroot}%{_sysconfdir}/leapp/files/
|
||||||
|
|
||||||
|
%if 0%{?rhel} == 7
|
||||||
|
mv -f %{buildroot}%{_sysconfdir}/leapp/files/leapp_upgrade_repositories.repo.el8 \
|
||||||
|
%{buildroot}%{_sysconfdir}/leapp/files/leapp_upgrade_repositories.repo
|
||||||
|
mv -f %{buildroot}%{_sysconfdir}/leapp/files/repomap.json.el8 \
|
||||||
|
%{buildroot}%{_sysconfdir}/leapp/files/repomap.json
|
||||||
|
rm -f %{buildroot}%{_sysconfdir}/leapp/files/*.el9
|
||||||
|
%endif
|
||||||
|
%if 0%{?rhel} == 8
|
||||||
|
mv -f %{buildroot}%{_sysconfdir}/leapp/files/leapp_upgrade_repositories.repo.el9 \
|
||||||
|
%{buildroot}%{_sysconfdir}/leapp/files/leapp_upgrade_repositories.repo
|
||||||
|
mv -f %{buildroot}%{_sysconfdir}/leapp/files/repomap.json.el9 \
|
||||||
|
%{buildroot}%{_sysconfdir}/leapp/files/repomap.json
|
||||||
|
rm -f %{buildroot}%{_sysconfdir}/leapp/files/*.el8
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc LICENSE NOTICE README.md
|
||||||
|
%{_sysconfdir}/leapp/files/*
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Dec 11 2023 Eduard Abdullin <eabdullin@almalinux.org> - 0.2-3.1
|
||||||
|
- Fix EL8 to EL9 migration
|
||||||
|
|
||||||
|
* Mon Mar 27 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 0.2-3
|
||||||
|
- Add 8 to 9 migration support for Rocky Linux, EuroLinux, CentOS Stream
|
||||||
|
|
||||||
|
* Fri Sep 30 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 0.2-2
|
||||||
|
- Split repomap.json
|
||||||
|
|
||||||
|
* Fri Sep 30 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 0.2-1
|
||||||
|
- Add 8 to 9 migration support for AlmaLinux
|
||||||
|
|
||||||
|
* Thu Sep 1 2022 Roman Prilipskii <rprilpskii@cloudlinux.com> - 0.1-7
|
||||||
|
- made third-party files accessible for all supported distributions
|
||||||
|
|
||||||
|
* Wed Aug 17 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 0.1-6
|
||||||
|
- added repomap.json file for all distributions
|
||||||
|
|
||||||
|
* Thu Mar 24 2022 Tomasz Podsiadły <tp@euro-linux.com> - 0.1-5
|
||||||
|
- Add EuroLinux to supported distributions
|
||||||
|
|
||||||
|
* Wed Mar 23 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 0.1-4
|
||||||
|
- added ResilientStorage and updated repo URLs for AlmaLinux and Rocky
|
||||||
|
|
||||||
|
* Thu Oct 21 2021 Andrew Lukoshko <alukoshko@almalinux.org> - 0.1-3
|
||||||
|
- updated PES data for Oracle and Rocky
|
||||||
|
|
||||||
|
* Thu Aug 26 2021 Avi Miller <avi.miller@oracle.com> - 0.1-2
|
||||||
|
- switched to using the full oraclelinux name
|
||||||
|
- switched the Oracle Linux repos to use https
|
||||||
|
- added Apache-2.0 NOTICE attribution file
|
||||||
|
|
||||||
|
* Wed Aug 25 2021 Sergey Fokin <sfokin@almalinux.org> - 0.1-1
|
||||||
|
- initial project
|
|
@ -0,0 +1,15 @@
|
|||||||
|
# Imunify360-related repositories.
|
||||||
|
|
||||||
|
[cloudlinux8-imunify360]
|
||||||
|
name=CloudLinux-$releasever - Imunify360
|
||||||
|
baseurl=https://repo.imunify360.cloudlinux.com/defense360/el/8/updates/$basearch/
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CloudLinux
|
||||||
|
|
||||||
|
[cloudlinux8-imunify360-testing]
|
||||||
|
name=CloudLinux-$releasever - Imunify360 Testing
|
||||||
|
baseurl=https://repo.imunify360.cloudlinux.com/defense360/el/8/updates-testing/$basearch/
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CloudLinux
|
@ -0,0 +1,102 @@
|
|||||||
|
{
|
||||||
|
"datetime": "202204020934Z",
|
||||||
|
"version_format": "1.0.0",
|
||||||
|
"mapping": [
|
||||||
|
{
|
||||||
|
"source_major_version": "7",
|
||||||
|
"target_major_version": "8",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"source": "imunify360",
|
||||||
|
"target": ["cloudlinux8-imunify360"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "cloudlinux-imunify360",
|
||||||
|
"target": ["cloudlinux8-imunify360"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "imunify360-testing",
|
||||||
|
"target": ["cloudlinux8-imunify360-testing"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "cloudlinux-imunify360-testing",
|
||||||
|
"target": ["cloudlinux8-imunify360-testing"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"pesid": "imunify360",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "imunify360",
|
||||||
|
"major_version": "7",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "cloudlinux-imunify360",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "cloudlinux-imunify360",
|
||||||
|
"major_version": "7",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "cloudlinux8-imunify360",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "cloudlinux8-imunify360",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "imunify360-testing",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "imunify360-testing",
|
||||||
|
"major_version": "7",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "beta"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "cloudlinux-imunify360-testing",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "cloudlinux-imunify360-testing",
|
||||||
|
"major_version": "7",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "beta"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "cloudlinux8-imunify360-testing",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "cloudlinux8-imunify360-testing",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "beta"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"legal_notice": "Copyright (c) 2022 CloudLinux Inc.",
|
||||||
|
"packageinfo": [],
|
||||||
|
"timestamp": "202207130941Z"
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
|||||||
|
# KernelCare repository.
|
||||||
|
|
||||||
|
[kernelcare-8]
|
||||||
|
name=kernelcare
|
||||||
|
baseurl=https://repo.cloudlinux.com/kernelcare/8/$basearch
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=https://repo.cloudlinux.com/kernelcare/RPM-GPG-KEY-KernelCare
|
@ -0,0 +1 @@
|
|||||||
|
6dc3d600cdef74bb
|
@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"datetime": "202204020934Z",
|
||||||
|
"version_format": "1.0.0",
|
||||||
|
"mapping": [
|
||||||
|
{
|
||||||
|
"source_major_version": "7",
|
||||||
|
"target_major_version": "8",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"source": "kernelcare",
|
||||||
|
"target": [
|
||||||
|
"kernelcare-8"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"pesid": "kernelcare",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "kernelcare",
|
||||||
|
"major_version": "7",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "kernelcare-8",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"repoid": "kernelcare-8",
|
||||||
|
"major_version": "8",
|
||||||
|
"repo_type": "rpm",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"legal_notice": "Copyright (c) 2022 CloudLinux Inc.",
|
||||||
|
"packageinfo": [],
|
||||||
|
"timestamp": "202207130941Z"
|
||||||
|
}
|
@ -0,0 +1,26 @@
|
|||||||
|
[el8-mariadb-main]
|
||||||
|
name = MariaDB Server
|
||||||
|
baseurl = https://dlm.mariadb.com/repo/mariadb-server/11.1/yum/rhel/8/x86_64
|
||||||
|
gpgkey = file:///etc/pki/rpm-gpg/MariaDB-Server-GPG-KEY
|
||||||
|
gpgcheck = 1
|
||||||
|
enabled = 1
|
||||||
|
module_hotfixes = true
|
||||||
|
|
||||||
|
[el8-mariadb-maxscale]
|
||||||
|
# To use the latest stable release of MaxScale, use "latest" as the version
|
||||||
|
# To use the latest beta (or stable if no current beta) release of MaxScale, use "beta" as the version
|
||||||
|
name = MariaDB MaxScale
|
||||||
|
baseurl = https://dlm.mariadb.com/repo/maxscale/latest/yum/rhel/8/x86_64
|
||||||
|
gpgkey = file:///etc/pki/rpm-gpg/MariaDB-MaxScale-GPG-KEY
|
||||||
|
gpgcheck = 1
|
||||||
|
enabled = 1
|
||||||
|
module_hotfixes = true
|
||||||
|
|
||||||
|
|
||||||
|
[el8-mariadb-tools]
|
||||||
|
name = MariaDB Tools
|
||||||
|
baseurl = https://downloads.mariadb.com/Tools/rhel/8/x86_64
|
||||||
|
gpgkey = file:///etc/pki/rpm-gpg/MariaDB-Enterprise-GPG-KEY
|
||||||
|
gpgcheck = 1
|
||||||
|
enabled = 1
|
||||||
|
module_hotfixes = true
|
@ -0,0 +1 @@
|
|||||||
|
ce1a3dd5e3c94f49
|
@ -0,0 +1,108 @@
|
|||||||
|
{
|
||||||
|
"datetime": "202306191741Z",
|
||||||
|
"version_format": "1.0.0",
|
||||||
|
"mapping": [
|
||||||
|
{
|
||||||
|
"source_major_version": "7",
|
||||||
|
"target_major_version": "8",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"source": "mariadb-main",
|
||||||
|
"target": [
|
||||||
|
"el8-mariadb-main"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "mariadb-maxscale",
|
||||||
|
"target": [
|
||||||
|
"el8-mariadb-maxscale"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "mariadb-tools",
|
||||||
|
"target": [
|
||||||
|
"el8-mariadb-tools"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"pesid": "mariadb-main",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "7",
|
||||||
|
"repoid": "mariadb-main",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "mariadb-maxscale",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "7",
|
||||||
|
"repoid": "mariadb-maxscale",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "mariadb-tools",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "7",
|
||||||
|
"repoid": "mariadb-tools",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "el8-mariadb-main",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repoid": "el8-mariadb-main",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "el8-mariadb-maxscale",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repoid": "el8-mariadb-maxscale",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "el8-mariadb-tools",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repoid": "el8-mariadb-tools",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"provided_data_streams": [
|
||||||
|
"1.1",
|
||||||
|
"2.0"
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,48 @@
|
|||||||
|
{
|
||||||
|
"legal_notice": "Copyright (c) 2023 Oracle, AlmaLinux OS Foundation",
|
||||||
|
"packageinfo": [
|
||||||
|
{
|
||||||
|
"action": 3,
|
||||||
|
"arches": [
|
||||||
|
"x86_64",
|
||||||
|
"aarch64",
|
||||||
|
"ppc64le"
|
||||||
|
],
|
||||||
|
"description": "",
|
||||||
|
"id": 2327,
|
||||||
|
"in_packageset": {
|
||||||
|
"package": [
|
||||||
|
{
|
||||||
|
"module_stream": null,
|
||||||
|
"name": "percona-xtrabackup",
|
||||||
|
"repository": "mariadb-tools"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"set_id": 4122
|
||||||
|
},
|
||||||
|
"initial_release": {
|
||||||
|
"major_version": 7,
|
||||||
|
"minor_version": 9,
|
||||||
|
"os_name": "CentOS"
|
||||||
|
},
|
||||||
|
"is_approved": true,
|
||||||
|
"out_packageset": {
|
||||||
|
"package": [
|
||||||
|
{
|
||||||
|
"module_stream": null,
|
||||||
|
"name": "percona-xtrabackup-24",
|
||||||
|
"repository": "el8-mariadb-tools"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"set_id": 4123
|
||||||
|
},
|
||||||
|
"release": {
|
||||||
|
"major_version": 8,
|
||||||
|
"minor_version": 0,
|
||||||
|
"os_name": "AlmaLinux"
|
||||||
|
},
|
||||||
|
"version": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"timestamp": "202308241055Z"
|
||||||
|
}
|
@ -0,0 +1,7 @@
|
|||||||
|
[el8-nginx-mainline]
|
||||||
|
name=nginx mainline repo
|
||||||
|
baseurl=http://nginx.org/packages/mainline/centos/8/$basearch/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=https://nginx.org/keys/nginx_signing.key
|
||||||
|
module_hotfixes=true
|
@ -0,0 +1 @@
|
|||||||
|
abf5bd827bd9bf62
|
@ -0,0 +1,48 @@
|
|||||||
|
{
|
||||||
|
"datetime": "202306191741Z",
|
||||||
|
"version_format": "1.0.0",
|
||||||
|
"mapping": [
|
||||||
|
{
|
||||||
|
"source_major_version": "7",
|
||||||
|
"target_major_version": "8",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"source": "nginx-mainline",
|
||||||
|
"target": [
|
||||||
|
"el8-nginx-mainline"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"pesid": "nginx-mainline",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "7",
|
||||||
|
"repoid": "nginx-mainline",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "el8-nginx-mainline",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repoid": "el8-nginx-mainline",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"provided_data_streams": [
|
||||||
|
"1.1",
|
||||||
|
"2.0"
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"legal_notice": "",
|
||||||
|
"packageinfo": [],
|
||||||
|
"timestamp": "202308211027Z"
|
||||||
|
}
|
@ -0,0 +1,7 @@
|
|||||||
|
[el8-nginx-stable]
|
||||||
|
name=nginx stable repo
|
||||||
|
baseurl=http://nginx.org/packages/centos/8/$basearch/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
gpgkey=https://nginx.org/keys/nginx_signing.key
|
||||||
|
module_hotfixes=true
|
@ -0,0 +1 @@
|
|||||||
|
abf5bd827bd9bf62
|
@ -0,0 +1,48 @@
|
|||||||
|
{
|
||||||
|
"datetime": "202306191741Z",
|
||||||
|
"version_format": "1.0.0",
|
||||||
|
"mapping": [
|
||||||
|
{
|
||||||
|
"source_major_version": "7",
|
||||||
|
"target_major_version": "8",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"source": "nginx-stable",
|
||||||
|
"target": [
|
||||||
|
"el8-nginx-stable"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"pesid": "nginx-stable",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "7",
|
||||||
|
"repoid": "nginx-stable",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "el8-nginx-stable",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repoid": "el8-nginx-stable",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"provided_data_streams": [
|
||||||
|
"1.1",
|
||||||
|
"2.0"
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"legal_notice": "",
|
||||||
|
"packageinfo": [],
|
||||||
|
"timestamp": "202308211027Z"
|
||||||
|
}
|
@ -0,0 +1,85 @@
|
|||||||
|
#######################################################
|
||||||
|
# PGDG Red Hat Enterprise Linux / Rocky repositories #
|
||||||
|
#######################################################
|
||||||
|
|
||||||
|
# PGDG Red Hat Enterprise Linux / Rocky stable common repository for all PostgreSQL versions
|
||||||
|
|
||||||
|
[el8-pgdg-common]
|
||||||
|
name=PostgreSQL common RPMs for RHEL / Rocky 8 - $basearch
|
||||||
|
baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-8-$basearch
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
|
||||||
|
module_hotfixes=true
|
||||||
|
|
||||||
|
|
||||||
|
# Red Hat recently breaks compatibility between 8.n and 8.n+1. PGDG repo is
|
||||||
|
# affected with the LLVM packages. This is a band aid repo for the llvmjit users
|
||||||
|
# whose installations cannot be updated.
|
||||||
|
|
||||||
|
[el8-pgdg-centos8-sysupdates]
|
||||||
|
name=PostgreSQL Supplementary ucommon RPMs for RHEL / Rocky 8 - $basearch
|
||||||
|
baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-centos8-sysupdates/redhat/rhel-8-$basearch
|
||||||
|
enabled=0
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
|
||||||
|
module_hotfixes=true
|
||||||
|
|
||||||
|
|
||||||
|
# We provide extra package to support some RPMs in the PostgreSQL RPM repo, like
|
||||||
|
# consul, haproxy, etc.
|
||||||
|
|
||||||
|
[el8-pgdg-rhel8-extras]
|
||||||
|
name=Extra packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky 8 - $basearch
|
||||||
|
baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-rhel8-extras/redhat/rhel-8-$basearch
|
||||||
|
enabled=0
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
|
||||||
|
module_hotfixes=true
|
||||||
|
|
||||||
|
|
||||||
|
# PGDG Red Hat Enterprise Linux / Rocky stable repositories:
|
||||||
|
|
||||||
|
[el8-pgdg15]
|
||||||
|
name=PostgreSQL 15 for RHEL / Rocky 8 - $basearch
|
||||||
|
baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-8-$basearch
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
|
||||||
|
module_hotfixes=true
|
||||||
|
|
||||||
|
|
||||||
|
[el8-pgdg14]
|
||||||
|
name=PostgreSQL 14 for RHEL / Rocky 8 - $basearch
|
||||||
|
baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-8-$basearch
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
|
||||||
|
module_hotfixes=true
|
||||||
|
|
||||||
|
|
||||||
|
[el8-pgdg13]
|
||||||
|
name=PostgreSQL 13 for RHEL / Rocky 8 - $basearch
|
||||||
|
baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-8-$basearch
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
|
||||||
|
module_hotfixes=true
|
||||||
|
|
||||||
|
|
||||||
|
[el8-pgdg12]
|
||||||
|
name=PostgreSQL 12 for RHEL / Rocky 8 - $basearch
|
||||||
|
baseurl=https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-8-$basearch
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
|
||||||
|
module_hotfixes=true
|
||||||
|
|
||||||
|
|
||||||
|
[el8-pgdg11]
|
||||||
|
name=PostgreSQL 11 for RHEL / Rocky 8 - $basearch
|
||||||
|
baseurl=https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-8-$basearch
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
|
||||||
|
module_hotfixes=true
|
@ -0,0 +1 @@
|
|||||||
|
1f16d2e1442df0f8
|
@ -0,0 +1,232 @@
|
|||||||
|
{
|
||||||
|
"datetime": "202306191746Z",
|
||||||
|
"version_format": "1.0.0",
|
||||||
|
"mapping": [
|
||||||
|
{
|
||||||
|
"source_major_version": "7",
|
||||||
|
"target_major_version": "8",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"source": "pgdg-common",
|
||||||
|
"target": [
|
||||||
|
"el8-pgdg-common"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "pgdg15",
|
||||||
|
"target": [
|
||||||
|
"el8-pgdg15",
|
||||||
|
"el8-pgdg-centos8-sysupdates",
|
||||||
|
"el8-pgdg-rhel8-extras"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "pgdg14",
|
||||||
|
"target": [
|
||||||
|
"el8-pgdg14",
|
||||||
|
"el8-pgdg-centos8-sysupdates",
|
||||||
|
"el8-pgdg-rhel8-extras"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "pgdg13",
|
||||||
|
"target": [
|
||||||
|
"el8-pgdg13",
|
||||||
|
"el8-pgdg-centos8-sysupdates",
|
||||||
|
"el8-pgdg-rhel8-extras"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "pgdg12",
|
||||||
|
"target": [
|
||||||
|
"el8-pgdg12",
|
||||||
|
"el8-pgdg-centos8-sysupdates",
|
||||||
|
"el8-pgdg-rhel8-extras"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "pgdg11",
|
||||||
|
"target": [
|
||||||
|
"el8-pgdg11",
|
||||||
|
"el8-pgdg-centos8-sysupdates",
|
||||||
|
"el8-pgdg-rhel8-extras"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"pesid": "pgdg-common",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "7",
|
||||||
|
"repoid": "pgdg-common",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "pgdg15",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "7",
|
||||||
|
"repoid": "pgdg15",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "pgdg14",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "7",
|
||||||
|
"repoid": "pgdg14",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "pgdg13",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "7",
|
||||||
|
"repoid": "pgdg13",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "pgdg12",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "7",
|
||||||
|
"repoid": "pgdg12",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "pgdg11",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "7",
|
||||||
|
"repoid": "pgdg11",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "el8-pgdg-common",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repoid": "el8-pgdg-common",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "el8-pgdg15",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repoid": "el8-pgdg15",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "el8-pgdg14",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repoid": "el8-pgdg14",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "el8-pgdg13",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repoid": "el8-pgdg13",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "el8-pgdg12",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repoid": "el8-pgdg12",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "el8-pgdg11",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repoid": "el8-pgdg11",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "el8-pgdg-centos8-sysupdates",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repoid": "el8-pgdg-centos8-sysupdates",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pesid": "el8-pgdg-rhel8-extras",
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"major_version": "8",
|
||||||
|
"repoid": "el8-pgdg-rhel8-extras",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"channel": "ga",
|
||||||
|
"repo_type": "rpm"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"provided_data_streams": [
|
||||||
|
"1.1",
|
||||||
|
"2.0"
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"legal_notice": "",
|
||||||
|
"packageinfo": [],
|
||||||
|
"timestamp": "202306191746Z"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in new issue