joseadp / tma-execute

Execute component dispatch the actions to the appropriate actuator to perform an adaptation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is DEPRECATED! The development continues in the ATMOSPHERE project

tma-execute

This project aims to:

  • Consume the items from a topic queue;
  • Perform the adaption defined in the item of the queue.

Prerequisites

This component requires the software available in tma-utils.

Installation

This is a simple module to execute the plan from TMA.

To build the jar, you should run the following command on the worker node:

sh build.sh

To deploy the pod in the cluster, you should run the following command on the master node:

kubectl create -f tma-execute.yaml

About

Execute component dispatch the actions to the appropriate actuator to perform an adaptation


Languages

Language:Java 97.3%Language:Dockerfile 2.5%Language:Shell 0.2%