Versions Compared

Key

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

Procedure for setup of ELIOT - Virtual

...

Environment  using ThinOS:

Pre-requisites

Hardware Level:

x86_64 / arm64 hardware

Software Level:

Ubuntu OS running as VM / Bare Metal

Ubuntu OS version should be 16.04 and above

From Deployment script,

Panel

   $ git clone https://gerrit.akraino.org/r/eliot

Create a folder in $HOME , then do above step

Configurations in eliot_setup.sh

...

Note
  •  tap_interface_address

This should be the same address which is used to assign the tap interface in edge node on the thin_os_setup.sh in the following line which is executed already.

Example in our case, it is

$ ifconfig tap0 192.168.100.1

Currently supported Platforms:

The deployment script for ELIOT edge node and ELIOT Master node setup is currently suitable for the x86_64 and arm64 machines

Common errors to neglect:

The following errors may occur after downloading disk.qcow2 - thinos image file from public server

RTNETLINK answers: Operation not permitted
W: /etc/qemu-ifup: no bridge for guest interface found
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]

...

Troubleshooting:

If eliot_setup.sh failed due to some error, while installing/downloading the lightweight os

...

If eliot_setup.sh failed due to some error, you have to do the following in ELIOT edge node.
Delete the newly created tap interface if it is created
If your created tap interface name is tap0,

...