Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Jaeger 81eb842140 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: I5a23c6a1f8cd3b055b686e16714a8ff5ccf23d86
2019-12-18 19:48:13 +01:00
John Hua 8fe052a0eb Refactor to fuel plugin structure 2015-08-13 14:06:30 +08:00
John Hua fa4115f921 Restructure file hierarchy
* Move plugin directory inside
* Split newrelease.yaml
+ Add deploy.sh for deploying fixture and plugin
+ Add dump.sh for dumping data from nailgun
+ Add xs_release.yaml for network/wizzard/setting configuration
2015-07-16 13:21:21 +08:00
John Hua a36677c55b Add Fuel Nailgun fixture
The wizzard of Fuel UI is defined within nailgun fixture(newrelease.yaml)
while a standard fuel plugin can only add additional sections to setting tab.

FPB postinstall hook could be the best way to deploy newrelease.xml,
but this feature will be delivered with MOS Fuel 7.0. And now deploy.sh
will do this work temporarily.

Moreover nailgun database will constrain the combination of the name
and version of new release but cannot, by far, delete the old version.
This function is included in cleardb.py and invoked by deploy.sh.
2015-07-15 14:09:47 +08:00
John Hua 68b5e4e681 First set of files with a simple example 2015-07-14 10:37:17 +08:00