Skip to content

Commit c0a2788

Browse files
committed
Fix lint errors in other documents
1 parent 8d0c0d1 commit c0a2788

6 files changed

Lines changed: 15 additions & 12 deletions

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ distributed edges
4848
- [UI](https://github.com/open-edge-platform/orch-ui): The web user interface for the Edge Orchestrator, allowing the
4949
user to manage most of the features of the product in an intuitive, visual, manner without having to trigger a series
5050
of APIs individually.
51-
- [CLI](https://github.com/open-edge-platform/orch-cli): The command line interface for the Edge Orchestrator, allowing the
52-
user to manage most of the features of the product in an intuitive, text-based manner without having to trigger a series
53-
of APIs individually.
51+
- [CLI](https://github.com/open-edge-platform/orch-cli): The command line interface for the Edge Orchestrator,
52+
allowing the user to manage most of the features of the product in an intuitive,
53+
text-based manner without having to trigger a series of APIs individually.
5454
- [Observability](https://docs.openedgeplatform.intel.com/edge-manage-docs/main/developer_guide/observability/index.html):
5555
A modular observability stack that provides visibility into the health and performance of the system, including logging,
5656
reporting, alerts, and SRE data from Edge Orchestrator components and Edge Nodes.

design-proposals/app-orch-deploy-applications.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ like Profiles and Parameter Templates are lost.
197197
- Update the `Edit Deployment` page similar to the changes to `Create Deployment`
198198
- Update the `Deployments` list page to support linkage to both Apps and DP
199199

200-
- Update the `Application` page to have a deployment link and display the `is_deployed` field in both list and detail view.
200+
- Update the `Application` page to have a deployment link and display the `is_deployed`
201+
field in both list and detail view.
201202

202203
- Update any status tables and dashboards as necessary to support these changes.
203204

design-proposals/eim-nbapi-cli-decomposition.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Author(s) Edge Infrastructure Manager Team
44

5-
Last updated: 17/12/25
5+
Last updated: 18/12/25
66

77
## Abstract
88

@@ -350,8 +350,8 @@ only the commands supported by the currently deployed scenario.
350350
### 3. Data Model Changes
351351
352352
- Collaborate with teams/ADR owners to establish (per scenario):
353-
- Required changes at Inventory level
354-
- Impact on APIs from these changes (changes in data models)
353+
- Required changes at Inventory level
354+
- Impact on APIs from these changes (changes in data models)
355355
356356
## Summary of Current Requirements
357357

design-proposals/eim-pxe-with-managed-emf.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Given its small footprint it is possible to deploy PXE server on site using seve
3030

3131
In this solution, the PXE server only stores the `ipxe.efi` binary (that is downloaded from the remote orchestrator),
3232
and serves it to local Edge Nodes attempting the PXE boot. During the PXE boot, ENs download `ipxe.efi` and boot into it.
33-
The iPXE script includes a logic to fetch IP address from a local DHCP server and download Micro-OS from the remote EMF orchestrator.
33+
The iPXE script includes a logic to fetch IP address from a local DHCP server and download Micro-OS
34+
from the remote EMF orchestrator.
3435
Once booted into Micro-OS, the provisioning process is taken over by the cloud-based orchestrator. From now on, ENs
3536
communicate with the remote EMF orchestrator to complete OS provisioning.
3637
The secure channel is ensured by using HTTPS communication with JWT authorization.

design-proposals/platform-installer-simplification.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,9 @@ deployment is delayed.
449449

450450
#### Eliminate ArgoCD
451451

452-
Once the syncwaves have been reduced or eliminated, then it is feasible to eliminate ArgoCD in favor of a simpler tool. We
453-
will explore alternatives such as umbrella charts, the helmfile tool, or other opensource solutions. We may explore repo
454-
and/or chart consolidation to make the helm chart structure simpler.
452+
Once the syncwaves have been reduced or eliminated, then it is feasible to eliminate ArgoCD in favor of a
453+
simpler tool. We will explore alternatives such as umbrella charts, the helmfile tool, or other opensource
454+
solutions. We may explore repo and/or chart consolidation to make the helm chart structure simpler.
455455

456456
Eliminating argocd will allow the following pods to be eliminated from the platform:
457457

design-proposals/vpro-device.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,4 +313,5 @@ had access to DMT capabilities. This provided critical recovery mechanisms
313313
including the ability to remotely reboot the device if provisioning
314314
got stuck, access the device out-of-band for troubleshooting, and
315315
recover from provisioning failures without requiring physical access to the device.
316-
By moving activation to post-OS deployment, we lose all these recovery capabilities during the critical OS provisioning phase.
316+
By moving activation to post-OS deployment, we lose all these recovery capabilities during the critical
317+
OS provisioning phase.

0 commit comments

Comments
 (0)