diff --git a/docs/source/advanced/sysclone/.sysclone.rst.swp b/docs/source/advanced/sysclone/.sysclone.rst.swp deleted file mode 100644 index 5434c3b2d..000000000 Binary files a/docs/source/advanced/sysclone/.sysclone.rst.swp and /dev/null differ diff --git a/docs/source/guides/admin-guides/manage_clusters/common/.updatenode.rst.swp b/docs/source/guides/admin-guides/manage_clusters/common/.updatenode.rst.swp deleted file mode 100644 index aab16155a..000000000 Binary files a/docs/source/guides/admin-guides/manage_clusters/common/.updatenode.rst.swp and /dev/null differ diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/syncfile/syncfile_synclist_file.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/syncfile/syncfile_synclist_file.rst index 37750ac50..7a5fa273b 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/syncfile/syncfile_synclist_file.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/syncfile/syncfile_synclist_file.rst @@ -1,3 +1,5 @@ +.. _The_synclist_file: + The synclist file ----------------- diff --git a/docs/source/guides/admin-guides/manage_clusters/common/updatenode.rst b/docs/source/guides/admin-guides/manage_clusters/common/updatenode.rst index ef8e0edcc..4eeb32798 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/updatenode.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/updatenode.rst @@ -60,7 +60,7 @@ The next time you re-install these nodes, the additional software will be automa Update the delta changes in Sysclone environment ```````````````````````````````````````````````` -Updatenode can also be used in Sysclone environment to push delta changes to target node. After capturing the delta changes from the golden client to management node, just run below command to push delta changes to target nodes. See :ref:`update-node-later-on` for more information. :: +Updatenode can also be used in Sysclone environment to push delta changes to target node. After capturing the delta changes from the golden client to management node, just run below command to push delta changes to target nodes. See Sysclone environment related section: :ref:`update-node-later-on` for more information. :: updatenode -S @@ -102,7 +102,7 @@ Synchronize new/updated configuration files Setting up syncfile ``````````````````` -Use instructions in :ref:`the_localtion_of_synclist_file_for_updatenode_label`. +Use instructions in doc: :ref:`The_synclist_file`. Syncfiles to the nodes ``````````````````````` @@ -111,7 +111,7 @@ After compute node is installed, you would like to sync files to the nodes: :: updatenode -F -**With the ``updatenode`` command the syncfiles postscript cannot be used to sync files to the nodes.** Therefore, if you run ``updatenode -P syncfiles``, nothing will be done. A message will be logged that you must use updatenode -F to sync files. +With the ``updatenode`` command the syncfiles postscript cannot be used to sync files to the nodes.Therefore, if you run ``updatenode -P syncfiles``, nothing will be done. A message will be logged that you must use ``updatenode -F`` to sync files. Update the ssh Keys and Credentials on the Nodes ------------------------------------------------