RETIRED, Function as a Service for OpenStack
Go to file
Lingxian Kong ac9d477112 Scale down function
This is admin only operation. The load monitoring of function execution
depends on the monitoring solution of underlying orchestrator.

Implements: blueprint qingling-autoscaling
Change-Id: I2eff62a45a718d230b51f18c5a49e0abea5f3164
2017-09-03 23:55:32 +12:00
devstack Add devstack plugin and scripts 2017-08-30 15:42:12 +12:00
doc/source Documentation improvement 2017-08-25 10:37:21 +12:00
example/functions/python Support Keystone session in python runtime 2017-07-03 01:16:40 +12:00
qinling Scale down function 2017-09-03 23:55:32 +12:00
qinling_tempest_plugin Scale down function 2017-09-03 23:55:32 +12:00
releasenotes Initial commit for qinling project 2017-04-11 15:13:10 +12:00
runtimes/python2 Fix logs query for executions 2017-08-29 23:54:30 +12:00
tools Scale down function 2017-09-03 23:55:32 +12:00
.coveragerc Make api service work 2017-04-14 15:17:05 +12:00
.gitignore Fix file pattern in git ignore 2017-07-05 00:10:09 +12:00
.gitreview Make api service work 2017-04-14 15:17:05 +12:00
.mailmap Make api service work 2017-04-14 15:17:05 +12:00
.testr.conf Make api service work 2017-04-14 15:17:05 +12:00
CONTRIBUTING.rst Update and replace http with https for doc links in qinling 2017-08-13 19:28:54 -07:00
HACKING.rst Update and replace http with https for doc links in qinling 2017-08-13 19:28:54 -07:00
LICENSE Initial commit for qinling project 2017-04-11 15:13:10 +12:00
README.rst Improve doc 2017-08-14 15:36:50 +12:00
babel.cfg Initial commit for qinling project 2017-04-11 15:13:10 +12:00
requirements.txt Add jobs api 2017-07-21 22:52:05 +12:00
setup.cfg Scale down function 2017-09-03 23:55:32 +12:00
setup.py Updated from global requirements 2017-07-04 15:00:21 +12:00
test-requirements.txt Updated from global requirements 2017-07-04 15:00:21 +12:00
tox.ini Add basic unit test structure 2017-07-04 14:34:53 +12:00

README.rst

Qinling

Note

Qinling (is pronounced "tʃinliŋ") refers to Qinling Mountains in southern Shaanxi Province in China. The mountains provide a natural boundary between North and South China and support a huge variety of plant and wildlife, some of which is found nowhere else on Earth.

Qinling is Function as a Service for OpenStack. This project aims to provide a platform to support serverless functions (like AWS Lambda). Qinling supports different container orchestration platforms (Kubernetes/Swarm, etc.) and different function package storage backends (local/Swift/S3) by nature using plugin mechanism.