Bug 1337778
| Summary: | [RFE] Decomposition of services into discrete templates | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Jaromir Coufal <jcoufal> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Dan Prince <dprince> |
| Status: | CLOSED ERRATA | QA Contact: | Marius Cornea <mcornea> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 10.0 (Newton) | CC: | ccamacho, dbecker, fahmed, fwissing, jschluet, jslagle, mburns, morazi, nlevinki, pbandark, rhel-osp-director-maint, sputhenp |
| Target Milestone: | Upstream M2 | Keywords: | FutureFeature, Triaged |
| Target Release: | 10.0 (Newton) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://blueprints.launchpad.net/tripleo/+spec/composable-services-within-roles | ||
| Whiteboard: | upstream_milestone_newton-2 upstream_definition_approved upstream_status_implemented | ||
| Fixed In Version: | openstack-tripleo-heat-templates-5.0.0-0.20160907212643.90c852e.1.el7ost | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-12-14 15:34:27 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: | 1337782, 1337784, 1367404 | ||
|
Description
Jaromir Coufal
2016-05-20 05:05:03 UTC
How to test a composable service: The first item that needs to checked it's to verify that the actual service it's enabled by default in the resource registry. For example, by verifying in the following file “overcloud-resource-registry-puppet.yaml” that OS::TripleO::Services::Horizon: it's not pointing to OS::Heat::None. Case pointing to OS::Heat::None. In this case the service should be enabled by using an environment file inside the 'environments' folder. Case pointing to a valid heat template. For example “puppet/services/horizon.yaml”, in which case this composable service will be deployed by default. Note: It's important to check that this resource registry it's not overridden when deploying HA environments, in which case the heat template might be overridden in this environment file “environments/puppet-pacemaker.yaml” *** Bug 1302865 has been marked as a duplicate of this bug. *** *** Bug 1275143 has been marked as a duplicate of this bug. *** 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-2948.html *** Bug 1292328 has been marked as a duplicate of this bug. *** *** Bug 1292330 has been marked as a duplicate of this bug. *** |