Skip to content

Commit 73c9db6

Browse files
EIM NB API and CLi decomp (#1038)
Co-authored-by: Joanna Kossakowska <joanna.kossakowska@intel.com>
1 parent 2760e4c commit 73c9db6

6 files changed

Lines changed: 452 additions & 9 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

0 commit comments

Comments
 (0)