Hide Forgot
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
This bug did not make the OSP 8.0 release. It is being deferred to OSP 10.
Is this issue resolved to your satisfaction at this time? The storage-environment.yaml file does now include a parameter_defaults section.