Skip to content

Commit de04147

Browse files
committed
Update 360 content to match 1.2.1 docs
Signed-off-by: Ian Maddaus <[email protected]>
1 parent 2e0bcee commit de04147

File tree

2 files changed

+32
-8
lines changed

2 files changed

+32
-8
lines changed

content/360/saas/get_started/register_node_agent.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ You must define settings on the Node Management agent before defining skills and
1717

1818
## Register the Node Management agent
1919

20-
To register a Node Management agent, follow these steps:
20+
To register the Node Management agent, follow these steps:
2121

22-
1. Create a file named `register-agent-skill.json` that contains the settings for Node Management agent to function:
22+
1. Create a file named `register-agent-skill.json` that defines the Node Management agent settings:
2323

2424
```json
2525
{
@@ -34,17 +34,31 @@ To register a Node Management agent, follow these steps:
3434

3535
Replace:
3636

37-
- `<HABITAT_BUILDER_URL>` with the Chef Habitat Builder URL. Use `https://bldr.habitat.sh` for Chef's Habitat Builder, or the URL of your own Habitat Builder deployment.
38-
- `<CHANNEL>` with the release channel from which to install the skills. For example, `stable`.
37+
- `<HABITAT_BUILDER_URL>` with the Chef Habitat Builder URL. Use `https://bldr.habitat.sh` for Chef's Habitat Builder or the URL of your own Habitat Builder deployment.
38+
- `<CHANNEL>` with the release channel from which to install skills. For example, `stable`.
3939
- `<TOKEN>` with the authentication token for Habitat Builder. If you're using Chef's Habitat Builder, set this to an empty string.
40-
- `<CHECK_IN_INTERVAL>` with the interval (in seconds) at which check-in occurs. Value starting from `3600` (1 hr).
41-
- `<UPDATE_SKILL_INTERVAL>` with the interval (in seconds) at which skill definitions will be updated. Value starting from `3600` (1 hr).
40+
- `<CHECK_IN_INTERVAL>` with the interval (in seconds) at which check-in occurs. Value starting from `3600` (1 hour).
41+
- `<UPDATE_SKILL_INTERVAL>` with the interval (in seconds) at which skill definitions are updated. Value starting from `3600` (1 hour).
4242
- `<LOG_LEVEL>`: The logging level of the agent. For example, `debug`.
4343

44+
Supported log levels:
45+
46+
`debug`
47+
: Reports detailed information that can aid in identifying issues or debugging a workload. This includes the info, warn, and error logs.
48+
49+
`info`
50+
: Reports general information about the system's operations.
51+
52+
`warn`
53+
: Reports potential failures, but the operation can continue functioning for the time being.
54+
55+
`error`
56+
: Reports errors that prevent the execution of an operation.
57+
4458
1. Create the skill assembly:
4559

4660
```sh
47-
chef-node-management-cli management skill update-agent --body-file register-agent-skill.json --profile <NODE_MANAGER_PROFILE_NAME>
61+
chef-node-management-cli management skill update-agent --body-file register-agent-skill.json
4862
```
4963

5064
It returns the following response:

content/360/saas/get_started/system_requirements.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,17 @@ weight = 20
1313
This guide describes two methods of enrolling nodes, either with a Chef Infra cookbook or with single-node enrollment from Chef 360 SaaS.
1414
See the node requirements for those methods in the following sections.
1515

16-
For more information on these enrollment methods, see the node enrollment guide or the node enrollment documentation.
16+
### Ports
17+
18+
Open the following default ports for outbound connections.
19+
20+
| Port | Description |
21+
|-------|------------------------------|
22+
| 443 | HTTPS |
23+
| 31050 | RabbitMQ AMQP/AMQP-TLS |
24+
| 31000 | Nginx Reverse Proxy NodePort |
25+
| 22 | SSH (optional) |
26+
| 80 | HTTP (optional) |
1727

1828
### Cookbook-based enrollment
1929

0 commit comments

Comments
 (0)