Commit Graph

14 Commits

Author SHA1 Message Date
Andreas Jaeger 9eccf4fe21 Retire cue
Cue has been retired in mid 2016 as official project and did not
continue developement, it's time to retire it completely.

Remove everything, update README.

Depends-On: https://review.openstack.org/551202
Change-Id: I1f4a71fbea8a90303036ad0adaec95fa15b6522f
2018-03-09 09:40:09 +01:00
Michael Krotscheck 98bd25c584 Moved CORS middleware configuration into oslo-config-generator
The default values needed for cue's implementation of cors
middleware have been moved from paste.ini into the configuration
hooks provided by oslo.config. Furthermore, these values have been
added to the default initialization procedure. This ensures
that if a value remains unset in the configuration file, it will
fallback to using sane defaults. It also ensures that an operator
modifying the configuration will be presented with that same
set of defaults.

Change-Id: Ia179bbd7489ca128186990439a161903b7b4c28d
Closes-Bug: 1551836
2016-03-11 13:11:03 -08:00
Vipul Sabhaya 8db7ea8e95 Open up Mitaka release
Change-Id: I426c997f10bcc3ad3e14177649058e5b292a7d1a
2015-11-12 11:08:49 -08:00
Michael Krotscheck 28519ccefe Cue genconfig
This updates tox -egenconfig to correctly generate configuration
files for the various components of cue. Included are list_opts
invocations for all places where configuration is found, appropriate
setup.cfg hooks for generic oslo-config-generator invocations, and
explicit genconfig configuration files for the monitor, worker, and api.

Sample configurations have been regenerated from source.

Change-Id: Ib838269b3ba1e81587cd984933edb41d6d6a555a
2015-10-29 12:01:36 -07:00
Daniel Allegood 74124f363a cue-monitor service
Change-Id: I24aff0c016a06b26a8252e2b31ab7c7cfdde08db
2015-10-09 16:34:55 -07:00
Abitha Palaniappan b31a8cadd5 Broker image selection
- Adding revised alembic version with broker and broker metadata tables
- Adding Broker and BrokerMetadata classes to objects and models
- Adding crud functionalities for broker image selection
- Modifying devstack script to set default broker and image

Change-Id: I6f76d642d9ea3c201935238086c3008cfb00b2fb
2015-04-17 15:34:38 -07:00
Joshua Harlow e5205704cb Remove the 2.6 classifier
Cue is only targeting 2.7 and newer so it shouldn't
have the 2.6 classifier listed in its setup.cfg file.

Change-Id: I68fce657362a54b1953183cd6191d90ffa4815ce
2015-03-03 22:28:28 +00:00
Endre Karlson 5ff7a90c79 Add Devstack integration
Change-Id: I74f807e52fe1a7dd1521c3d1551b4fe0b17db4a3
2015-02-20 15:08:51 -08:00
Endre Karlson 1f2ccd8882 Move schema upgrade out to seperate command
Change-Id: Ie99ecc4c5f3a56d644d29328c99632c63455095d
2015-02-11 16:46:47 +01:00
Min Pae df6930e2e0 Implemented publisher API and multi-process worker
Pulled in runner/API and runner/worker from Endre's fork
https://github.com/ekarlso/cue/tree/runner with a few modifications.

worker-based engines are not being supported with the initial release of
cue, and zookeeper is being used by default as both the persistence and
jobboard backend.

Change-Id: Id05f1a39ebaa91061145f5fc6d069a3c8e154f66
2015-01-28 13:53:21 -08:00
Min Pae 912d1e0772 adding taskflow support with initial workflow
- Adding taskflow support
- Added initial workflow for create cluster

Change-Id: I21ca51f50f8d983ab787c9435cfd0d576c3ed7a2
2015-01-23 14:35:59 -08:00
Endre Karlson 1e9eca1240 Initial DB base with migrations and command
Change-Id: I0981ad0f387e8c512036d7384727acbc1f720a5c
2014-11-23 13:06:28 +01:00
Vipul Sabhaya 94387a4805 Get basic API to start up 2014-10-28 23:09:53 -07:00
Vipul Sabhaya da523a782f Base framework 2014-10-21 10:25:11 -07:00