Commit Graph

14 Commits

Author SHA1 Message Date
Andreas Jaeger e61cc055ab 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: I10917e42829b459c41ca46514faa72fc46abf7be
2019-12-18 09:52:23 +01:00
Igor Gajsin 634b66df45 remove vmware
VMware not supported since Fuel 10.

Implements: blueprint remove-vmware

Change-Id: Ia26a97d13bb9c3d2e838d639efdababbb15f86da
2017-02-14 15:52:27 +00:00
Elena Kosareva 9b8ea82ea0 Add plugins with node and NIC attributes to sample_plugins fixture
These plugins are useful for fake UI manual testing and UI functional autotests.

Implements blueprint nics-and-nodes-attributes-via-plugin

Change-Id: I8881cffd50df9c4f969ac4ba64106692d886e9be
(cherry picked from commit 6584232322)
2016-12-01 11:17:10 +00:00
Vitaly Kramskikh d75e8a2cab Fix broken UI tests after branching
On the current master UI tests always fail after merge of
Ie2ed9798aa6fdfbdfcb4f7de6add6f46911878fd

Change-Id: Id550383e654e07c71bbaf4fd43b02375dd47f42d
2016-04-06 18:45:43 +03:00
Artur Svechnikov 2aa28a749e [nailgun] Update releases name to Mitaka
Since Fuel uses Mitaka instead of Liberty, it's
time to change Liberty to Mitaka in releases.

Change-Id: I061ea0a62151e8c36d2bb50e119efe3bb82a91c5
Partial-Bug: #1548776
2016-03-22 11:44:47 +00:00
Julia Aranovich 1e0f917d49 Functional tests for plugin UI
Change-Id: I1392d126352485f5e8f9867f0f1aa442d9e11b00
2016-01-12 13:46:53 +03:00
Julia Aranovich 302af176b9 Enable switching to hotpluggable plugin version in deployed environment
Closes-Bug: #1530040

Change-Id: If9c21a70a9512791bd45ef330d225fe7d4e96829
2015-12-30 14:09:43 +00:00
Vitalii Myhal f83c4ea23b Versions of a plugin have been placed in a separate container
Closes-Bug: #1440046
Closes-Bug: #1518993

Change-Id: I76655541fd7c00cdd863e145b28fba804b4ed801
2015-12-27 22:35:10 -06:00
Vitaly Kramskikh 86cebc1d92 Plugin links fixture
Also fix equipment group name in sample_plugins.json

Change-Id: I2c94376620f885c46056c62bc97bbe4f8f61f018
2015-12-03 18:37:52 +03:00
Julia Aranovich 89d8afffa9 Master node plugin dashboard links on UI
* plugin dashboard links added on Plugins and Equipment pages
  if any

Implements blueprint support-for-plugin-dashboards-in-ui

Change-Id: I8839edaf694812ac9442531349fa3df8bd88539e
2015-12-02 18:41:55 +03:00
Bulat Gaifullin 34e4f4f0dc Allow to install plugin to operational environment
- Added attribute 'is_runtime' to plugin. this attribute means
  that plugin can be installed to operational env.
- Make attribute 'is_locked' public and remove logic to calculate
  the cluster is locked or not from UI.

Change-Id: I372bfb2c502bcd5927533b03aea1557cf49d9afb
Closes-Bug: #1519050
2015-12-01 16:50:03 +03:00
Vitaliy Mygal a25db9a2c6 Store attributes of plugins in a separate table
This is redesign of plugins architecture in order to store
the plugin's attributes in a separate table, not in cluster
attributes, so it will be possible to remove connection between
plugin and cluster when a plugin gets deleted.

Added ability to work with different versions of a plugin.
User can choose the preferred version in UI.

The test "test_plugin_generator" was removed because no longer
relevant.

Closes-Bug: #1440046
Implements: blueprint store-plugins-attributes

Change-Id: I52115f130bf1c7c80c66e18d0bf9f7acb16dd56c
2015-11-15 23:29:13 -06:00
Aleksandra Fedorova 49351418a0 Update paths due to stackforge migration
All repositories have been moved from stackforge/ to openstack/ namespace.

Paths in docs/ subfolder will be fixed via separate patch.

Change-Id: I78a4b159a29c119d37d48ad141626d4b6074c8c7
2015-10-18 00:34:11 +03:00
Kate Pimenova 8bcec50b1b Fixed incorrect displaying empty fields on Plugin List page
- fixed link to documentation
   - added sample plugins fixture

Closes-Bug:#1474037

Change-Id: I2e91ff1aa6679cd9a1908c6275fe67beebdb4906
2015-07-16 19:38:01 +03:00