Bug 1576577
Summary: | Attempting to Deploy RHOSP-10 with NetApp Driver Causes Failure in Overcloud Deploy | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Dustin Schoenbrun <dschoenb> | ||||
Component: | puppet-tripleo | Assignee: | Giulio Fidente <gfidente> | ||||
Status: | CLOSED ERRATA | QA Contact: | Yogev Rabl <yrabl> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 10.0 (Newton) | CC: | acanan, aschultz, gfidente, jjoyce, jomurphy, jschluet, mburns, sclewis, slinaber, tbarron, tvignaud, vgreen | ||||
Target Milestone: | z8 | Keywords: | Regression, Triaged, ZStream | ||||
Target Release: | 10.0 (Newton) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | puppet-tripleo-5.6.8-6.el7ost | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1577957 (view as bug list) | Environment: | |||||
Last Closed: | 2018-05-17 15:42:06 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: | |||||||
Attachments: |
|
May be a side effect of the fix for https://bugzilla.redhat.com/show_bug.cgi?id=1462657 13:53:49 ok: [undercloud-0] => {} 13:53:49 MSG: 13:53:49 Build mark: core_puddle=2018-05-14.3 15:15:31 PLAY RECAP ********************************************************************* 15:15:31 compute-0 : ok=0 changed=0 unreachable=0 failed=0 15:15:31 controller-0 : ok=10 changed=6 unreachable=0 failed=0 15:15:31 controller-1 : ok=10 changed=6 unreachable=0 failed=0 15:15:31 controller-2 : ok=10 changed=6 unreachable=0 failed=0 15:15:31 hypervisor : ok=2 changed=2 unreachable=0 failed=0 15:15:31 localhost : ok=2 changed=2 unreachable=0 failed=0 15:15:31 undercloud-0 : ok=26 changed=11 unreachable=0 failed=0 https://rhos-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/OSPD-Customized-Deployment-virt/4230/ Did a deployment on OSP10 with 2018-05-14.3 puddle and it deployed successfully without the original bug issue, marking bug as VERIFIED. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:1593 |
Created attachment 1434003 [details] Output of "openstack stack failures list" Description of problem: When attempting to deploy OSP-10z8 with with the NetApp cDOT Manila Driver, the overcloud deployment will fail with an error specifying that there is no value for the data item manila::backend::cephfsnative::cephfs_auth_id. It says that there is no value for it in any Heira data file and that no default is specified. This causes the deployment of the controller nodes to fail. See the attached output of "openstack stack failures list overcloud" for more details. Version-Release number of selected component (if applicable): openstack-tripleo-heat-templates-5.3.10-1.el7ost.noarch puppet-manila-9.5.0-3.el7ost.noarch How reproducible: 100% Steps to Reproduce: 1. Using Infrared, deploy the candidate for OSP-10z8 specifying to setup and configure Manila with the Netapp cDOT Manila Driver 2. Observe that the overcloud deployment fails with the errors specified above when setting up the controller nodes. Actual results: Overcloud deployment fails because the controller node deployment fails due to the manila::backend::cephfsnative::cephfs_auth_id variable not having a value either specified in any Heira file or set by default. Expected results: Overcloud deployment shall be successful and the Manila NetApp cDOT Driver shall be setup and configured correctly.