From e484fa13493a13f6ad4276715c67c700f26e43ea Mon Sep 17 00:00:00 2001 From: John Fulton Date: Fri, 30 Apr 2021 08:03:42 -0400 Subject: [PATCH] Update Derived Parameters doc for new name Related-Bug: #1926762 Depends-On: Icea13df0c48028013a7f6e45eabdb5d17cecb1ec Change-Id: I2dfe3a97625584fadbd4b331ca1e39a4a118f3e7 --- deploy-guide/source/features/derived_parameters.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy-guide/source/features/derived_parameters.rst b/deploy-guide/source/features/derived_parameters.rst index 13d52c2b..58f6e55f 100644 --- a/deploy-guide/source/features/derived_parameters.rst +++ b/deploy-guide/source/features/derived_parameters.rst @@ -118,7 +118,7 @@ deployer to quickly see the values of the derived parameters. SRIOV are enabled. 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 use the playbook before deployment determine the Ironic node UUID 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 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 hosts: localhost @@ -175,7 +175,7 @@ is rotational). 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 localhost does not match 'all'