Bug 1266219
Summary: | RFE: EQL: tripleo-heat-template | |||
---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Rajini Karthik <rajini.karthik> | |
Component: | openstack-tripleo-heat-templates | Assignee: | Jiri Stransky <jstransk> | |
Status: | CLOSED ERRATA | QA Contact: | yeylon <yeylon> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 8.0 (Liberty) | CC: | arkady_kanevsky, cdevine, christopher_dearborn, ddomingo, John_walsh, kbader, kurt_hey, mburns, morazi, rajini.karthik, randy_perryman, rhel-osp-director-maint, rsussman, sasha, sreichar, srevivo, wayne_allen | |
Target Milestone: | ga | Keywords: | FutureFeature, OtherQA, Triaged | |
Target Release: | 8.0 (Liberty) | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | openstack-tripleo-heat-templates-0.8.7-11.el7ost | Doc Type: | Enhancement | |
Doc Text: |
The Director can now deploy the Block Storage service with a Dell EqualLogic or Dell Storage Center appliance as a back end. For more information, see:
https://access.redhat.com/documentation/en/red-hat-openstack-platform/version-8/dell-equallogic-back-end-guide/
https://access.redhat.com/documentation/en/red-hat-openstack-platform/8/dell-storage-center-back-end-guide/dell-storage-center-back-end-guide
|
Story Points: | --- | |
Clone Of: | ||||
: | 1266220 1280005 (view as bug list) | Environment: | ||
Last Closed: | 2016-04-07 21:40:28 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: | 1261979, 1266220, 1280005, 1310828 |
Description
Rajini Karthik
2015-09-24 19:48:41 UTC
need to support our current solution: Support for multiple Dell PS arrays. Proper support for current EQL options that are in OSP7 Can you review and vote? https://review.openstack.org/#/c/242640/ Looks like they are not yet available in the osp8(beta3) builds we are receiving. Eql and cmpl templates under the folder in the director are missing /../openstack-tripleo-heat-templates/puppet/extraconfig/pre_deploy 1. These have been cherry picked for liberty but not yet merged. Is that why? https://review.openstack.org/#/c/264872/ https://review.openstack.org/#/c/264871/ 2. Now that we don’t have a foreman UI or director UI, can you give us some information on how to deploy/configure cinder using these templates? The problem with the patches missing is actually a broken build. The patches were in the right place and the spec file said the right things, but the build process didn't actually apply the patches. I'm working on resolving this now. This problem will go away when they merge into stable/liberty and we rebase on that. Still don't see it in Beta 5 build (In reply to Rajini Ram from comment #7) > Still don't see it in Beta 5 build Beta 5 did not include any updates to director builds. Do you expect to include this in Beta-6? There is a syntax error. The pool name is not getting passed. Typo "eqlx_lpool" should be "eqlx_pool" Will submit a patch openstack-tripleo-heat-templates/puppet/manifests/overcloud_controller_pacemaker.pp: eqlx_pool => hiera('cinder::backend::eqlx::eqlx_lpool', undef), openstack-tripleo-heat-templates/puppet/manifests/overcloud_controller.pp: eqlx_pool => hiera('cinder::backend::eqlx::eqlx_lpool', undef), Posted a patch https://review.openstack.org/#/c/277470/ Mitaka 1. Equal Logic a. https://review.openstack.org/#/c/242640/ - Merged b. https://review.openstack.org/#/c/277470/ - Merged Stable/Liberty – Cherry picks 1. Equal Logic a. https://review.openstack.org/#/c/264871/1 - Merged b. https://review.openstack.org/#/c/278990/1 - Pending Merge Everything merged. Ready to be included into Beta OSP Verified to be working, with a minor bug ( has workaround) https://bugzilla.redhat.com/show_bug.cgi?id=1314073 Tested on OSP Beta7 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://rhn.redhat.com/errata/RHEA-2016-0604.html |