Update Derived Parameters doc for new name

Related-Bug: #1926762
Depends-On: Icea13df0c48028013a7f6e45eabdb5d17cecb1ec
Change-Id: I2dfe3a97625584fadbd4b331ca1e39a4a118f3e7
This commit is contained in:
John Fulton 2021-04-30 08:03:42 -04:00
parent 6aa4322d30
commit e484fa1349
1 changed files with 3 additions and 3 deletions

View File

@ -118,7 +118,7 @@ deployer to quickly see the values of the derived parameters.
SRIOV are enabled. SRIOV are enabled.
On the undercloud within ``/usr/share/ansible/tripleo-playbooks/`` a On the undercloud within ``/usr/share/ansible/tripleo-playbooks/`` a
simple playbook ``cli-derive-local-hci-parameters.yml`` is available simple playbook ``derive-local-hci-parameters.yml`` is available
which calls the ``tripleo_derive_hci_parameters`` Ansible module. To which calls the ``tripleo_derive_hci_parameters`` Ansible module. To
use the playbook before deployment determine the Ironic node UUID use the playbook before deployment determine the Ironic node UUID
which will correspond to the role being deployed. In the example below which will correspond to the role being deployed. In the example below
@ -134,7 +134,7 @@ introspection data::
Make a copy of the playbook in the stack users home directory and then Make a copy of the playbook in the stack users home directory and then
modify it to set the four playbook variables as below:: modify it to set the four playbook variables as below::
[stack@undercloud ~]$ head cli-derive-local-hci-parameters.yml [stack@undercloud ~]$ head derive-local-hci-parameters.yml
--- ---
- name: Derive HCI parameters before deployment - name: Derive HCI parameters before deployment
hosts: localhost hosts: localhost
@ -175,7 +175,7 @@ is rotational).
After these values are set run the playbook:: After these values are set run the playbook::
[stack@undercloud ~]$ ansible-playbook cli-derive-local-hci-parameters.yml [stack@undercloud ~]$ ansible-playbook derive-local-hci-parameters.yml
[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit
localhost does not match 'all' localhost does not match 'all'