From f12dcee5ae12cf1dd97ede2bc1d5d38fceb3efb4 Mon Sep 17 00:00:00 2001 From: Dishank Tiwari Date: Fri, 28 May 2021 13:54:18 +0530 Subject: [PATCH] minor fixes Signed-off-by: Dishank Tiwari --- .../content/automate/chef_infra_server.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/components/docs-chef-io/content/automate/chef_infra_server.md b/components/docs-chef-io/content/automate/chef_infra_server.md index 28b72590043..72b0eaf86a5 100644 --- a/components/docs-chef-io/content/automate/chef_infra_server.md +++ b/components/docs-chef-io/content/automate/chef_infra_server.md @@ -311,19 +311,20 @@ The Chef Infra Server integration lets you: - Search for a specific node from a list of nodes. - View a list of all the connected nodes. -- Node details. +- Details of a node. - Delete a node. #### Search for a Node -Use the search bar on the Nodes tab (**Chef Infra Servers > Organizations> Nodes**) to find a node from the list of nodes. Entering the name of a node in the search bar returns nodes matching your search criteria. +Use the search bar on the Nodes tab (**Chef Infra Servers > Nodes**) to find a node from the list of nodes. Entering the name of a node in the search bar returns nodes matching your search criteria. {{< figure src="/images/automate/search-a-node.png" alt="Search a Node">}} -#### Node Details +#### Details of a Node -Selecting a node from the nodes list on the **Nodes** tab opens the Single Node page, which contains **Node Information**, **Metadata**, and **Details**. **Node Information** contains the node's `Environment`, `Policy Group` and `Policy Name`. **Metadata** contains the `Chef Server`, `Chef Organization` for that node. +Select a specific node to view the node information, metadata and details of the environment of the node. The first section of the page has the **Node Information** like `Environment`, `Policy Group` and `Policy Name`. You can also view the **Metadata** for the node which contains the name of the `Chef Server`, and name of the `Chef Organization`. +The above information looks like as shown below: {{< figure src="/images/automate/node-information-metadata.png" alt="Node Information & Metadata">}} @@ -332,13 +333,13 @@ The next section of the page is the details section to view or update the node e To select the environment: - Click on the dropdown menu and select the name of the environment. -- Selecting an environment will open a popup to save the node environment. Select **Save** to change the node environment. -{{< figure src="/images/automate/update-node-environment.png" alt="Update Node Environment">}} -- Add tags to the environment from the text bar below the dropdown menu. -**Note:** Use a comma separator to add multiple tags. Example: `Tag1`, `Tag2`, `Tag3`. +- You can add tags to the environment from the text bar below the dropdown menu. +**Note:** To add multiple tags at a time, use comma separator. Example: Tag1, Tag2, Tag3. +- Selecting an environment will open a popup to save the node environment. Select **Save** to change the node environment. +{{< figure src="/images/automate/update-node-environment.png" alt="Update Node Environment">}} #### Delete a Node