Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/

Bug 1428201

Summary: Is Ocata CI broken as yum install instack-undercloud returns dependencies issues?
Product: [Community] RDO Reporter: David Hill <dhill>
Component: instack-undercloudAssignee: James Slagle <jslagle>
Status: CLOSED NOTABUG QA Contact: Shai Revivo <srevivo>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: trunkCC: apevec
Target Milestone: ---   
Target Release: trunk   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-03-03 00:27:42 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Hill 2017-03-02 00:24:01 UTC
Description of problem:
Is Ocata CI broken as yum install instack-undercloud returns dependencies issues?

--> Finished Dependency Resolution
Error: Package: instack-undercloud-6.0.0-0.20170213220712.10550e5.el7.centos.noarch (openstack-ocata)
           Requires: openstack-heat-templates
           Available: openstack-heat-templates-0.0.1-0.20170213135307.5705749.el7.centos.noarch (openstack-ocata)
               openstack-heat-templates = 0.0.1-0.20170213135307.5705749.el7.centos
**********************************************************************
yum can be configured to try to resolve such errors by temporarily enabling
disabled repos and searching for missing dependencies.
To enable this functionality please set 'notify_only=0' in /etc/yum/pluginconf.d/search-disabled-repos.conf
**********************************************************************

Error: Package: instack-undercloud-6.0.0-0.20170213220712.10550e5.el7.centos.noarch (openstack-ocata)
           Requires: openstack-heat-templates
           Available: openstack-heat-templates-0.0.1-0.20170213135307.5705749.el7.centos.noarch (openstack-ocata)
               openstack-heat-templates = 0.0.1-0.20170213135307.5705749.el7.centos
 You could try using --skip-broken to work around the problem


Version-Release number of selected component (if applicable):


How reproducible:
Always
[openstack-ocata]
name=OpenStack Newton Testing
baseurl=https://trunk.rdoproject.org/centos7-ocata/current-passed-ci/
#baseurl=https://trunk.rdoproject.org/centos7-ocata/current/
gpgcheck=0
enabled=1
[openstack-deps-ocata]
name=OpenStack Newton Trunk Tested
baseurl=http://buildlogs.centos.org/centos/7/cloud/$basearch/openstack-ocata/
gpgcheck=0
enabled=1


Steps to Reproduce:
1. Install the above ocata.repo
2. yum install instack-undercloud
3.

Actual results:
Fails

Expected results:
Succeeds

Additional info:
If I use the "current" instead , it seems to be working and the current-passed-ci hasn't been updated since feb 14.

https://trunk.rdoproject.org/centos7-ocata/

Comment 1 Alan Pevec 2017-03-03 00:27:42 UTC
Please use current-tripleo for Ocata, current-passed-ci is not used, we need to remove it.
Also I see you're editing .repo for Newton, you can install https://rdoproject.org/repos/openstack-ocata/rdo-release-ocata.rpm instead.