mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-22 05:11:23 +00:00
add gluster and messaging
This commit is contained in:
parent
c25d3ec663
commit
1d47068a42
41
extra.cfg
41
extra.cfg
@ -23,6 +23,10 @@ exclude_filter {
|
|||||||
glob_match: "centos-release-opstools"
|
glob_match: "centos-release-opstools"
|
||||||
glob_match: "centos-release-nfv-common"
|
glob_match: "centos-release-nfv-common"
|
||||||
glob_match: "centos-release-nfv-openvswitch"
|
glob_match: "centos-release-nfv-openvswitch"
|
||||||
|
glob_match: "centos-release-messaging"
|
||||||
|
glob_match: "centos-release-rabbitmq-38"
|
||||||
|
glob_match: "centos-release-gluster9"
|
||||||
|
glob_match: "centos-release-gluster10"
|
||||||
}
|
}
|
||||||
arch {
|
arch {
|
||||||
key: "ppc64le"
|
key: "ppc64le"
|
||||||
@ -129,6 +133,15 @@ package {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# CentOS
|
# CentOS
|
||||||
|
package {
|
||||||
|
name: "centos-release-ceph-pacific"
|
||||||
|
type: PACKAGE_TYPE_NORMAL_SRC
|
||||||
|
repository {
|
||||||
|
name: "extras"
|
||||||
|
include_filter: "centos-release-ceph-pacific.noarch"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
package {
|
package {
|
||||||
name: "centos-release-ceph-quincy"
|
name: "centos-release-ceph-quincy"
|
||||||
type: PACKAGE_TYPE_NORMAL_SRC
|
type: PACKAGE_TYPE_NORMAL_SRC
|
||||||
@ -192,4 +205,32 @@ package {
|
|||||||
include_filter: "centos-release-nfv-openvswitch.noarch"
|
include_filter: "centos-release-nfv-openvswitch.noarch"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
package {
|
||||||
|
name: "centos-release-messaging"
|
||||||
|
type: PACKAGE_TYPE_NORMAL_SRC
|
||||||
|
repository {
|
||||||
|
name: "extras"
|
||||||
|
include_filter: "centos-release-messaging.noarch"
|
||||||
|
include_filter: "centos-release-rabbitmq-38.noarch"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
package {
|
||||||
|
name: "centos-release-gluster9"
|
||||||
|
type: PACKAGE_TYPE_NORMAL_SRC
|
||||||
|
repository {
|
||||||
|
name: "extras"
|
||||||
|
include_filter: "centos-release-gluster9.noarch"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
package {
|
||||||
|
name: "centos-release-gluster10"
|
||||||
|
type: PACKAGE_TYPE_NORMAL_SRC
|
||||||
|
repository {
|
||||||
|
name: "extras"
|
||||||
|
include_filter: "centos-release-gluster10.noarch"
|
||||||
|
}
|
||||||
|
}
|
||||||
# End CentOS
|
# End CentOS
|
||||||
|
Loading…
Reference in New Issue
Block a user