Commit Graph

110 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
OpenDev Sysadmins 17d34be4c5 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:33:15 +00:00
Christian Berendt 30d2c6ffce Remove a not required newline from Vagrantfile
Dummy change to publish the docs to the new location.

Change-Id: I9130a966945a7bf70d40f4485c11d08e0bb41a59
2017-07-12 08:57:28 +02:00
Jenkins d7cb6577a6 Merge "Show team and repo badges on README" 2017-01-19 11:12:42 +00:00
Cao Xuan Hoang 5066150528 Changed the home-page link
Set the correct url link for home-page

Change-Id: I7ca9539653348cd98fd73b4aace3392105a730cb
2016-12-01 15:46:37 +07:00
Flavio Percoco 8ea62372a1 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/b1316e62360a93ed4e8ec2c0aa10bf73\n'

Change-Id: Ida5e33cea31df387b7dbe8985486ad9e8ce35c00
2016-11-25 14:43:50 +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
Craig Sterrett f19885b629 Changed pymysql version in requirements.txt file
Changed the requirements.txt file to install versions of pymysql less than
v0.7.  A change was made in V0.7 to throw an exception if you try to store
unicode data in a binary column which the fractal image data is stored in
a blob.

Closes-Bug: #1602322

Change-Id: I58bbe49b4ab48c0fcd1801d96fdf737d5f1f28ab
2016-10-14 08:38:05 -07:00
Marcela Bonell fa598ef6e3 Fix a typo in the title of the project
Closes-Bug: #1561112

Change-Id: Ie0fd1621abfa6a133f22a9884c5fc82af5feaafb
2016-04-05 10:49:57 +00:00
Jenkins eab76d1b79 Merge "Remove 'verbose' from faafo.conf and update sample config file" 2016-02-28 09:36:19 +00:00
Jenkins 6ac8c251c4 Merge "Install python-mysql/python-mysqldb as a dependency of faafo" 2016-02-28 09:33:11 +00:00
Christian Berendt 04bc91d5e7 Remove 'verbose' from faafo.conf and update sample config file
The parameter 'verbose' is deprectaed and will be removed in a future
release of oslo.config.

Change-Id: I66c9443f2fd9ce4566c07ea5915815f700fb1fa7
2016-02-25 19:50:00 +01: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
Christian Berendt c980221572 Update the documentation URL in the README file
Documentation is now published on
http://docs.openstack.org/developer/faafo/.

Change-Id: Ibbeb3891885fa3a5900cbaf791816d3e0defeee6
2016-02-25 19:30:53 +01:00
Doug Hellmann e73bb1b555 remove python 2.6 trove classifier
OpenStack projects are no longer being tested under Python 2.6, so
remove the trove classifier implying that this project supports 2.6.

Change-Id: I1db1cfaf6cb1483fc0a0ea5a257d85784f038244
2015-12-23 01:31:08 +00:00
Jenkins bdc5b31509 Merge "faafo repository moved from stackforge to openstack namespace" 2015-10-20 10:30:15 +00:00
Jeremy Stanley 5cbb834f0a Update .gitreview for new namespace
Change-Id: I6342c050d4684155cde67467ab290995b40f5004
2015-10-17 22:10:20 +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
Tom Fifield 37b3d026b8 Fix for faafo install
The line installing the mysql library made it fail on
ubuntu 14.04. The pymysql library works just fine and
is already in requirements, so update the requirements
to remove the dodgy line

Change-Id: I83626ada5f2e26a6eac12676a6e3aa07d4e4b81f
2015-09-23 11:38:04 +08:00
Jenkins 0992c0e0ae Merge "Sync requirements with global requirements" 2015-09-21 09:59:08 +00:00
Jenkins 60be60cf9b Merge "Use MEDIUMBLOB column when storing fractals in MySQL" 2015-09-21 07:26:46 +00:00
Jenkins a36ad295bb Merge "Vagrantfile: use shortcuts for memory and CPU settings" 2015-09-20 17:27:57 +00:00
Christian Berendt dbe60a1d6b Vagrantfile: use shortcuts for memory and CPU settings
Change-Id: I3c79821729f7f91372e896e3fd2a5e6ea98ab901
2015-09-20 19:15:50 +02:00
Jenkins 837c7eb160 Merge "Link the "Developer's Guide" in the CONTRIBUTING file" 2015-09-20 17:14:32 +00:00
Christian Berendt d0f1c00b81 Sync requirements with global requirements
Change-Id: Id51e42a69c6632765100732f26291bf81178af0c
2015-09-20 18:58:30 +02:00
Christian Berendt 6d4c9a9817 Link the "Developer's Guide" in the CONTRIBUTING file
Change-Id: I38f045792b74bbfb323fadff8f52f3909d6208a0
2015-09-20 18:53:01 +02:00
Martin Paulo d62251c1a5 Use MEDIUMBLOB column when storing fractals in MySQL
Closes-bug: #1496687

Change-Id: I7e1298c3362f73c43900ac82b14958afa217f02b
2015-09-20 18:32:52 +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 45fba5c25b Remove the <pre> tags from generated_by
Change-Id: Ifec321241f95d55d32f56a363e89cbcbf9d2f7c7
2015-04-23 16:20:01 +02:00
Jenkins 24b9f4258a Merge "Remove Ansible from the Vagrant environment" 2015-04-05 17:24:05 +00:00
Christian Berendt 8daf4fb059 Remove Ansible from the Vagrant environment
Change-Id: If0a161504424646aad49bcd7cb8f0636fa05db28
2015-04-05 19:07:56 +02:00
Christian Berendt 967d0d2c89 Remove Keystone from the README file
Change-Id: I13863cbdb4260d5f570bdbc0f3d152c593391b6d
2015-04-05 19:07:35 +02:00
Christian Berendt 7e8d85658b Fix the installer runs in the Vagrantfile
Change-Id: Ia77961372bc7fd2bf52cba502a3b43bcaee04334
2015-04-03 11:39:45 +02:00
Christian Berendt 1c03b9a673 Forward the port of the webinterface on the correct node
Change-Id: Icaeb4af7bee9e161a37ef49ab231329c53c37428
2015-04-03 10:50:01 +02:00
Jenkins 67cb2cce1f Merge "Extend the Vagrant environment to multiple nodes" 2015-04-03 08:44:56 +00:00
Christian Berendt 9e11013025 Add generated_by field to the database model
Change-Id: I1cd3c0eafdbcef9bdd7ef632e9210f071fb0ee9f
2015-04-03 10:32:57 +02:00
Christian Berendt f863f455cf Extend the Vagrant environment to multiple nodes
Change-Id: I9c649ca1aac1121348d990d33a7abbb4fd99596a
2015-04-03 10:29:28 +02: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 47f2fbab8e Add subcommand 'list' to the client
Change-Id: Ie15881e530a888d1844f1258779d61b4e1a3ec46
2015-04-02 13:24:24 +02:00
Christian Berendt aa89e45df6 Remove glance-store and store generated fractals into the database
Change-Id: Ic547867e251132ee7791341970a59fca3f90d818
2015-04-02 12:39:46 +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 a2b5a10e84 Add non-randomized parameters to the create command
Change-Id: I7a23eac29d3b7804cfa5543768c169108d264626
2015-04-02 05:51:57 +02:00