qinling/qinling/orchestrator
Lingxian Kong aa765e2ae9 Support kubernetes python client 4.0.0
From 4.0.0, kubernetes-incubator/client-python uses multiprocessing
libaray to send request to k8s cluster, which is not supported by
eventlet. This patch introduced the following changes to fix the issue:

- Use cotyledon for engine service rather than oslo.service
- Update global requirments
- Provide separate scripts for api and engine service

References:
[1] https://github.com/eventlet/eventlet/issues/147
[2] https://bugs.launchpad.net/taskflow/+bug/1225275

Change-Id: Ib99565e00eedc72c388e8ebec6b7f1453f77f30f
2018-01-05 18:30:25 +13:00
..
kubernetes Support kubernetes python client 4.0.0 2018-01-05 18:30:25 +13:00
swarm Complete basic workflow(Finally!) 2017-05-12 12:00:19 +12:00
__init__.py Add engine service and rpc layer 2017-04-17 23:58:36 +12:00
base.py Scale down function 2017-09-03 23:55:32 +12:00