From 0dc84e116e7685f4035179d440c715284ce8d1dc Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Wed, 1 Feb 2017 09:47:27 -0800 Subject: [PATCH] Add rh downstream package list Signed-off-by: Vasu Kulkarni --- qa/rh/downstream.yaml | 54 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 qa/rh/downstream.yaml diff --git a/qa/rh/downstream.yaml b/qa/rh/downstream.yaml new file mode 100644 index 0000000000000..3b6a6d60866df --- /dev/null +++ b/qa/rh/downstream.yaml @@ -0,0 +1,54 @@ +versions: + supported: + - '1.3.0' + - '1.3.1' + - '1.3.2' + - '1.3.3' + - '1.3.3A' + - '2.0' + - '2.1' + - '2.2' + rpm: + mapped: + '1.3.0' : '0.94.1' + '1.3.1' : '0.94.3' + '1.3.2' : '0.94.5' + '1.3.3' : '0.94.7' + '1.3.3A' : '0.94.9' + '2.0': '10.2.2' + '2.1': '10.2.3' + '2.2': '10.2.5' + deb: + mapped: + '1.3.0' : '0.94.1' + '1.3.1' : '0.94.3' + '1.3.2' : '0.94.5' + '1.3.3' : '0.94.7' + '1.3.3A' : '0.94.9' + '2.0': '10.2.2' + '2.1': '10.2.3' + '2.2': '10.2.5' +pkgs: + rpm: + - ceph-mon + - ceph-osd + - ceph-mds + - ceph-radosgw + - ceph-test + - ceph-selinux + - ceph-fuse + - python-rados + - python-rbd + - python-cephfs + - rbd-mirror + deb: + - ceph-mon + - ceph-osd + - ceph-mds + - ceph-test + - ceph-fuse + - radosgw + - python-rados + - python-rbd + - python-cephfs + - rbd-mirror -- 2.39.5