Hide Forgot
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.
Assigning to Chris for review. Chris - we can raise a needinfo request again Loic Avenal for confirmation of any OSP-related details if needed.