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

Add some links to metadata from site model #330

Merged
merged 1 commit into from
May 17, 2022
Merged
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
6 changes: 3 additions & 3 deletions docs/specs/site_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ At a high-level, the various constructs relevant to UDMI are (described in more
## Registrar Tool

The primary use of the site_model will be through the [registrar](../tools/registrar.md) and
[validator](../tools/validator.md) tools. Primarily, they look for the existence of
[validator](../tools/validator.md) tools. Primarily, they look for the existence of [metadata](metadata.md)
`device/{device_id}/metadata.json` files in the site model and process the information found there.

## `cloud_iot_config.json`
Expand Down Expand Up @@ -50,8 +50,8 @@ device directory name corresponds to the Cloud IoT Core device entry and represe
name for the device. Inside of this directory will be various bits and pieces of information used
by different tools for managing the devices.

* `metadata.json`: Metadata description of the device.
* `out/metadata_norm.json`: Generated normalized version of the `metadata.json` file (generated by the `registrar tool` from the metadata)
* `metadata.json`: [Metadata](metadata.md) description of the device.
* `out/metadata_norm.json`: Generated normalized version of the `metadata.json` file (generated by the `registrar tool` from the [metadata](metadata.md) file)
* `out/generated_config.json`: Generated default config block (generated by the `registrar` tool from the metadata).
* `rsa_private.pem`: Private device key.
* `rsa_private.pkcs8`: Private device key (binary format).
Expand Down