Table of Contents |
---|
...
The guide shows step by step to deploy ote-stack platform with one edge cluster as well as add a new edge cluster to management.
License
Apache 2.0 license
How to use this document
The guide covers the details of pre-installation requirements, installation steps and uninstallation guide. The installation steps should be executed before the prerequisites and pre-installation requirements are ready. In addition, one IEC edge cluster with 3 nodes needs to be prepared in advance.
...
View file | ||||
---|---|---|---|---|
|
Software Prerequisites
- Available harbor (>=1.7, <2.0) with admin user and password
- At least one IEC edge cluster with healthy container network.
...
A mysql database is required to store the related metadata of OTE models, like users, businesses, projects, apps, deployments, clusters, nodes, etc. The database `sys_ote_manage_platform` consists of following tables:
...
Clone the AIEdge git repo and edit the configuration file (interface_conf) by setting:
- hostname of the node _name in edge cluster which would deploy that the ote-stack platform will be deployed to
- docker repository for pulling images of ote-stack components
- informations of harbor repository such as admin password and domain
...