Commit Graph

6 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
Evgeny L 13c73e5609 Revert "Make a symlink to deployment scripts in /etc"
The fix broke backward compatibility and used hardcoded
value.

Related-bug: #1603987
Related-bug: #1648882
This reverts commit 3f33bf09e3.

Change-Id: Ie3420116926bef518d68c3e3b381e5cff4c98b6f
2016-12-09 20:21:15 +00:00
Jenkins ee875c63bb Merge "Make a symlink to deployment scripts in /etc" 2016-08-09 10:09:04 +00:00
Georgy Kibardin 3f33bf09e3 Make a symlink to deployment scripts in /etc
On master node there is no /etc/fuel/plugins/<plugin name>
directory. This causes failures of a plugin shell tasks on master node
because before execution there is an attempt to set current directory to
it. In order to fix this we make a symlink:

/etc/fuel/plugins/<plugin name> ->
/var/www/nailgun/plugins/<plugin name>/deployment_scripts

Change-Id: Idbd2d94462b72a7f98967b379f504c245a6c7135
Closes-Bug: #1603987
2016-07-20 16:10:18 +03:00
Alex Schultz 2d41ae9f4e Ignore arch specific binaries in plugin
This change tells rpmbuilder to not fail the build if arch specific
binaries are included as part of the plugin.  This is helpful if a
plugin wants to include a binary and deploy it via puppet or some other
method that will just copy the file.

Change-Id: Ic3ca86671f0a107b47ab68a54938b6f4040c90b2
Closes-Bug: #1578852
2016-05-23 10:56:10 -06: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