Commit Graph

10 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
Alexander Kislitsky 348a20fd2d Version 4.2.0
This version that includes the following features:

- Added new plugin version with node & nic attributes support

This version that includes the following fixes:

- Move Release.mako into v1 template dir
- Make ubuntu repo similar for all plugin versions
- Show team and repo badges on `README`
- Remove reboot task from plugin example version "3.0.0"
- Files with no code must be left completely empty
- Legacy deployment tasks are turned back for plugin example version "3.0.0"
- `tasks.yaml` was commented for plugin example version "3.0.0"
- Allow unauthenticated packages in the deployment scripts
- Allow arrays in 'value' in environment_config.yaml
- Old `tasks.yaml` content is commented for plugins packages version "4.0.0"
- Allow possibility to provide rpm `Release` version
- Rename existing BaseValidator to LegacyBaseValidator
- Fix a word spell error in `README.rst`
- Support multi versions of package in fuel plugin

Change-Id: Ifddad557d9572e36ea4551c4e1bf583ccc9dafdb
Partial-Bug: #1660934
2017-02-01 14:12:23 +03:00
Igor Kalnitsky ce8a0b3598
Version 4.1.0
It's a bugfix version that includes the following fixes:

- `tasks.yaml` is now optional for package version "4.0.0"
- Fuel Mitaka (9.0) is supported by default in package version "4.0.0"
- Use more reliable way to check for `fpm` Ruby GEM
- Add ability for role to conflict with all roles by using `*` sign
- Do not execute `uninstall.sh` on plugin upgrade
- Add possiblity to use generators in `environment_config.yaml`
- Don't put any code to PREUN section if `uninstall.sh` doesn't exist or empty
- Allow a user to specify any arbitrary string as role name for cross-deps
- Add deployment tasks v2.1 validation support

Related-Bug: #1594949
Change-Id: I9ce3b85ab9ac9516def24c15d1cb20ab69350ce2
2016-06-29 11:57:42 +03:00
Igor Kalnitsky a0fab298f1 Version 4.0.0
New package version "4.0.0" includes the following features:

- New flag `is_hotpluggable` in `metadata.yaml` that allows to install and use
  plugin on previously deployed environments.
- Plugin can specify settings group using "group" field in metadata in
  environment_config.yaml file.
- New group `equipment` added to groups list in `metadata.yaml`.
- New `components.yaml` file that allows to declare new components.

Bugfixes:

- Fix of missing strategy parameter in V3 and V4 deployment tasks
  [LP1522785](https://bugs.launchpad.net/fuel/+bug/1522785)

Change-Id: Idd068152937b41873b3ec0a9f4f1bd2e1241d6d4
2016-02-26 18:12:07 +02:00
Ilya Kutukov f54c307add equipment plugin group added
Related-Bug: 1520287
Related to blueprint external-dashboard-links-support-in-nailgun

Change-Id: I8fda5cdee6cf5af56b879e21925950c89e8e8f5f
2016-02-19 19:08:04 +03:00
Ilya Kutukov f680fdc6c1 Parallel strategy was added to the FPB templates for plugins v3 and v4
Change-Id: Icf9923053f74e81dabe730bedec803d8450b98d6
Closes-Bug: #1522785
2015-12-15 11:02:51 +00:00
Vitaly Kramskikh f877ebd56a Add 'group' field to the sample plugin v4
Also add validation for values of this field

Implements: blueprint segment-settings-tab-logically

Change-Id: I06e584621d75634d5896928395b71e4a4e180328
2015-12-03 15:55:43 +03:00
Ilya Kutukov bc521bd800 Adds is_hotpluggable flag that allows to install plugin to operational environment
Change-Id: I57a9570566184b5c5e8ddd6090a256b79075c61f
Related-Bug: #1519050
2015-12-01 20:46:10 +03:00
Ilya Kutukov 411d77392c Plugins version is bumped to the 4.0 supported by Fuel v8.0
Python package version is changed to the 4.0.0.
Templates updated.

Related to blueprint external-dashboard-links-in-fuel-dashboard

Change-Id: I473e409dd29d5b2c3647dc37c6051e5527ed196a
2015-11-30 18:23:43 +03: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