Merge "Ps Cinder: Added support for password less login"
[apex-tripleo-heat-templates.git] / plan-samples / README.rst
1 =================================
2 Samples for plan-environment.yaml
3 =================================
4
5 The ``plan-environment.yaml`` file provides the details of the plan to be
6 deployed by TripleO. Along with the details of the heat environments and
7 parameters, it is also possible to provide workflow specific parameters to the
8 TripleO mistral workflows. A new section ``workflow_parameters`` has been
9 added to provide workflow specific parameters. This provides a clear
10 separation of heat environment parameters and the workflow only parameters.
11 These customized plan environment files can be provided as with ``-p`` option
12 to the ``openstack overcloud deploy`` and ``openstack overcloud plan create``
13 commands. The sample format to provide the workflow specific parameters::
14
15   workflow_parameters:
16     tripleo.derive_params.v1.derive_parameters:
17       # DPDK Parameters
18       num_phy_cores_per_numa_node_for_pmd: 2
19
20
21 All the parameters specified under the workflow name will be passed as
22 ``user_input`` to the workflow, while invoking from the tripleoclient.