Skip to content

Commit

Permalink
Drop ResilientStorage repo
Browse files Browse the repository at this point in the history
  • Loading branch information
yselkowitz authored and Fan committed Nov 12, 2024
1 parent 74c7dd7 commit db97a47
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 112 deletions.
96 changes: 0 additions & 96 deletions eln_repo_split_prototype.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def real_repo_name(repo_name):
"HA": "HighAvailability",
"NFV": "NFV",
"RT": "RT",
"RS": "ResilientStorage",
"SAP": "SAP",
"SAPHANA": "SAPHANA"
}
Expand All @@ -47,7 +46,6 @@ def load_settings():
"HA": ["aarch64", "ppc64le", "s390x", "x86_64"],
"NFV": ["x86_64"],
"RT": ["x86_64"],
"RS": ["ppc64le", "s390x", "x86_64"],
"SAP": ["ppc64le", "s390x", "x86_64"],
"SAPHANA": ["ppc64le", "x86_64"]
}
Expand All @@ -59,7 +57,6 @@ def load_settings():
"buildroot-only",
"HA",
"NFV",
"RS",
"RT",
"SAP",
"SAPHANA",
Expand All @@ -68,7 +65,6 @@ def load_settings():
settings["addon_repos"] = [
"HA",
"NFV",
"RS",
"RT",
"SAP",
"SAPHANA",
Expand Down Expand Up @@ -562,98 +558,6 @@ def main():
"spausedd",
],

# all in this repo in ELN at the time of writing this script
"RS": [
"booth",
"booth-arbitrator",
"booth-core",
"booth-site",
"booth-test",
"corosync",
"corosync-qdevice",
"corosync-qnetd",
"corosynclib",
"corosynclib-devel",
"ctdb",
"dlm",
"fence-agents-aliyun",
"fence-agents-all",
"fence-agents-amt-ws",
"fence-agents-apc",
"fence-agents-apc-snmp",
"fence-agents-aws",
"fence-agents-azure-arm",
"fence-agents-bladecenter",
"fence-agents-brocade",
"fence-agents-cisco-mds",
"fence-agents-cisco-ucs",
"fence-agents-drac5",
"fence-agents-eaton-snmp",
"fence-agents-emerson",
"fence-agents-eps",
"fence-agents-gce",
"fence-agents-heuristics-ping",
"fence-agents-hpblade",
"fence-agents-ibmblade",
"fence-agents-ifmib",
"fence-agents-ilo-moonshot",
"fence-agents-ilo-mp",
"fence-agents-ilo-ssh",
"fence-agents-ilo2",
"fence-agents-intelmodular",
"fence-agents-ipdu",
"fence-agents-ipmilan",
"fence-agents-kdump",
"fence-agents-lpar",
"fence-agents-mpath",
"fence-agents-openstack",
"fence-agents-redfish",
"fence-agents-rhevm",
"fence-agents-rsa",
"fence-agents-rsb",
"fence-agents-sbd",
"fence-agents-scsi",
"fence-agents-vmware-rest",
"fence-agents-vmware-soap",
"fence-agents-wti",
"fence-agents-zvm",
"gfs2-utils",
"ha-cloud-support",
"libknet1",
"libknet1-compress-bzip2-plugin",
"libknet1-compress-lz4-plugin",
"libknet1-compress-lzma-plugin",
"libknet1-compress-lzo2-plugin",
"libknet1-compress-plugins-all",
"libknet1-compress-zlib-plugin",
"libknet1-compress-zstd-plugin",
"libknet1-crypto-nss-plugin",
"libknet1-crypto-openssl-plugin",
"libknet1-crypto-plugins-all",
"libknet1-plugins-all",
"libnozzle1",
"libqb-devel",
"libtool-ltdl-devel",
"openwsman-python3",
"pacemaker",
"pacemaker-cli",
"pacemaker-cluster-libs",
"pacemaker-cts",
"pacemaker-doc",
"pacemaker-libs",
"pacemaker-libs-devel",
"pacemaker-nagios-plugins-metadata",
"pacemaker-remote",
"pacemaker-schemas",
"pcs",
"pcs-snmp",
"resource-agents",
"resource-agents-cloud",
"resource-agents-paf",
"sbd",
"spausedd",
],

# all in this repo in ELN at the time of writing this script
"RT": [
"kernel-rt",
Expand Down
8 changes: 0 additions & 8 deletions test_configs/repo-eln-extras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ data:
exclude: ["exim", "esmtp", "opensmtpd", "esmtp-local-delivery"]
limit_arches: ["x86_64"]

ResilientStorage:
baseurl: https://kojipkgs.fedoraproject.org/compose/eln/latest-Fedora-eln/compose/ResilientStorage/$basearch/os/
priority: 50
koji_api_url: https://koji.fedoraproject.org/kojihub
koji_files_url: https://kojipkgs.fedoraproject.org
exclude: ["exim", "esmtp", "opensmtpd", "esmtp-local-delivery"]
limit_arches: ["ppc64le", "s390x", "x86_64"]

SAP:
baseurl: https://kojipkgs.fedoraproject.org/compose/eln/latest-Fedora-eln/compose/SAP/$basearch/os/
koji_api_url: https://koji.fedoraproject.org/kojihub
Expand Down
8 changes: 0 additions & 8 deletions test_configs/repo-eln.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ data:
exclude: ["exim", "esmtp", "opensmtpd", "esmtp-local-delivery"]
limit_arches: ["x86_64"]

ResilientStorage:
baseurl: https://kojipkgs.fedoraproject.org/compose/eln/latest-Fedora-eln/compose/ResilientStorage/$basearch/os/
priority: 50
koji_api_url: https://koji.fedoraproject.org/kojihub
koji_files_url: https://kojipkgs.fedoraproject.org
exclude: ["exim", "esmtp", "opensmtpd", "esmtp-local-delivery"]
limit_arches: ["ppc64le", "s390x", "x86_64"]

SAP:
baseurl: https://kojipkgs.fedoraproject.org/compose/eln/latest-Fedora-eln/compose/SAP/$basearch/os/
koji_api_url: https://koji.fedoraproject.org/kojihub
Expand Down

0 comments on commit db97a47

Please sign in to comment.