Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Use osism apply facts instead of osism-generic facts
Browse files Browse the repository at this point in the history
Part of #453

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Jan 13, 2023
1 parent c6a013f commit f05c784
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/deployment/services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Services

.. note:: Execute the deployment commands on the manager node.

The facts should be updated once with ``osism-generic facts`` before starting the deployment
The facts should be updated once with ``osism apply facts`` before starting the deployment
of the individual services.

.. toctree::
Expand Down
4 changes: 2 additions & 2 deletions source/notes/ansible.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To update the facts, re-collect them on the manager node.

.. code-block:: console
$ osism-generic facts
$ osism apply facts
Update facts manually
---------------------
Expand All @@ -45,7 +45,7 @@ Update facts manually

.. code-block:: console
$ osism-generic facts
$ osism apply facts
PLAY [Gather facts for all hosts] **********************************************
Expand Down
2 changes: 1 addition & 1 deletion source/scaling/generic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ and will reboot the system to change the network configuration.

.. code-block:: console
$ osism-generic facts
$ osism apply facts
* Bootstrap the node.

Expand Down
2 changes: 1 addition & 1 deletion source/upgrade/kolla.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Gathering Ansible facts

.. code-block:: console
osism-generic facts
osism apply facts
Upgrade Common
--------------
Expand Down

0 comments on commit f05c784

Please sign in to comment.