Commit Graph

33 Commits

Author SHA1 Message Date
Andreas Jaeger 7759e2fd82 Retire astara repo
Retire repository, following
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

Change-Id: If5f7d284bd107a93edd9272ac0ed8e6d20ba5c51
2018-10-14 12:50:35 +02:00
OpenStack Proposal Bot afede59047 Updated from global requirements
Change-Id: I6f51f2396f25438b0223042a478617c65f80f370
2015-12-03 15:02:05 +00:00
Adam Gandelman 69d82afaf8 Update from global requirements
Change-Id: I772d994b6d1e4ac41821a6201bb5c4b731ff6365
2015-09-08 12:05:32 -07:00
Adam Gandelman b08e39b4af Cleanup requirements
Moves eventlet + six to where they should be and runs requirements'
update.py through the repo, setting correct liberty constraints.

Change-Id: Ieb24cdf1a2e3d895b33a588012a0153cfe9d93a8
2015-06-29 16:15:02 -07:00
Sean Roberts 37e5f2e65b getting ready for release
setup.cfg added 2015.1 version to metadata section

Partialy Implements: blueprint ci-updates

Change-Id: Iadee59fb4ae43fc9df2647a3c778a1f1ad36b80e
2015-05-09 00:56:06 -07:00
Jonathan LaCour cae529cd89 More cleanup for flake8 2014-05-27 15:33:18 -07:00
Jonathan LaCour 7456983a4f Cleanup 2014-05-27 14:07:14 -07:00
Jonathan LaCour 1563a78941 Adding LICENSE and copyright info, and updating the README slightly. 2014-05-27 12:20:35 -07:00
Doug Hellmann 51e5a082bf convert packaging to pbr
Change-Id: Idc85f3ae84de79b6f2303e3b76368a16ce9867be
2014-03-10 11:56:17 -07:00
Doug Hellmann d28b7a5a4e add tenant debug/manage commands
Change-Id: I2f625b65d4cda9b57d418741ade5d6f2ada626bb
2014-01-28 11:15:18 -05:00
Doug Hellmann 2d8483b223 implement router debug/manage commands
Refactor the command handling in the worker process to make
adding new ones easier.

Add a set of constants with the command names to avoid typos.

Implement the command for debugging a router, replacing the
old configuration-file-based system.

Remove the configuration option for specifying the directory where debug
ids were kept before.

Implement a command to restore management of a router.

Change-Id: I5dacf642cd65dc9829b165621dc99c6ed71bfee0
2014-01-28 11:15:18 -05:00
Doug Hellmann db60d1c10f Convert the existing debug handler to messages
Replace the USR1 signal handler with a message-based
trigger instead.

Change-Id: I0a5a0be30baaf25a3edb0de9f08557b62ff5f869
2014-01-28 11:15:18 -05:00
Doug Hellmann cd96426ae4 Stub in the command line app
Create a new console script 'rug-ctl' based on cliff,
without anyh plugins, yet.

Change-Id: Ib3e04848ece2b4f9d192cfe39bcc9399aee94ccf
2014-01-28 11:15:18 -05:00
Doug Hellmann e0a48cc256 Add new debug CLI
Mark started this tool. This version takes a new command line
option to specify the router to debug, and the name is changed
to akanda-debug-router as part of setting it up to be installed
as a console script.
2014-01-03 11:11:40 -05:00
Doug Hellmann b90414e2d2 Add missing dependencies
webob is used by the metadata service
python-novaclient is used to talk to nova
2014-01-03 11:10:52 -05:00
Mark McClain 9e31ea8679 Update to NeutronClient 2013-10-14 22:36:19 -04:00
Rosario Di Somma 4bb6876b08 Update the startup command to use the new version of the rug
Change-Id: Ie014dcfb0974b048025aeff96b16a868f672b84a
Signed-off-by: Rosario Di Somma <rosario.disomma@dreamhost.com>
2013-09-20 12:54:49 -04:00
Doug Hellmann c3f76cd975 Start rebuilding rug main program
This commit includes a rudimentary main program and the
start of a scheduler for processing messages. It illustrates
the new architecture, but does not yet implement the dispatching
algorithm or actually listen to notifications.

Change-Id: Iedd467e9483a1ec0aea9a9133a6ede35825f2011
2013-07-18 17:25:08 -04:00
Rosario Di Somma 09b4ce9c72 Add kombu dependency
Change-Id: Ifb3cd457f9268b56e9a234c9255efab3b675ee0a
Signed-off-by: Rosario Di Somma <rosario.disomma@dreamhost.com>
2013-06-05 22:50:14 +02:00
Rosario Di Somma 5e9818c17b Exclude test folder from package
DHC-1102

Ignore the test directory when looking for python packages to
avoid having the files installed

Change-Id: Ia30e821109c0f75f0f0c51bb995b2099aa30e063
Signed-off-by: Rosario Di Somma <rosario.disomma@dreamhost.com>
2013-04-26 14:34:32 +02:00
Mark McClain 8b68bc65bf update to oslo.cfg and utilize oslo.config 2013-04-10 11:33:13 -04:00
Doug Hellmann 47f08de5af make test not a package in the first place
Change-Id: I5070c643bd97ecb9c2d0c30238cbd156adfa9c66
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-02-20 16:01:32 -05:00
Doug Hellmann 3e3f3ac5c2 fix package name and description
Change-Id: Ib68aa2304c3f8f38ec3d9351ccf6ab0611c2dae2
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-02-20 15:51:04 -05:00
Doug Hellmann b0ad057fa9 ignore test package when installing
Include the 'test' directory in the sdist
but leave it out when installing files.

Change-Id: I6fc13e8c814dd7075b437fc63eb39696e2623ca6
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-02-20 15:50:48 -05:00
Mark McClain 77adb418c6 fix key error in serialization 2013-01-25 15:50:09 -05:00
Mark McClain 2916142ae5 add metadata proxy support to the RUG service 2013-01-11 12:35:32 -05:00
Mark McClain 650e1f1394 move link local address generation into the RUG
This works around the broken the netaddr implementation packaged with Ubuntu
which contains an algorithmic error.  Later versions of netaddr have
fixed the error, but Canonical has not backported it.
2012-12-17 12:30:54 -05:00
Mark McClain 094293b2ab lowering minimum package versions 2012-12-12 18:10:00 -05:00
Mark McClain e528a13c59 recovering bug fixes that were lost during a merge 2012-12-12 16:14:59 -05:00
Mark McClain e0eac18f44 fixed wrong script entry point 2012-11-21 14:59:51 -05:00
Mark McClain d543e7ef39 merge tests and WIP branches 2012-10-10 17:02:30 -04:00
Mark McClain 1a30052f49 adding instance management support 2012-10-04 00:53:19 -04:00
Mark McClain 251eba295e setup basic repository structure 2012-09-25 22:51:27 -04:00