add gluster and messaging

This commit is contained in:
Louis Abel 2022-08-30 01:58:34 -07:00
parent c25d3ec663
commit 1d47068a42
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 41 additions and 0 deletions

View File

@ -23,6 +23,10 @@ exclude_filter {
glob_match: "centos-release-opstools"
glob_match: "centos-release-nfv-common"
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 {
key: "ppc64le"
@ -129,6 +133,15 @@ package {
}
# CentOS
package {
name: "centos-release-ceph-pacific"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "centos-release-ceph-pacific.noarch"
}
}
package {
name: "centos-release-ceph-quincy"
type: PACKAGE_TYPE_NORMAL_SRC
@ -192,4 +205,32 @@ package {
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