Merge "Clarify composable services docs"

This commit is contained in:
Zuul 2017-11-21 14:40:40 +00:00 committed by Gerrit Code Review
commit 8f712ac13b
1 changed files with 2 additions and 4 deletions

View File

@ -19,20 +19,18 @@ to create a custom `roles_data.yaml` file. See :doc:`custom_roles` for additiona
usage details.
The data in `roles_data.yaml` is used to set the defaults for per-role parameters
e.g `CustomControllerServices`. These defaults can be overridden via environment
e.g `ControllerServices`. These defaults can be overridden via environment
files, e.g::
cat > keystone_only_params.yaml << EOF
parameter_defaults:
CustomControllerServices:
ControllerServices:
- OS::TripleO::Services::Keystone
- OS::TripleO::Services::RabbitMQ
- OS::TripleO::Services::HAproxy
- OS::TripleO::Services::MySQL
ComputeCount: 0
OvercloudCustomControllerFlavor: customcontroller
EOF
The example above overrides the default list of services, and instead deploys