-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(manager_versions.yaml): remove duplicate, leave only base distros
we keep updating this file, on every adding of a new distro release it's not really needed, we have only two types of supported RPMs (rhel) and DEBs (debian), and that's enough for picking the repo/list we don't need to map each distro release, since we have it mapped already. at a point there were diffrent DEB repositories for scylla/manager it was unified years back.
- Loading branch information
Showing
3 changed files
with
27 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,24 @@ | ||
manager_repos_by_version: | ||
"master_latest": | ||
centos7: 'https://downloads.scylladb.com/manager/rpm/unstable/centos/master/latest/scylla-manager.repo' | ||
centos8: 'https://downloads.scylladb.com/manager/rpm/unstable/centos/master/latest/scylla-manager.repo' | ||
debian10: 'https://downloads.scylladb.com/manager/deb/unstable/unified-deb/master/latest/scylla-manager.list' | ||
debian11: 'https://downloads.scylladb.com/manager/deb/unstable/unified-deb/master/latest/scylla-manager.list' | ||
ubuntu20: 'https://downloads.scylladb.com/manager/deb/unstable/unified-deb/master/latest/scylla-manager.list' | ||
ubuntu22: 'https://downloads.scylladb.com/manager/deb/unstable/unified-deb/master/latest/scylla-manager.list' | ||
ubuntu24: 'https://downloads.scylladb.com/manager/deb/unstable/unified-deb/master/latest/scylla-manager.list' | ||
rhel: 'https://downloads.scylladb.com/manager/rpm/unstable/centos/master/latest/scylla-manager.repo' | ||
debian: 'https://downloads.scylladb.com/manager/deb/unstable/unified-deb/master/latest/scylla-manager.list' | ||
"3.3": | ||
centos7: 'http://downloads.scylladb.com.s3.amazonaws.com/rpm/centos/scylladb-manager-3.3.repo' | ||
centos8: 'http://downloads.scylladb.com.s3.amazonaws.com/rpm/centos/scylladb-manager-3.3.repo' | ||
debian10: 'http://downloads.scylladb.com.s3.amazonaws.com/deb/debian/scylladb-manager-3.3.list' | ||
debian11: 'http://downloads.scylladb.com.s3.amazonaws.com/deb/debian/scylladb-manager-3.3.list' | ||
ubuntu20: 'http://downloads.scylladb.com.s3.amazonaws.com/deb/ubuntu/scylladb-manager-3.3.list' | ||
ubuntu22: 'http://downloads.scylladb.com.s3.amazonaws.com/deb/ubuntu/scylladb-manager-3.3.list' | ||
ubuntu24: 'http://downloads.scylladb.com.s3.amazonaws.com/deb/ubuntu/scylladb-manager-3.3.list' | ||
rhel: 'http://downloads.scylladb.com.s3.amazonaws.com/rpm/centos/scylladb-manager-3.3.repo' | ||
debian: 'http://downloads.scylladb.com.s3.amazonaws.com/deb/debian/scylladb-manager-3.3.list' | ||
"3.2": | ||
centos7: 'http://downloads.scylladb.com.s3.amazonaws.com/rpm/centos/scylladb-manager-3.2.repo' | ||
centos8: 'http://downloads.scylladb.com.s3.amazonaws.com/rpm/centos/scylladb-manager-3.2.repo' | ||
debian10: 'http://downloads.scylladb.com.s3.amazonaws.com/deb/debian/scylladb-manager-3.2.list' | ||
debian11: 'http://downloads.scylladb.com.s3.amazonaws.com/deb/debian/scylladb-manager-3.2.list' | ||
ubuntu20: 'http://downloads.scylladb.com.s3.amazonaws.com/deb/ubuntu/scylladb-manager-3.2.list' | ||
ubuntu22: 'http://downloads.scylladb.com.s3.amazonaws.com/deb/ubuntu/scylladb-manager-3.2.list' | ||
ubuntu24: 'http://downloads.scylladb.com.s3.amazonaws.com/deb/ubuntu/scylladb-manager-3.2.list' | ||
rhel: 'http://downloads.scylladb.com.s3.amazonaws.com/rpm/centos/scylladb-manager-3.2.repo' | ||
debian: 'http://downloads.scylladb.com.s3.amazonaws.com/deb/debian/scylladb-manager-3.2.list' | ||
"3.1": | ||
centos7: 'http://downloads.scylladb.com.s3.amazonaws.com/rpm/centos/scylladb-manager-3.1.repo' | ||
centos8: 'http://downloads.scylladb.com.s3.amazonaws.com/rpm/centos/scylladb-manager-3.1.repo' | ||
debian10: 'http://downloads.scylladb.com.s3.amazonaws.com/deb/debian/scylladb-manager-3.1.list' | ||
debian11: 'http://downloads.scylladb.com.s3.amazonaws.com/deb/debian/scylladb-manager-3.1.list' | ||
ubuntu20: 'http://downloads.scylladb.com.s3.amazonaws.com/deb/ubuntu/scylladb-manager-3.1.list' | ||
ubuntu22: 'http://downloads.scylladb.com.s3.amazonaws.com/deb/ubuntu/scylladb-manager-3.1.list' | ||
ubuntu24: 'http://downloads.scylladb.com.s3.amazonaws.com/deb/ubuntu/scylladb-manager-3.1.list' | ||
rhel: 'http://downloads.scylladb.com.s3.amazonaws.com/rpm/centos/scylladb-manager-3.1.repo' | ||
debian: 'http://downloads.scylladb.com.s3.amazonaws.com/deb/debian/scylladb-manager-3.1.list' | ||
|
||
scylla_backend_repo_by_version: | ||
"2022": | ||
centos7: 'https://downloads.scylladb.com/rpm/centos/scylla-2022.1.repo' | ||
centos8: 'https://downloads.scylladb.com/rpm/centos/scylla-2022.1.repo' | ||
debian10: 'https://downloads.scylladb.com/deb/ubuntu/scylla-2022.1.list' | ||
debian11: 'https://downloads.scylladb.com/deb/ubuntu/scylla-2022.1.list' | ||
ubuntu20: 'https://downloads.scylladb.com/deb/ubuntu/scylla-2022.1.list' | ||
ubuntu22: 'https://downloads.scylladb.com/deb/ubuntu/scylla-2022.1.list' | ||
rhel: 'https://downloads.scylladb.com/rpm/centos/scylla-2022.1.repo' | ||
debian: 'https://downloads.scylladb.com/deb/debian/scylla-2022.1.list' | ||
"2023": | ||
centos7: 'https://downloads.scylladb.com/rpm/centos/scylla-2023.1.repo' | ||
centos8: 'https://downloads.scylladb.com/rpm/centos/scylla-2023.1.repo' | ||
debian10: 'https://downloads.scylladb.com/deb/ubuntu/scylla-2023.1.list' | ||
debian11: 'https://downloads.scylladb.com/deb/ubuntu/scylla-2023.1.list' | ||
ubuntu20: 'https://downloads.scylladb.com/deb/ubuntu/scylla-2023.1.list' | ||
rhel: 'https://downloads.scylladb.com/rpm/centos/scylla-2023.1.repo' | ||
debian: 'https://downloads.scylladb.com/deb/debian/scylla-2023.1.list' | ||
"2024": | ||
centos7: 'https://downloads.scylladb.com/rpm/centos/scylla-2024.1.repo' | ||
centos8: 'https://downloads.scylladb.com/rpm/centos/scylla-2024.1.repo' | ||
debian10: 'https://downloads.scylladb.com/deb/ubuntu/scylla-2024.1.list' | ||
debian11: 'https://downloads.scylladb.com/deb/ubuntu/scylla-2024.1.list' | ||
ubuntu20: 'https://downloads.scylladb.com/deb/ubuntu/scylla-2024.1.list' | ||
ubuntu22: 'https://downloads.scylladb.com/deb/ubuntu/scylla-2024.1.list' | ||
rhel: 'https://downloads.scylladb.com/rpm/centos/scylla-2024.1.repo' | ||
debian: 'https://downloads.scylladb.com/deb/debian/scylla-2024.1.list' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters