Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Jaeger 91aa182bec Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: Ice4cf064434d2d4bd4b089fc06e9aa8ad96d9a64
2019-12-18 09:49:39 +01:00
Igor Kalnitsky f188797266 Move to pbr and align repo with OpenStack practice
Moving to pbr is essential part since it allows to integrate repo with
OpenStack CI. For instance, it's mandatory to have pbr to make release
on PyPI by pushing tags to repo.

Change-Id: I17e45a9fc1d11c2c8a3fe555153fe61edc5c887d
2016-03-10 16:03:01 +02:00
Alexey Shtokolov acaae60a54 Restructuring files in project
Details:

* move main files into the top of the tree;
* move examples into examples folder;
* support new structure in run_test.sh and setup.py.

Result:

* update gitignore files to support run_test.sh;
* compatibility with openstack-gates;
* compatibility with standard pip installation via git+https.

Closes-Bug: #1479785

Change-Id: I93b51b0797eaf619614cb2a493a2a68d0f547751
2015-10-19 17:47:20 +03:00
Evgeniy L 744a377051 Add plugin package version 2.0.0
* add plugin which can be used to test update
* each bash script has -eux

Implements: blueprint plugins-security-fixes-delivery
Change-Id: Ica754769e49c2d83231c0641f7c85751eda702fd
2015-03-06 16:39:34 +03:00
Evgeniy L 4286d71b17 Remove 'set -x' from run_tests.sh
Removed because it makes --help hard to read.
Also it's hard to figure out what happened and
where was the error.

Change-Id: I46c3f39ff637e315f5f179981de17acefdfc6cf1
Implements: blueprint cinder-neutron-plugins-in-fuel
2014-10-30 15:59:48 +04:00
Evgeniy L 5a8c638aa3 Add fuel plugin example
The plugin shows how user can create plugin
with packages, and deploy the packages on slaves.

Change-Id: I6bb272024bae920b48f936347829692503e8b07b
Implements: blueprint cinder-neutron-plugins-in-fuel
2014-10-28 17:43:55 +04:00
Evgeniy L d9b923ef86 Implemented plugin creation and building in fpb
* `fpb --create plugin_name` creates a plugin structure
* `fpb --build plugin_path` builds repository, and
  packs plugin as tar.gz
* add run_tests.sh which runs pep8 checks and unit
  tests for fpb

Change-Id: Id4d108b7427869a5dc0200158d3e2c93c59a33ca
Implements: blueprint cinder-neutron-plugins-in-fuel
2014-10-23 15:44:32 +04:00