Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

The guide covers the installation details which are related to ELIOT Iot Gateway Blueprint.  

...

Note: ELIOT IotGateway Blueprint Deployment has been tested on Cloud VM and is not tested on Bare-Metal Environment. Though, theoretically deployment should work  in bare metal,  provided hardware and software prerequisites are met. Kindly refer R5 - Test Documentation of Edge Lightweight IotGateway (ELIOT) to get details on the tested deployment.

...

The minimum number of nodes required for a complete ELIOT Topology is three2. (Bare-Metal or Virtual Machines) 

...

For Virtual Deployment minimum three2 Virtual machines, following are the virtual machines(OCD and Master on same node) and their usage

No

Usage

1

One Click Deployment Node

ELIOT Master Node

3IotGateway Node

...

root@akraino-mec-0002:~# vi eliot-inventory.ini

For Edge Gallery installation:

MUNO-Mode:

Execute the below command:

cd eliot 4. Modify other configuration files
Edit the configuration file so that the IP addresses of the OCD, ELIOT Master Node, and IotGateway Node are <ocp_ip>, <master_ip>, and <edge_ip> respectively.
An example of the description of the configuration file when the admin password of HARBOR is <password> is shown below.


$ eliot/blueprints/iotgateway/playbooksansible-playbook -i /muno-config/controller/hosts-muno-controller eliot-eg-muno-controller.yml --extra-vars "operation=install" -e "ansible_user=
[master]
<master_ip>


$ eliot/blueprints/iotgateway/playbooks/muno-config/controller/var.yml

HARBOR_ADMIN_PASSWORD: <password>

# Could be true or false
# true: Deploy k8s NFS Server to keep the persistence of all pods' data
# false: No need to keep the persistence of all pods' data

# ENABLE_PERSISTENCE: true
ENABLE_PERSISTENCE: false

# ip for portals, will be set to private IP of master node default or
# reset it to be the public IP of master node here
# PORTAL_IP: xxx.xxx.xxx.xxx
PORTAL_IP: <master_ip>


$ eliot/blueprints/iotgateway/playbooks/muno-config/edge/hosts-muno-edge
[master]
<edge_ip>


$ eliot/blueprints/iotgateway/playbooks/muno-config/edge/var.yml

HARBOR_ADMIN_PASSWORD: <password>

# Could be true or false
# true: Deploy k8s NFS Server to keep the persistence of all pods' data
# false: No need to keep the persistence of all pods' data
ENABLE_PERSISTENCE: false

# ip for portals, will be set to private IP of master node default or
# reset it to be the public IP of master node here
# PORTAL_IP: xxx.xxx.xxx.xxx

# NIC name of master node
# If master node is with single NIC, not need to set it here and will get
# the default NIC name during the run time
# If master node is with multiple NICs, should set it here to be
# 2 different NICs
# EG_NODE_EDGE_MP1: eth0
# EG_NODE_EDGE_MM5: eth0

OCD_IP: <ocp_ip>

5.Send the git clone file from OCD to ELIOT Master Node and IotGateway Node.
$ scp -r ./eliot <node_ip>:~



For Edge Gallery installation:

Select one of Multi Node Inventory Mode (MUNO-Mode) or All in one mode (AIO mode) and install it.


MUNO-Mode:

Execute the below command:

cd eliot/blueprints/iotgateway/playbooks

ansible-playbook -i muno-config/controller/hosts-muno-controller eliot-eg-muno-controller.yml --extra-vars "operation=install" -e "ansible_user=root"

ansible-playbook -i muno-config/edge/hosts-muno-edge eliot-eg-muno-edge.yml --extra-vars "operation=install" -e "ansible_user=root"

...

Once the execution is completed in console will see prompt "ELIOTEdge Environment Installed  , Components Install ELIOT Master and EDGE Nodes Successfully"

...

Components and Services running ELIOT IotGateway/ Edge Node


Deploy Application in ELIOT

  1. Login to

...

  1. MECM Portal https://ip:30093 

             1.1   click on Systems ->App LCM ->New  Registration

                     Name: Applcm(any general name)

                     IP: applcm"public ip"

           

...

 

...

       Port: 30204

Image Added



Image Added


           

...

Image Removed

...

 1.2.   Click on Systems ->App Rule -> New Registration 

       

...

             Name: Apprule(any general name)

                   

...

 IP: applcm"public ip"

           

...

         Port: 30206

Image Added



Image Added


           

...

 1.3.   click on Systems ->App Store ->New Registration 

           

...

         App Store Name: appstore(any general name)

           

...

         IP: Appstore public ip

           

...

       

...

 Port: 30099

           

...

       

...

 Appstore Repo: {HarborIP:443}(192.168.1.1:443)

           

...

     

...

   Repo Name: appstore(any general name)

             

...

       Repo Username: admin(harbor user name)

         

...

 

...

 

...

 

...

 

...

Image Removed 

      1.3.  Now click on Deployment Test.

   Repo Password: Harbor12345(harbor password)

                   

...

 Vendor: vendor(any general name)


Image Added



Image Added


       2. Login to Developer Portal https://ip:30092

           

...

 2.1.   Add sandbox env to deploy application before publish

           

...

   

...

     

...

Click System ->Host Management ->Add Host

Image Added

             Name: general name

             System: k8s

           

...

 Lcmip: sandbox ip(for testing purpose can provide edge ip, if no sandbox env)

         

...

   mecHost: sandbox ip(for testing purpose can provide edge ip, if no sandbox env)

             Port: 31252

           

...

      1.4.  Now click on Application Release

 Protocol: https

             Architecture: X86

             Status: Normal

   

...

 

...

       Port Range: leave as it is

     

...

 

...

 

...

   Address: Bangalore

             UploadConfig File: upload sandboxenvkubeconfig file


      2.

...

 

...

Click on 

...

Workspace -

...

Create Project -> Application Integration -> Start

 

...

           - Provide 

...

App Name, Version, Provider, Workload Type, Architecture, Industry, Type. 

         

...

 

...

 - Upload Icon, provide Description. 

...

And click on confirm.

2.pngImage Added


      2.

...

3.

...

  Now click on Deployment Test.

            -   

...

 Upload Docker images directly from portal by clicking on Upload App Image

             

...

    Or, directly push Docker images to Harbor repo (takes lesser time, preferred)

           

...

-     Click next, upload deployment yaml file now.

           

...

              Repo Name: appstore(any general name)

-     After config upload, click next and click start deployment

           

...

-     After Deployment is success, click on Release Recourses

           

...

Note:

            -   

...

Image Removed

      2.3.    Add k8s node:

...

 While Deployment test if any error happens, open ATP portal (https://ip:30094) in another tab of browser, sing in,  come back to developer portal and re run deployment test 

           

...

-

...

     gitee.com/edgegallery/applications repo provides, A lot of applications with their logo, deployment yaml & user guides


      2.4.  Now click on Application Release

           

...

 Upload file for Application Description

           

...

 Click save config, click Next Step, click Start Test, scroll down to find & click Start Test button, click Next Step, click publish to publish application to appstore. 


3.    Login to MECM Portal https://ip:30093 

           

...

 3.1.   Add k8s node:

             

...

     

...

 Click on Edge Nodes ->New Rgistration     

...

             

...

       VM: k8s

       

...

           

...

Image Removed

 Name: edge1

         

...

   

...

       IP: edge public ip

       

...

 

...

Image Removed

     

...

   

...

 Location: select from drop down

               

...

 

...

   Address: yanta

               

...

     Coordinates: 116.39,39.90

     

...

   

...

           Architecture: x86

   

...

               

...

 Capabilities: select none

                   

...

 MEPM: select applcm node from dropdown

Image Added


           

...

 3.2.   Download /root/.kube/config file from edge node

             

...

Image Removed

             Application will be deployed on edge.And click on Upload config file to upload.

Image Added


Developer  Guide and Troubleshooting

...

S. NoSoftwareTypeVersionLicenseRemarks
1.

Docker

CRI

18.09

Apache 2.0 license

No code modifications done

2.KubernetesOrchestrationv1.18.7Apache 2.0 licenseNo code modifications done
3.Edge GalleryOpen Source MEC Platform1.1.1Apache 2.0 licenseOpen Source MEC Platform
4.Grafana

Monitoring

7.1.1Apache 2.0 license

EDGE / IotGateway Node

S. NoSoftwareTypeVersionLicense Information Remarks
1.DockerCRI18.09Apache 2.0 licenseNo code modifications done
2.K8sOrchestration1.18.7Apache 2.0 licenseNo code modifications done
3.Edge GalleryOpen Source MEC Platform1.1.1Apache 2.0 licenseNo code modifications done
4.cAdvisorContainer Metricsv0.36.0Apache 2.0 licenseNo code modifications done
5.RabbitMQMessage Broker3.7Mozilla Public LicenseNo code modifications done. RabbitMQ image is deployed as is.
6.PrometheusMetrics Collector9.3.1Apache 2.0 licenseCode part of Edge Gallery
7.OPC-UAIoT ProtocolGenevaApache 2.0 licenseUpstream
11EdgeXServicesEdinburghApache 2.0 licenseUpstream

References

...