Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Details of the Node #5101

Merged
merged 13 commits into from
Jun 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion components/docs-chef-io/content/automate/chef_infra_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,14 +311,36 @@ 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.
- Delete a node
- Details of a node.
dishanktiwari2501 marked this conversation as resolved.
Show resolved Hide resolved
- Delete a node.

#### Search for a Node

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.
dishanktiwari2501 marked this conversation as resolved.
Show resolved Hide resolved

{{< figure src="/images/automate/search-a-node.png" alt="Search a Node">}}

#### Details of a Node
dishanktiwari2501 marked this conversation as resolved.
Show resolved Hide resolved

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`.
dishanktiwari2501 marked this conversation as resolved.
Show resolved Hide resolved

The above information looks like as shown below:
dishanktiwari2501 marked this conversation as resolved.
Show resolved Hide resolved

{{< figure src="/images/automate/node-information-metadata.png" alt="Node Information & Metadata">}}

The next section of the page is the details section to view or update the node environment. The drop down menu consists of the list of environment created in the chef server. You can select any one environment for the selected node.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The next section of the page is the details section to view or update the node environment. The drop down menu consists of the list of environment created in the chef server. You can select any one environment for the selected node.
The **Details** section of the Single Node page lets you modify a node's information by changing its environment or adding and removing tags.


To select the environment:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To select the environment:
To change the environment:


- Click on the dropdown menu and select the name of the environment.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Click on the dropdown menu and select the name of the environment.
- Select the dropdown menu and choose the name of the environment.


dishanktiwari2501 marked this conversation as resolved.
Show resolved Hide resolved
- You can add tags to the environment from the text bar below the dropdown menu.
dishanktiwari2501 marked this conversation as resolved.
Show resolved Hide resolved
**Note:** To add multiple tags at a time, use comma separator. Example: Tag1, Tag2, Tag3.
dishanktiwari2501 marked this conversation as resolved.
Show resolved Hide resolved

- Selecting an environment will open a popup to save the node environment. Select **Save** to change the node environment.
dishanktiwari2501 marked this conversation as resolved.
Show resolved Hide resolved

{{< figure src="/images/automate/update-node-environment.png" alt="Update Node Environment">}}
dishanktiwari2501 marked this conversation as resolved.
Show resolved Hide resolved

#### Delete a Node

Delete individual existing nodes by selecting the ellipses icon and then **Delete**:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.