From cef8545e86336f768bd350acd990869492325c84 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 8 Dec 2015 20:59:37 +0000 Subject: [PATCH] Only include rhel7 things here we use for epel and will not overlap with. We also mirror some other channels for infrastructure use like RHOS --- roles/repo2json/files/rhel_to_json.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/roles/repo2json/files/rhel_to_json.py b/roles/repo2json/files/rhel_to_json.py index 63ba2520e3..7e81d9a690 100644 --- a/roles/repo2json/files/rhel_to_json.py +++ b/roles/repo2json/files/rhel_to_json.py @@ -62,7 +62,17 @@ class Package(BASE): PATHS = { 'el7': [ - '/mnt/fedora/app/fi-repo/rhel/rhel7/', + '/mnt/fedora/app/fi-repo/rhel/rhel7/x86_64/rhel-7-server-extras-rpms', + '/mnt/fedora/app/fi-repo/rhel/rhel7/x86_64/rhel-7-server-optional-rpms', + '/mnt/fedora/app/fi-repo/rhel/rhel7/x86_64/rhel-7-server-rpms', + '/mnt/fedora/app/fi-repo/rhel/rhel7/x86_64/rhel-ha-for-rhel-7-server-rpms', + '/mnt/fedora/app/fi-repo/rhel/rhel7/ppc64/rhel-7-server-extras-rpms', + '/mnt/fedora/app/fi-repo/rhel/rhel7/ppc64/rhel-7-server-optional-rpms', + '/mnt/fedora/app/fi-repo/rhel/rhel7/ppc64/rhel-7-server-rpms', + '/mnt/fedora/app/fi-repo/rhel/rhel7/ppc64/rhel-ha-for-rhel-7-server-rpms', + '/mnt/fedora/app/fi-repo/rhel/rhel7/ppc64le/rhel-7-server-optional-rpms', + '/mnt/fedora/app/fi-repo/rhel/rhel7/ppc64le/rhel-7-server-rpms', + '/mnt/fedora/app/fi-repo/rhel/rhel7/ppc64le/rhel-ha-for-rhel-7-server-rpms', ], 'el6': [ '/mnt/fedora/app/fi-repo/rhel/rhel-i386-server-6',