Commit Graph

26 Commits

Author SHA1 Message Date
Andreas Jaeger efcd648742 Retire faafo repository
This repo is now unused since the first app document is retired. Remove
the content following
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

Needed-By: https://review.opendev.org/710654
Depends-On: https://review.opendev.org/710652
Change-Id: I10e7f9fcf06b638aa12c03a5731e7bd980ed32d3
2020-03-01 18:10:30 +01:00
Jenkins db36adf7ec Merge "Added fix required to run on Ubuntu 14.04" 2016-10-26 15:55:05 +00:00
Martin Paulo 9fe9c95be0 Added fix required to run on Ubuntu 14.04
When run with the NeCTAR Ubuntu 14.04 image the pip install of
the requirements.txt file fails because:

* pbr is already installed, and is an earlier version that that required
* there are other python packages required that are not installed.

This fix uses pip to upgrade the pbr version installed, and adds
the required packages to the requirments.txt file.

Closes-Bug: #1636150
Change-Id: I2b5a3988cfbaa1c2b6feec0a3e18dec805fcfb83
2016-10-25 17:03:37 +02:00
Martin Paulo 06d8c74aa5 Added fix required to run on Ubuntu 16.04
Due to bug
https://bugs.launchpad.net/ubuntu/+source/supervisor/+bug/1594740
the install.sh script will fail when run on Ubuntu 16.04.

This commit adds the fix suggested in the Ubuntu bug report.

Change-Id: I1ffe7c9f1c1388576290f3444345791be9880a92
Closes-Bug: 1604912
2016-10-24 13:43:27 +02:00
Christian Berendt a2546cd7c1 Install python-mysql/python-mysqldb as a dependency of faafo
When installing on multiple instances python-mysql/python-mysqldb have
to be installed on the faafo nodes itself.

Change-Id: I12c63d212bb0cbab9d020662b4c8453f39a5a454
2016-02-25 19:33:27 +01:00
Jenkins bdc5b31509 Merge "faafo repository moved from stackforge to openstack namespace" 2015-10-20 10:30:15 +00:00
Christian Berendt 5d53adaedf Fix database installation
* set correct database URL
* install required Python MySQL package
* use correct command to restart MySQL service on Ubuntu

Change-Id: Ia99549553a5ff47414a350724afc45bd35da69c9
2015-10-04 21:08:21 +02:00
Jenkins 7b2b463312 Merge "Add support for Fedora to the installer" 2015-10-04 18:40:38 +00:00
Christian Berendt a3b316a9cb Add support for Fedora to the installer
Change-Id: Ie080989f76d940865389802face730cdba40fa09
2015-10-04 20:16:29 +02:00
Christian Berendt ac7ea5700a faafo repository moved from stackforge to openstack namespace
Change-Id: I683683b4eddedcec133f409d53b4e351f5b3563d
2015-09-23 13:25:57 +02:00
Christian Berendt 949674d594 Remove deprecated script 'install_from_pip.sh'
Change-Id: Id4e56f5a3a8fe904e716b045b43644ae4e1a1bee
2015-08-24 11:21:43 +02:00
James Dempsey 35b770a364 Ensure 'apt-get update' runs before 'apt-get install'
Change-Id: I0d4305f3f1812631111636aa56c019b3316e98e4
2015-05-31 18:22:09 +12:00
Christian Berendt 7a1965cbf4 Run supervisorctl only on API and worker instances
Change-Id: I281228ee29c5003ef082e4702cfa161bd02bcc6d
2015-04-03 10:08:12 +02:00
Christian Berendt 77db956fc1 Fix the database installation
Change-Id: I5d94bcdd953bcbc5fb15397b602df739068db526
2015-04-03 09:49:17 +02:00
Christian Berendt 8df64be42c Change back from oslo.messaging to kombu
Use work queues instead of RPC casts to improve the API performance.

Change-Id: I6141dc0b8be38541314df3ae770f8651faa40ecd
2015-04-02 18:20:40 +02:00
Christian Berendt 0221051396 Add support for MySQL installation to the install.sh script
Change-Id: I1c45a59451d1966ef70368d679200ff9d71457e8
2015-04-02 07:57:45 +02:00
Christian Berendt 77b6db3326 Decrease the number of generated fractals in the demo mode
Change-Id: I56eb96941e7ab179e1d38cb9ec2ed448cc53ef64
2015-04-02 04:29:01 +02:00
Christian Berendt 2f12297cc8 Rename parameter a(pi) to e(ndpoint) in install.sh script
Change-Id: I91e39dc3db5e3b1b8e00c2e710a04761640c068e
2015-04-02 04:04:32 +02:00
Christian Berendt 6fbb32cbdf Fix the faafo create command in the install.sh script
Change-Id: Idd08f82c42115e9e2320f6063a5dfead953adaef
2015-04-02 03:46:03 +02:00
Christian Berendt 2a15833bc0 Change the webinterface/API TCP port to 80
Change-Id: I03c3556b1d3072f89c6af97d5a757d60e99db8c7
2015-04-02 03:16:22 +02:00
Christian Berendt f9214999fc Overall improvement of the install.sh script
Change-Id: Id5c53303ba537c86dbd73fdfffa00e60f5636f92
2015-04-01 11:27:10 +02:00
Christian Berendt 19e116fecf change pyton to python and add zlib1g-dev in install.sh
Change-Id: Ic5ba4867b8b0710e6daf4ceb5b1610b49b99d1a1
2015-04-01 06:37:15 +02:00
Christian Berendt c2406c4d04 Add a install script to be able to install directly from Git
Change-Id: I3b7c65e1153fbd00f31c4939ac481404fa9bd189
2015-04-01 06:10:53 +02:00
Christian Berendt d5486c9dcc Install RabbitMQ and Supervisord with the installer script
Change-Id: I28767991d6ab55ecd738734c8f98606788710a9c
2015-04-01 03:51:13 +02:00
Christian Berendt c26b745ce7 Add a simple script to install FAAFO from PyPi
Change-Id: Ib1113d4da0945d9f2181bd4796e70c34c9856940
2015-03-31 10:41:18 +02:00
Christian Berendt a09ad6bfe7 Simplify API service by using Flask-Restless 2015-03-07 11:50:51 +01:00