@@ -16,13 +16,13 @@ Edge Infrastructure Manager.
16161 . orch-host-preflight
17172 . orch-host-bulk-import
1818
19- The former is used to pre-check data and the latter is used, once the data, have been validated to import the data in
19+ The former is used to pre-check the data and the latter is used, once the data have been validated, to import the data into
2020Edge Infrastructure Manager using the Northboud REST APIs.
2121
2222## Features
2323
24- - Automate and reduce the number of individual steps required to add multiple new hosts
25- - Reduce the likelihood of data entry problems and human error in the process
24+ - Automated and reduced the number of individual steps required to add multiple new hosts
25+ - Reduced the likelihood of data entry problems and human error in the process
2626- Support for well-known CSV files that are used to inject data into the tools
2727- Built with the support for Multitenancy
2828
@@ -39,7 +39,7 @@ installed on your development machine:
3939- [ golangci-lint] ( https://github.com/golangci/golangci-lint ) - check [ $GOLINTVERSION_REQ] ( ../version.mk )
4040- [ go-junit-report] ( https://github.com/jstemmer/go-junit-report ) - check [ $GOJUNITREPORTVERSION_REQ] ( ../version.mk )
4141- Python\* programming language version 3.10 or later
42- - [ gocover-cobertura] ( github.com/boumenot/gocover-cobertura ) - check [ $GOCOBERTURAVERSION_REQ] ( ../version.mk )
42+ - [ gocover-cobertura] ( https:// github.com/boumenot/gocover-cobertura) - check [ $GOCOBERTURAVERSION_REQ] ( ../version.mk )
4343
4444### Build the Binary
4545
@@ -57,8 +57,7 @@ The binaries are installed in the [$OUT_DIR](../common.mk) folder:
5757
5858### Usage
5959
60- Tools run as standalone binary and there are no difference when deploying in production or during developement and
61- testing phases.
60+ Tools run as standalone binaries and their deployment process is consistent across production, development, and testing phases.
6261
6362#### Pre-flight tool
6463
@@ -216,6 +215,8 @@ See the [docs](docs) for advanced development topics:
216215To learn more about internals and software architecture, see
217216[ Edge Infrastructure Manager developer documentation] [ inframanager-dev-guide-url ] .
218217
219- [ user-guide-url ] : https://literate-adventure-7vjeyem.pages.github.io/edge_orchestrator/user_guide_main/content/user_guide/get_started_guide/gsg_content.html
220- [ inframanager-dev-guide-url ] : (https://literate-adventure-7vjeyem.pages.github.io/edge_orchestrator/user_guide_main/content/user_guide/get_started_guide/gsg_content.html)
221- [ contributors-guide-url ] : https://literate-adventure-7vjeyem.pages.github.io/edge_orchestrator/user_guide_main/content/user_guide/index.html
218+ [ user-guide-url ] : https://docs.openedgeplatform.intel.com/edge-manage-docs/main/user_guide/get_started_guide/index.html
219+ [ inframanager-dev-guide-url ] : https://docs.openedgeplatform.intel.com/edge-manage-docs/main/developer_guide/infra_manager/index.html
220+ [ contributors-guide-url ] : https://docs.openedgeplatform.intel.com/edge-manage-docs/main/developer_guide/contributor_guide/index.html
221+
222+ Last Updated Date: April 10, 2025
0 commit comments