Custom python based workers for the Netflix OSS Conductor
Go to file
dcore94 99fb92d749 adapted to 3.0.4 2021-05-12 15:47:15 +02:00
conductor adapted to 3.0.4 2021-05-12 15:47:15 +02:00
docker adapted to 3.0.4 2021-05-12 15:47:15 +02:00
pyexecplugins passing config to all plugins 2021-03-22 16:36:35 +01:00
.gitignore First share 2020-06-19 10:50:02 +02:00
Dockerfile major refactoring 2020-10-14 18:06:28 +02:00
PyExec.py fixed adoption of Mail 2021-03-22 15:30:31 +01:00
README.md major refactoring 2020-10-14 18:06:28 +02:00
build-base.sh new release 2020-10-30 19:19:31 +01:00
build-provisioning.sh bug fixes 2020-11-05 15:27:58 +01:00
config.cfg added PyMail to build of docker base workers image 2021-03-22 11:42:47 +01:00
entrypoint.sh adapted to 3.0.4 2021-05-12 15:47:15 +02:00
mail-test-config.cfg added worker for sending emails and example configuration file 2021-03-22 11:28:05 +01:00
requirements.txt major refactoring 2020-10-14 18:06:28 +02:00
setup.cfg First share 2020-06-19 10:50:02 +02:00
setup.py major refactoring 2020-10-14 18:06:28 +02:00

README.md

Python workers for Conductor

Python worker for Conductor provides :

  1. PyExec: a plugin based set of workers for Netflix OSS Conductor written in Python3 for

Install

Example

python3 PyExec # Runs a bare PyExec supporting only Nop, Identity and Sequence plugins
python3 PyExec Http Ansible Packer #this runs PyExec with pyrest, pyansible and pypacker plugins enabled 
python3 PyExec Shell Eval # runs a a PyExec with only pyshell and py eval enabled. pyshell executes shell commands, pyeval executes arbitrary Python3 code