Bug 1322576

Summary: storage-environment.yaml file doesn't include parameter_defaults section
Product: Red Hat OpenStack Reporter: Dan Yocum <dyocum>
Component: openstack-tripleo-heat-templatesAssignee: Erno Kuvaja <ekuvaja>
Status: CLOSED CURRENTRELEASE QA Contact: Yogev Rabl <yrabl>
Severity: high Docs Contact:
Priority: unspecified    
Version: 7.0 (Kilo)CC: dyocum, egafford, eharney, gfidente, jcoufal, mburns, pgrist, rhel-osp-director-maint, tbarron, tshefi
Target Milestone: ---Keywords: Triaged
Target Release: 11.0 (Ocata)   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-15 00:26:12 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:

Description Dan Yocum 2016-03-30 19:07:47 UTC
Description of problem:

The Director Installation and Configuration guide instructs the operator to add the parameter_defaults section to the storage-environment.yaml file.  See here:

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/7/html-single/Director_Installation_and_Usage/index.html#sect-Advanced-Scenario_3_Using_the_CLI_to_Create_an_Advanced_Overcloud_with_Ceph_Nodes

The following stanza should just be part of the file, not manually added by the operator:

### below this line ###

parameter_defaults:
  ExtraConfig:
    ceph::profile::params::osds:

# Example: separate OSD disks with journal devices on a single disk
#
#        '/dev/sdc':
#          journal: '/dev/sdb1'
#        '/dev/sdd':
#          journal: '/dev/sdb2'
#
# Example: jco-located ournals on the OSD disks
#
#        '/dev/sdb': {}
#        '/dev/sdc': {}
#        '/dev/sdd': {}

### above this line ###

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

openstack-tripleo-heat-templates-0.8.6-123.el7ost.noarch

Comment 2 Mike Burns 2016-04-07 21:36:02 UTC
This bug did not make the OSP 8.0 release.  It is being deferred to OSP 10.

Comment 5 Elise Gafford 2016-12-14 14:47:31 UTC
Is this issue resolved to your satisfaction at this time? The storage-environment.yaml file does now include a parameter_defaults section.