Browse Source
Merge pull request 'dev_faafo' (#3) from dev_faafo into master
Merge pull request 'dev_faafo' (#3) from dev_faafo into master
Reviewed-on: https://gogs.informatik.hs-fulda.de/srieger/cloud-computing-msc-ai-examples/pulls/3master
srieger
8 months ago
19 changed files with 289 additions and 166 deletions
-
8demo1-getting-started.py
-
31demo2-instance-with-init-script.py
-
35demo3-microservice.py
-
28demo4-scale-out-add-worker.py
-
38demo4-scale-out.py
-
6demo5-1-durable-storage.py
-
6demo5-2-backup-fractals.py
-
6destroy-all-demo-instances.py
-
90faafo/bin/faafo
-
11faafo/contrib/install-aws.sh
-
33faafo/contrib/install.sh
-
6faafo/contrib/test_api.py
-
4faafo/doc/source/conf.py
-
17faafo/doc/source/conf.py.bak
-
48faafo/faafo/api/service.py
-
10faafo/faafo/api/templates/index.html
-
38faafo/faafo/worker/service.py
-
37faafo/requirements.txt
-
3faafo/setup.cfg
@ -0,0 +1,17 @@ |
|||
# Licensed under the Apache License, Version 2.0 (the "License"); |
|||
# you may not use this file except in compliance with the License. |
|||
# You may obtain a copy of the License at |
|||
# |
|||
# http://www.apache.org/licenses/LICENSE-2.0 |
|||
# |
|||
# Unless required by applicable law or agreed to in writing, software |
|||
# distributed under the License is distributed on an "AS IS" BASIS, |
|||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
|||
# implied. |
|||
# See the License for the specific language governing permissions and |
|||
# limitations under the License. |
|||
|
|||
copyright = u'2015, OpenStack contributors' |
|||
master_doc = 'index' |
|||
project = u'First App Application for OpenStack' |
|||
source_suffix = '.rst' |
@ -1,18 +1,31 @@ |
|||
pbr>=1.6 |
|||
#pbr>=1.6 |
|||
pbr |
|||
pytz |
|||
positional |
|||
iso8601 |
|||
anyjson>=0.3.3 |
|||
eventlet>=0.17.4 |
|||
PyMySQL>=0.6.2,<0.7 # 0.7 design change breaks faafo, MIT License |
|||
SQLAlchemy>1.3,<1.4 # 1.4 breaks faafo list |
|||
Pillow==2.4.0 # MIT |
|||
requests>=2.5.2 |
|||
#anyjson>=0.3.3 |
|||
#anyjson |
|||
#eventlet>=0.17.4 |
|||
eventlet |
|||
#PyMySQL>=0.6.2,<0.7 # 0.7 design change breaks faafo, MIT License |
|||
#PyMySQL>=0.6.2 |
|||
PyMySQL |
|||
#SQLAlchemy>1.3,<1.4 # 1.4 breaks faafo list |
|||
#SQLAlchemy>=2.0.16 |
|||
SQLAlchemy |
|||
#Pillow==2.4.0 # MIT |
|||
Pillow |
|||
#requests>=2.5.2 |
|||
requests |
|||
Flask-Bootstrap |
|||
Flask |
|||
flask-restless |
|||
flask-restless-ng |
|||
flask-sqlalchemy |
|||
oslo.config>=2.3.0 # Apache-2.0 |
|||
oslo.log>=1.8.0 # Apache-2.0 |
|||
PrettyTable>=0.7,<0.8 |
|||
kombu>=3.0.7 |
|||
#oslo.config>=2.3.0 # Apache-2.0 |
|||
#oslo.log>=1.8.0 # Apache-2.0 |
|||
#PrettyTable>=0.7,<0.8 |
|||
#kombu>=3.0.7 |
|||
oslo.config |
|||
oslo.log |
|||
PrettyTable |
|||
kombu |
Write
Preview
Loading…
Cancel
Save
Reference in new issue