Commit Graph

10 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
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 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 aa89e45df6 Remove glance-store and store generated fractals into the database
Change-Id: Ic547867e251132ee7791341970a59fca3f90d818
2015-04-02 12:39:46 +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 6e278ec95a Remove the producer user
Change-Id: I1011a946dc0cf7191a5207eafc478511f5aedece
2015-04-01 05:42:57 +02:00
Christian Berendt 2ffb9fb3d1 Strip down to use only one configuration file
Change-Id: I51a35123eb37a0b97105f83681899e4d74cd160d
2015-03-31 11:19:06 +02:00
Christian Berendt cfdb998eba Add a simple and basic webinterface to the API service
Change-Id: I26c8f673f8f2697c63e6210a5a9f83b69259ea21
2015-03-29 18:56:11 +02:00
Christian Berendt da37ae9835 Add genconfig environment to generate sample configuration files
Change-Id: I06fa0acc7c49c36e4c31b536cfccd010b65aaa18
2015-03-29 18:40:54 +02:00
Christian Berendt ec790a3bed Introduction of oslo.messaging
* replaces kombu with oslo.messaging

* deprecates and removes the faafo-tracker service (merged into the
  faafo-producer service)

* moves all CLI options into configuration files

* updates log example outputs in the documentation

* updates the workflow diagram and removes the workflow text description

Change-Id: I4b79ed28a8f5b1fe1b33dfdbfe9cc8c958f80b1b
2015-03-26 00:19:40 +01:00