
[ https://ovirt-jira.atlassian.net/browse/OVIRT-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=19307#comment-19307 ] Evgheni Dereveanchin commented on OVIRT-675: -------------------------------------------- Barak, thanks for the comment. I went to the resources server and as expected, 6Server was a symlink to 6: ls -l /srv/resources/repos/ci-tools/EL/ total 0 lrwxrwxrwx. 1 root root 6 Jun 3 2014 6 -> ../el6 lrwxrwxrwx. 1 root root 6 May 30 07:13 6Server -> ../el6 lrwxrwxrwx. 1 root root 6 Jun 23 2014 7 -> ../el7 So I just made a new symlink ls -l /srv/resources/repos/ci-tools/EL/ total 0 lrwxrwxrwx. 1 root root 6 Jun 3 2014 6 -> ../el6 lrwxrwxrwx. 1 root root 6 May 30 07:13 6Server -> ../el6 lrwxrwxrwx. 1 root root 6 Jun 23 2014 7 -> ../el7 lrwxrwxrwx. 1 root root 6 Aug 9 12:28 7Server -> ../el7 The repo works fine on RHEL7 now.
ci-tools repo does not support RHEL7 ------------------------------------
Key: OVIRT-675 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-675 Project: oVirt - virtualization made easy Issue Type: Bug Components: Repositories Mgmt Reporter: Evgheni Dereveanchin Assignee: infra
The ci-tools repo does not work with RHEL7. Our puppet manifests set it up the following way: baseurl=http://resources.ovirt.org/repos/ci-tools/EL/$releasever On RHEL7 this results in: http://resources.ovirt.org/repos/ci-tools/EL/7Server/ which does not exist. Can we create a symlink 7Server -> 7 to make it work? It looks like a similar config ins in place for RHEL6. The current ci-tools puppet manifest is here: https://gerrit.ovirt.org/gitweb?p=infra-puppet.git;a=blob;f=site/ovirt_base/...
-- This message was sent by Atlassian JIRA (v1000.217.2#100008)