Skip to content
Draft
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
8 changes: 4 additions & 4 deletions docs/provisioning/site-setup-api-parity.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ nico-admin-cli \

| Site setup task | Current status | Preferred command or tracked gap |
|-----------------|----------------|----------------------------------|
| Approve, list, or remove measured-boot machine trust rules | Gap | Tracked by [#2801](https://github.com/NVIDIA/infra-controller/issues/2801). Use `nico-admin-cli attestation measured-boot site trusted-machine approve`, `list`, or `remove` until that issue is complete. |
| Approve, list, or remove measured-boot profile trust rules | Gap | Tracked by [#2801](https://github.com/NVIDIA/infra-controller/issues/2801). Use `nico-admin-cli attestation measured-boot site trusted-profile approve`, `list`, or `remove` until that issue is complete. |
| Approve, list, or remove measured-boot machine trust rules | Covered | Use `nicocli measured-boot-trusted-machine create`, `list`, or `delete`. |
| Approve, list, or remove measured-boot profile trust rules | Covered | Use `nicocli measured-boot-trusted-profile create`, `list`, or `delete`. |
| Clear a Site Explorer endpoint error | Gap | Tracked by [#2802](https://github.com/NVIDIA/infra-controller/issues/2802). Use `nico-admin-cli site-explorer clear-error <bmc-ip>` until that issue is complete. |
| Queue a Site Explorer endpoint for re-exploration | Gap | Tracked by [#2802](https://github.com/NVIDIA/infra-controller/issues/2802). Use `nico-admin-cli site-explorer re-explore <bmc-ip>` until that issue is complete. Bulk selection and execution also remain part of this gap. |
| Register an Expected Machine | Covered | Use `nicocli expected-machine create --data-file -` with the password-safe stdin workflow in [Add Expected Machines Table](ingesting-hosts.md#add-expected-machines-table). |
Expand All @@ -37,8 +37,8 @@ nico-admin-cli \

The REST/nicocli parity work is tracked under [#2852](https://github.com/NVIDIA/infra-controller/issues/2852):

- [ ] [#2801](https://github.com/NVIDIA/infra-controller/issues/2801) adds measured-boot trust approval operations.
- [x] [#2801](https://github.com/NVIDIA/infra-controller/issues/2801) adds measured-boot trust approval operations. Its implementation merged in [#3464](https://github.com/NVIDIA/infra-controller/pull/3464).
- [ ] [#2802](https://github.com/NVIDIA/infra-controller/issues/2802) adds Site Explorer clear-error and re-explore operations.
- [x] [#2803](https://github.com/NVIDIA/infra-controller/issues/2803) covers site-default Host and DPU UEFI credentials. Its implementation merged in [#3241](https://github.com/NVIDIA/infra-controller/pull/3241); the issue remains open for administrative closure.

After #2801 and #2802 are complete, the table on this page will be updated to replace the remaining direct admin-cli commands with their generated `nicocli` equivalents.
After #2802 is complete, the table on this page will be updated to replace the remaining direct admin-cli commands with their generated `nicocli` equivalents.