e7d824688e
This is quite stale referencing mistral workflows. Change-Id: I3485543210aa04c89d9c0873a6d0e10c3d5758fc
19 lines
651 B
ReStructuredText
19 lines
651 B
ReStructuredText
=================================
|
|
Samples for plan-environment.yaml
|
|
=================================
|
|
|
|
The ``plan-environment.yaml`` file provides the details of playbooks
|
|
and their parameters required for use cases like derived parameter
|
|
workflow. It has a section ``playbook_parameters`` that is used to
|
|
specify playbook name and playbooks parameters.
|
|
|
|
These plan environment files can be provided as with ``-p`` option
|
|
to the ``openstack overcloud deploy``.
|
|
|
|
The sample format to provide the playbook specific parameters::
|
|
|
|
playbook_parameters:
|
|
cli-derive-parameters.yaml:
|
|
# DPDK Parameters
|
|
num_phy_cores_per_numa_node_for_pmd: 2
|