Custom python based workers for the Netflix OSS Conductor
Go to file
dcore94 1a85ae9f8d moved multipart to streaming 2021-10-11 17:43:59 +02:00
conductor added support for basic auth 2021-07-22 17:42:43 +02:00
docker added httpbridge to nodes supported by base workers 2021-09-14 09:24:25 +02:00
pyexecplugins moved multipart to streaming 2021-10-11 17:43:59 +02: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 added support for basic auth 2021-07-22 17:42:43 +02: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-nw-docker-cluster.cfg example configs for provisioning workers of d4science ccp 2021-07-14 15:31:38 +02:00
config-nw-lxd-cluster.cfg example configs for provisioning workers of d4science ccp 2021-07-14 15:31:38 +02:00
config.cfg added support for basic auth 2021-07-22 17:42:43 +02: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