Commit Graph

6 Commits

Author SHA1 Message Date
David Moreau Simard 11553e102d
Update README to explain ara-plugins was migrated back into ara
The ara-clients standalone repository is being discontinued.
The clear and logical separation of components was nice but the overhead
in complexity was not worth it.

Change-Id: Ie548db190c5cb1e3634ff056727f0ee81986ce1e
2019-03-02 08:46:46 -05:00
melissaml d3cd36fce4 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I09e913681754533b53c34dbf2b43e321ede97bbd
2018-12-07 20:33:35 +08:00
David Moreau Simard f3e4d101e2
Add zuul job to run tox-format environment for executing black and isort
This will allow us to have more consistent and clean code.

Change-Id: I782c92c5d87cd55c007b919fb2680fdfd61c3b0c
2018-10-02 15:55:05 -05:00
Florian Apolloner 0c21396411 Fixed namespacing to use python3 style namespace packages.
Note: the egg name is not allowed to have a dash, because that is
interpreted as version by at least pbr.
See https://pip.pypa.io/en/stable/reference/pip_install/#vcs-support

Change-Id: I957c5114150b430612cff0280df66ef769c8f71b
2018-09-27 19:18:33 +02:00
David Moreau Simard be9f8e2af8
Refactor ara-plugins as a namespaced module
This is a structure that will allow us to install everything under
"ara" as separate packages but inside the same module.

For example, installing ara-server will provide ara.server and
ara.api.
Installing ara-clients will provide ara.clients, ara-plugins will
supply ara.plugins, etc.

Change-Id: I4fc9a06b1da720120567a476c17e9543828adfa1
2018-06-20 00:02:53 -04:00
David Moreau Simard c7763e37eb
Bootstrap ara-plugins
Add basic skeleton and make it installable.

Change-Id: Icc75e069125942e95438c3986477b2e20ce27c7e
2018-04-24 17:33:59 -04:00