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
Vladimir Kuklin ca8240ff61 Lift too strict restrictions on cross-deps role name
Allow a user to specify any arbitrary string
  as role name for cross-deps that could be
  a regexp or a TASK_ROLE_PATTERN string

  Log a warning when task is not assigned
  to roles/groups/fields

  Set default logging level to INFO

Change-Id: I42c2490cf22f53892a189165698d1acd56ee4c74
Closes-bug: #1557997
2016-05-11 14:25:17 +03:00
Simon Pasquier 5f7b49d1cb Revert "Lift too strict restrictions on cross-deps role name"
This reverts commit 4a6e3f93de.

Change-Id: Ib3fc11af6ffbc780ab8e7170f7f5cff676f45cf8
2016-04-20 15:07:29 +00:00
Vladimir Kuklin 4a6e3f93de Lift too strict restrictions on cross-deps role name
Allow a user to specify any arbitrary string
as role name for cross-deps that could be
a regexp or a TASK_ROLE_PATTERN string

Change-Id: I7124195fd9249acf13236751b7c59bcff2f42b2c
Closes-bug: #1557997
2016-04-11 17:09:06 +03:00
Alexander Kislitsky a22bc32ee8 File tasks.yaml made optional for V4 plugins
Plugin developers don't need to have tasks.yaml any more.

Change-Id: Ieff19c5a1d8f9a647076afdf2b4028e96be1ce7e
Closes-Bug: #1552248
2016-03-10 17:33:09 +03:00
Ilya Kutukov 3d056b7663 Example plugins and templates is updated accordingly to package version v4.0.0
Task-based deployment is intoduced as experimental orchestrator in Fuel v8.0.0
Plugins v4.0.0 could use tasks v2.0.0 in deployment_tasks.yaml

Also small problem with existing but empty legacy tasks.yaml is fixed.

Change-Id: Ibf8d65833b74c79e0c63ae9c51995c953b83d301
Closes-Bug: #1533771
Related-Bug: #1534235
2016-02-03 16:09:37 +03:00
Ilya Kutukov 4ca6c5950e Added pre-post tasks validation to plugins builder
- The plugin deployment tasks now could contain
  cross-depends and cross-depended-by properties
  inroduced by task based deploment feature.

Change-Id: Icb351e4475ba6e78e7c8ef22cefc255116d44ba8
Related-Bug: #1527325
2015-12-28 18:28:33 +03:00
ekosareva 2cbe7a136a Validation for components metadata in FPB
* Adding validation of components.yaml metadata file for V4 plugins
* Adding components.yaml file for fuel_plugin_example_v4

Change-Id: I7b65371c5330abbb0b724e0b6faca66d033d9898
Implements: blueprint component-registry
2015-12-02 15:07:03 +02: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