Skip to content

This application example shows how to use IECTL tool for automatic IEM/IED provisioning and application deployment.

License

Notifications You must be signed in to change notification settings

paveel-h/iectl-workflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Industrial Edge Control

Industrial Edge Control (IECTL) is a command line tool that enables you to interact with APIs of Industrial Edge components using just commands. This document describes how to use IECTL to automate workflow from provisioning IEM, onboarding Edge Devices to automatically deploying Edge applications. More information about the tool as well as the official documentation can be found here.

Description

Overview

This application example shows how to install and use IECTL in a complete workflow to automatically setup Edge components in 3 steps:

  1. Activate IEM
  2. Onboard Edge device
  3. Deploy Edge applications

General task

The main goal of this example is to show how to setup the Industrial Edge platform in an automated workflow using IECTL. The idea is to provide with several shell scripts which can be adjusted and executed from a development environment to provision Industrial Edge components. This application example follows the network structure displayed in the picture below. The workflow starts with activating IEM in IE HUB, continues with automatic onboarding of one Edge Device and finally custom application is uploaded and deployed to the newly onboarded device. The provided shell scripts can be used and scaled for multiple IEMs, IEDs or applications. Please note that IP based IEM is used in this example and for DNS based setup the steps may differ.

Requirements

Prerequisites

  • All Components are connected to a network with DHCP server available
  • All components have an IP address
  • IEM has connection to IE HUB
  • IP based IEM is used in this example
  • Linux Device with Docker and docker compose installed

Used Components

  • Industrial Edge HUB
  • Industrial Edge Management App v1.4.11
  • Industrial Edge Management OS v1.4.0-42-amd64
  • Industrial Edge Device v1.3.0-57
  • Ubuntu 20.04 as development environment
  • Industrial Edge Control (IECTL) for Linux v2.0.3

Installation

The installation steps can be found here. The installation consist of following steps:

Implementation

The description of the implemented commands in the scripts can be found here.

Documentation

Contribution

Thank you for your interest in contributing. Anybody is free to report bugs, unclear documentation, and other problems regarding this repository in the Issues section. Additionally everybody is free to propose any changes to this repository using Pull Requests.

If you are interested in contributing via Pull Request, please check the Contribution License Agreement and forward a signed copy to industrialedge.industry@siemens.com.

Licence & Legal Information

Please read the Legal information

About

This application example shows how to use IECTL tool for automatic IEM/IED provisioning and application deployment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 83.3%
  • Python 11.8%
  • HTML 4.2%
  • Dockerfile 0.7%