Skip to content

Commit

Permalink
Tiny doc fixes for edge (#1603)
Browse files Browse the repository at this point in the history
* Fix command to create ISO for user-data

* Fix formatting of edge-host registration

* Update docs/docs-content/clusters/edge/site-deployment/site-installation/site-user-data.md

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
  • Loading branch information
2 people authored and ritawatson committed Sep 25, 2023
1 parent e92d495 commit 9aa6b1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ A registration token is required for the Edge host registration process. Without
:::



## Registration Method

To register the Edge host, you are required to use a registration token with all three registration options. Edge hosts are registered under the default project chosen for the registration token. You can override the default project by specifying the project in the Edge Installer [user data](../../edge-configuration/installer-reference.md) configuration file.
Expand Down Expand Up @@ -65,6 +64,7 @@ stylus:
- A tenant registration token is required. Refer to the [Create a Registration Token](create-registration-token.md) guide for more information.
#### Create Registration Token
To create a registration token, use the following steps.
Expand Down Expand Up @@ -130,17 +130,17 @@ Use the following steps to manually register an Edge host in Palette.

Example Output:
```shell
tіме="2022-11-03T11:30:10Z" level=info Msg="starting stylus reset plugin"
t¡me="2022-11-03T11:30:102" level=info Msg="reset cached site name from uuid, cached: edge-03163342f7f0e6fe20de095ed8548c93"
time="2022-11-03T11:30:10Z" level=info Msg="starting stylus reset plugin"
time="2022-11-03T11:30:102" level=info Msg="reset cached site name from uuid, cached: edge-03163342f7f0e6fe20de095ed8548c93"
time="2022-11-03T11:30:102" level=info Msg="reset cached site name from unid, new: edge-9e8e3342bafa9eb6d45f81c1f6714ea2" MachineD: edge-9eBe3342bafaeb6d45f81c1fb714ea2
tіме="2022-11-03T11:30:192" level=info Msg="MachineIP: 10.239.10.145"
time="2022-11-03T11:30:192" level=info Msg="MachineIP: 10.239.10.145"
```

:::info
:::info

You can also specify an Edge host's unique identifier in the user data by using the `stylus.site.Name` parameter. Refer to the [Installer Configuration](../../edge-configuration/installer-reference.md) resource to learn more about available configuration parameters.

:::
:::

#### Register the Edge Host in Palette

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Use the following steps to create an ISO file containing the additional user dat

1. Create a file called **user-data** that contains the additional configurations you want to override or inject.

<br />
<br />

```shell
touch user-data
Expand All @@ -42,7 +42,7 @@ Use the following steps to create an ISO file containing the additional user dat
MacOS/Linux:

```shell
mkisofs -output site-user data.iso -volid cidata -joliet -rock user data meta-data
mkisofs -output site-user-data.iso -volid cidata -joliet -rock user-data meta-data
```

Windows:
Expand Down

0 comments on commit 9aa6b1c

Please sign in to comment.