Skip to content

Commit

Permalink
Tiny doc fixes for edge (#1603) (#1605)
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 <[email protected]>
(cherry picked from commit 7492524)

Co-authored-by: Oz Tiram <[email protected]>
  • Loading branch information
1 parent 2631648 commit a4e7493
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 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 All @@ -45,8 +44,6 @@ stylus:
<br />
Select the registration method that best fits your organizational needs and review the steps to get started.
- [Auto Registration](#auto-registration)
Expand Down Expand Up @@ -81,6 +78,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 @@ -146,17 +144,17 @@ Use the following steps to manually register an Edge host in Palette.

Example Output:
```shell
t¡me="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¡me="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 a4e7493

Please sign in to comment.