Commit Graph

10 Commits

Author SHA1 Message Date
Andreas Jaeger eb9df14f25 Retire repository
Fuel repositories are all retired in openstack namespace, retire
remaining fuel repos in x namespace since they are unused now.

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/011675.html

A related change is: https://review.opendev.org/699752 .

Change-Id: I43bcda1c9154fc091ddc957175b68649295b67f7
2019-12-18 20:14:55 +01:00
Igor Gajsin 26176e6d57 Stop building the driver
The idea to update driver each time when plugin is builded was wrong.
It requires too much from environment where plugins is builded.

This commit revert pre_buid_hook to void value.

Change-Id: I459bc7eefcc8e00620dc24248b0df687a65183e8
2016-03-02 18:47:22 +03:00
Igor Gajsin 97d6a45729 Change pre_build_hook
The master branch of driver became to point to the Mitaka release.
Specify the liberty branch in pre_build_hook

Change-Id: Ie4ebebd529b56cd4f3b511c706b8c66d222d7e66
Closes-bug: #1551118
2016-02-29 13:56:20 +03:00
Igor Gajsin 7c7ae2b96a Simplify manifests
Installation the VMware_dvs driver to /usr/bin and
/usr/lib/python2.7/dist-packages provides simplifying manifests,
removes some stuff and reduces amount of actions.

Also by prebuild hook the fuel plugin builder will build and put in the
plugin the latest verstion of driver from github repo.

Change-Id: I548f4a6d0ac4b4725befb27e812546333833a8d9
2016-02-25 15:44:40 +03:00
Igor Gajsin 8d8edd4ab4 Clears away patching template from pre_build_hook
Because this was noted in README.md and users have to do it manually
I've removed the applying of patch from pre_build_hook.

Change-Id: I27a26c70d4f5903b7880c1675d92d4330049f7fd
2015-08-07 13:44:57 +03:00
Igor Gajsin d5d4ddd4a6 add hack.diff to the previous commit
Change-Id: Iafd9ee84375abf841e824a791ca960c64330a803
2015-08-03 18:22:12 +03:00
Igor Gajsin 5efe1f91f0 add pre_build_hook
This plugin relies to changes in plugin_rpm.spec.mako. Unlike usual
plugin it append post deployment script which edits release in the
nailgun database according to specification.

Change-Id: If6e9bdf98b31e366f55878a43548fc9193408f92
2015-08-03 16:56:11 +03:00
Igor Gajsin c06f79f3a1 The plugins's prototype ready to qa
That's only prototype not ready to use plugin. It devoid a lot of
things and has only mock instead puppet's manifest. But it enough for
installation and deployment. QA can start checking.

Change-Id: I93cf2025cc5a9477443bdc97e3dc0da6166db972
2015-07-30 15:45:37 +03:00
Igor Gajsin c1f6b09c87 Add the driver installations
This plugin based on driver https://github.com/Mirantis/vmware-dvs.git.
To make plugin more independent from external conditions it downloads
codes from github on pre_build stage and install the driver from master
node without link to external resource on deployment stage.

Change-Id: I3801373dbd060e2c6ac5e747a559fbd27c870dd0
2015-06-18 14:38:53 +03:00
Igor Gajsin 543da64682 generate the structure of the plugin
Change-Id: I05470d22d010a74d9a0db4ecb218d2c0a0b7ddc3
2015-06-10 18:23:42 +03:00