...
The features are to be designed in such a way that mostly it to covers both the blueprints IoT Gateway and SD-WAN / WAN Edge and uCPE Blueprints.
In Common features are added in ELIOT Release 2.0, currently following features are included :-
...
Note |
---|
The hardware requirements mentioned here are the extra nodes which are required apart from ELIOT Cluster required for installing the ELIOT Operation and Maintenance Features. Hardware requirements ELIOT Cluster nodes are mentioned in the respective blueprint Installation Documents. ELIOT Release 2 - IoT Gateway Installation Guide |
ELIOT
...
Portal (Front End)
The Hardware requirements is same as the number of nodes required for ELIOT Cluster.
...
Minimum Hardware Requirements
ELIOT ManagerPortal Front End | |
---|---|
Hardware Aspect | Requirements |
# of Node(s) | A virtualized machine hosted in any Cloud Provider having internet connectivity. |
CPU | Minimum 1 socket x86_AMD64 or ARM64 with Virtualization support. |
RAM | 4 GB, it depends on the number of ELIOT Edge nodes which will be managed by ELIOT Manager. For Deployment in Development environment 8 GB is sufficient. |
Disk | 120 GB ~ 512GB (Depending on the overall ELIOT Topology) |
Networks | 1 |
1 |
1 GB, it depends on the number of ELIOT Edge nodes which will be managed by ELIOT Manager.
For Deployment in Development environment 4 GB is sufficient.
Recommended Hardware Requirements
ELIOT ManagerPortal Front End | |||
---|---|---|---|
HW Aspect | Requirementscc | ||
No. of Nodes | A virtualized machine hosted in any Cloud Provider having internet connectivity. | ||
CPU | Minimum 1 socket x86_AMD64 or ARM64 with Virtualization support. | ||
RAM | 8 GB ~ 64 GB it depends on the number of ELIOT Edge nodes which will be managed by ELIOT Manager.32 GB For Deployment in Development environment 4 GB is sufficient. | ||
Disk | 120 GB ~ 512GB (Depending on the overall ELIOT Topology) | ||
Networks | 2 to 4 Network Interfaces with public IP. | ELIOT Edge Node(s) | HW Aspect |
#of Node(s) | 1 Eliot Edge Node | ||
CPU | Minimum 1 socket x86_AMD64 or ARM64 with Virtualization support. | RAM | |
Disk | 20 GB ~ 256GB (Depending on the overall ELIOT Topology) | ||
Networks | 2 Network Interfaces . |
Software Prerequisites
Note |
---|
The software prerequisites mentioned here are the once which are required for the ELIOT Operation & Maintenance features to work successfully. |
ELIOT CLI
- Virtual Machines (ELIOT Manager + ELIOT Edge Node) preinstalled with Ubuntu 16.04.
- SSH Server running on both the Nodes (ELIOT Manager and ELIOT Edge Node)
- sshpass installed in ELIOT Manager
- SCP installed in ELIOT Manager and ELIOT Edge Node
- GO Lang Version greater 1.12 installed in ELIOT Manager. [https://tecadmin.net/install-go-on-ubuntu/]
- Git should be installed in ELIOT Manager and ELIOT Edge Node.
...
<eliotedgenodeusername>|<eliotedgenodeip>|<eliotedgenodepassword>
eliotedgenodeusername \u2013 :- ELIOT Edge Node User Name. Example : akraino-slave-002
eliotedgenodeip \u2013 :- ELIOT Edge Node IP. Example : 159.123.1.50
eliotedgenodepassword :- ELIOT Edge Node Password used in setup.sh script to login to ELIOT Edge node from ELIOT Manager to execute scripts in ELIOT Edge node.
...
Code Block |
---|
root@akraino-slave-001:#cd eliot/blueprints/iotgateway/scripts root@akraino-slave-001:~/eliot/blueprints/iotgateway/scripts#vim nodelist |
Once the above configurations are done, we can execute the ELIOT CLI Commands for installing , reset and clean up of ELIOT Cluster.
ELIOT CLI Commands Details:
...