Bug 1368054 - Misleading command in adding provider doc
Summary: Misleading command in adding provider doc
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Documentation
Version: 5.6.0
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: GA
: 5.7.0
Assignee: Chris Budzilowicz
QA Contact: Dayle Parker
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-18 08:47 UTC by Victor Estival
Modified: 2018-02-13 14:00 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-02-13 14:00:03 UTC
Category: ---
Cloudforms Team: Openstack
Target Upstream Version:


Attachments (Terms of Use)

Description Victor Estival 2016-08-18 08:47:39 UTC
Document URL: https://access.redhat.com/documentation/en/red-hat-cloudforms/4.1/paged/managing-providers/chapter-3-cloud-providers

Section Number and Name: 3.1.1.1. Configuring the Overcloud to Store Events

Describe the issue: In the instructions it says:
Log in to the undercloud host.
Create an environment file called ceilometer.yaml, and add the following contents:

parameter_defaults:
  CeilometerStoreEvents: true
Add the environment file to the overcloud deploy command:

# openstack overcloud deploy --templates -e ~/ceilometer.yaml

Suggestions for improvement: 

The last command is not enough, since it should contain the whole OSP deployment command, for instance:
openstack overcloud deploy --templates /usr/share/openstack-tripleo-heat-templates/ \
  --ntp-server 10.104.1.1 \
  --control-flavor control --compute-flavor compute  \
  --control-scale 3 --compute-scale 3  \
  --neutron-tunnel-types vxlan --neutron-network-type vxlan   \
  -e ~/templates/network-environment.yaml  \
  -e ~/templates/network-isolation.yaml \
  -e ~/templates/timezone.yaml \
  -e ~/templates/storage-environment.yaml  \
  -e ~/templates/ceilometer.yaml

Additional information: 

If an user just execute "openstack overcloud deploy --templates -e ~/ceilometer.yaml" as suggested in the doc, the whole OSP environment breaks.

Comment 3 Andrew Dahms 2016-10-28 06:06:42 UTC
Assigning to Chris for review.

Chris - we can raise a needinfo request again Loic Avenal for confirmation of any OSP-related details if needed.


Note You need to log in before you can comment on or make changes to this bug.