Table of Contents
Introduction
This document covers both Integrated Edge Cloud Type 1 & 2.
This document provides guidelines on how to install the Akraino IEC Release 1, including required software and hardware configurations.
...
Minimum Hardware Requirements
HW Aspect | Requirement | ||
---|---|---|---|
1 Jumpserver | A physical or virtualized machine that has direct network connectivity to the cluster nodes.
| ||
CPU | Minimum 1 socket (each cluster node) | ||
RAM | Minimum 2GB/server (Depending on usecase work load) | ||
Disk | Minimum 20GB (each cluster node) | ||
Networks | Mininum 1 |
Recommended Hardware Requirements
HW Aspect | Requirement | ||
---|---|---|---|
1 Jumpserver | A physical or virtualized machine that has direct network connectivity to the cluster nodes.
| ||
CPU | 1 socket (each cluster node) | ||
RAM | 16GB/server (Depending on usecase work load) | ||
Disk | 100GB (each cluster node) | ||
Networks | 2/3 (management and public, optionally separate PXE) |
Software Prerequisites
- Ubuntu 16.04/18.04 is installed on each node;
- SSH server running on each node, allowing password-based logins;
- a user (by default named iec, but can be customized via config later) is present on each node;
- iec user has passwordless sudo rights;
- iec user is allowed password-based SSH login;
...
Code Block | ||
---|---|---|
| ||
jenkins@jumpserver:~$ git clone https://gerrit.akraino.org/r/iec.git
jenkins@jumpserver:~$ cd iec/src/foundation/scripts
jenkins@jumpserver:~/iec/src/foundation/scripts$ vim config.sh |
Running
Simply start the installation script in the same directory:
...
Code Block | ||
---|---|---|
| ||
jenkins@jumpserver:~$ git clone https://gerrit.akraino.org/r/iec.git
jenkins@jumpserver:~$ cd iec/src/foundation/scripts
jenkins@jumpserver:~/iec/src/foundation/scripts$ vim config.sh
jenkins@jumpserver:~/iec/src/foundation/scripts$ ./startup.sh |
...
All issues should be reported via `IEC JIRA`_ page IEC JIRA page. When submitting reports, please provide as much relevant information as possible, e.g.:
...
- Apache License 2.0: https://www.apache.org/licenses/LICENSE-2.0
- Akraino Home Page: https://wikilf-akraino.akrainoatlassian.orgnet/wiki/pages/viewpage.action?pageId=32770313664258
- IEC Wiki: https://wikilf-akraino.akrainoatlassian.orgnet/wiki/display/AK/Integrated+Edge+Cloud+%28IEC%29+Blueprint+Family
- IEC JIRA: https://jira.akraino.org/projects/IEC/issues/
- Akraino Blueprint Validation: https://wikilf-akraino.akrainoatlassian.orgnet/wiki/display/AK/Akraino+Blueprint+Validation+Framework
- Sonobuoy: https://github.com/heptio/sonobuoy
...