From c18ec9e1d6db357af18c0884e49b564ca5e07337 Mon Sep 17 00:00:00 2001 From: Boris Glimcher <36732377+glimchb@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:49:23 -0500 Subject: [PATCH] docs: adding missing links Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com> --- SPEC.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SPEC.md b/SPEC.md index 8e4e8f1..483f23b 100644 --- a/SPEC.md +++ b/SPEC.md @@ -31,9 +31,9 @@ For the purposes of this specification a 'device' is a PCI device that intends t ## Life Cycle Management -- **Provisioning**: Device shall support initial provisioning and re-provisioning using sZTP as defined by OPI here. -- **Telemetry**: Devices shall support runtime telemetry using OTEL as defined by OPI here. -- **System Information**: Devices shall support SMBIOS for system information from the device's operating system, as defined by OPI here. +- **Provisioning**: Device shall support initial provisioning and re-provisioning using sZTP as defined by OPI [here](https://github.com/opiproject/sztp). +- **Telemetry**: Devices shall support runtime telemetry using OTEL as defined by OPI [here](https://github.com/opiproject/otel). +- **System Information**: Devices shall support SMBIOS for system information from the device's operating system, as defined by OPI [here](https://github.com/opiproject/opi-smbios-bridge). - **Security Keys**: SSH and TLS keys can be loaded onto the device using standard methods used by Linux, or pre-loaded during provisioning. - **Runtime Configuration**: Devices shall support the capability of reading and writing runtime configuration over the network using an RPC (e.g., Redfish or OpenConfig) secured using TLS. The configuration space is TBD. - **Software Update**: Devices shall support the capability of updating the software on the device over the network using an RPC (e.g., Redfish or OpenConfig) secured using TLS.