Bug 1658651

Summary: overcloud deployment fails when overcloud images are built with ceph 2.0 content
Product: Red Hat OpenStack Reporter: Steve Linabery <slinaber>
Component: openstack-puppet-modulesAssignee: John Fulton <johfulto>
Status: CLOSED WONTFIX QA Contact: Yogev Rabl <yrabl>
Severity: high Docs Contact:
Priority: high    
Version: 8.0 (Liberty)CC: afazekas, gfidente, jjoyce, johfulto, jschluet, kdreyer, psedlak, slinaber, tvignaud, yprokule
Target Milestone: asyncKeywords: Triaged, ZStream
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openstack-puppet-modules-7.1.5-11.2.el7ost Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-03-06 16:24:51 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:
Bug Depends On:    
Bug Blocks: 1638128    

Description Steve Linabery 2018-12-12 15:41:38 UTC
Since libvirt 4.5.0-10.el7_6.3 from RHEL-7.6 is incompatible with ceph 0.94.5 from ceph 1.3 repos, we rebuilt the overcloud images using the content from ceph 2.0. The new overcloud images build is rhosp-director-images-8.0-20180928.1.el7ost.

The phase1 tripleo job is failing to deploy the overcloud using these new images.

osp8 has not been tested with ceph 2.0, so iiuc we need backports to tht and puppet-ceph (at a minimum).

In output from os-collect-config in /var/log/messages on controller-0, I see this error (I've cleaned up the error formatting in this paste):
Error: Could not start Service[ceph-mon-controller-0]: Execution of 'service ceph start mon.controller-0' returned 5: Redirecting to /bin/systemctl start  mon.controller-0 ceph.service
Failed to start mon.controller-0.service: Unit not found.
Failed to start ceph.service: Unit not found.
Wrapped exception:
Execution of 'service ceph start mon.controller-0' returned 5: Redirecting to /bin/systemctl start  mon.controller-0 ceph.service
Failed to start mon.controller-0.service: Unit not found.
Failed to start ceph.service: Unit not found.
Error: /Stage[main]/Ceph::Profile::Mon/Ceph::Mon[controller-0]/Service[ceph-mon-controller-0]/ensure: change from stopped to running failed: Could not start Service[ceph-mon-controller-0]: Execution of 'service ceph start mon.controller-0' returned 5: Redirecting to /bin/systemctl start  mon.controller-0 ceph.service
Failed to start mon.controller-0.service: Unit not found.
Failed to start ceph.service: Unit not found.
Warning: /Stage[main]/Ceph::Keys/Ceph::Key[client.admin]/Exec[ceph-injectkey-client.admin]: Skipping because of failed dependencies
Warning: /Stage[main]/Ceph::Keys/Ceph::Key[client.openstack]/Exec[ceph-injectkey-client.openstack]: Skipping because of failed dependencies
Warning: /Stage[main]/Ceph::Keys/Ceph::Key[client.bootstrap-osd]/Exec[ceph-injectkey-client.bootstrap-osd]: Skipping because of failed dependencies

Comment 12 Giulio Fidente 2019-02-11 14:05:26 UTC
*** Bug 1669188 has been marked as a duplicate of this bug. ***