Commit Graph

15 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
Julia Aranovich b82e6e5aff Add nullable flag to NIC's mtu attribute
Partial-Bug: #1643599

Change-Id: I8cd2b972c4be053ebbcb0cc788c1ee0384120374
2016-12-26 10:07:01 +03:00
Alexander Arzhanov 1f323f5898 Add restriction for using CA certificate verification
CA certificate verification should be available only if
Bypass verification is disabled.

Some changes were made in vmware_attributes_metadata
in openstack.yaml so we have to update releases table
accordingly during upgrade.

Change-Id: Ibc1da57cfda4e732210e5eddb821856f72770dda
Closes-bug: #1616438
2016-11-11 13:11:22 +03:00
Alexander Arzhanov 0df751c75e Fix typos vc_ca_file -> vcenter_ca_file
CA file is not uploaded because we made a mistake
in name vc_ca_file.

Fix typos vc_ca_file -> vcenter_ca_file to get correct
certificate files for cinder and compute item in
orchestrator serializer.

Change-Id: I531a1d6fb7d8cf28df644f8d2301cec4f437a996
Closes-bug: #1623478
2016-09-14 16:56:49 +03:00
Elena Kosareva 7f02c12ed9 Add restriction for using CA certificate verification
CA certificate verification should be available only if
Bypass verification is disabled.

Partial-Bug: 1616438
Change-Id: Ib83210f52c7874398fcb1791e51091e05151273f
Depends-On: Id38bf7c74869fa60852ca1cb2ccaa9c63412cf64
2016-09-13 19:28:23 +03:00
Elena Kosareva cea0523ff5 Extending components DSL model with additional predicates
* Add ability for handling new predicates for requires
  component's property
* Refactoring of exist components validation function
* Update release components according to new DSL model

Implements: blueprint component-registry-improvements
Change-Id: I6175e28118dac494d48968e3f8c51e89ab74a34b
Depends-On: Iab03bf5e36800c8aea0e054719d40ca42a542b73
2016-07-11 12:59:32 +03:00
Nikita Zubkov d5a790caab Add exceptions hierarchy
nailgun.errors have a huge set of exceptions but without hierarchy. This
patch remove exception generation from dict and make it explicitly with
python classes and add some exceptions hierarchy. Now all network errors
inherit from NetworkException and same for other exceptions.

Change-Id: I9a2c6b358ea02a16711da74562308664ad7aed97
Closes-bug: #1566195
2016-04-14 17:41:25 +03:00
Julia Aranovich 602f4cecb3 Support of settings with multiple text fields in Fuel UI
Added support for the following custom control types:
* text_list
* textarea_list

Implements: blueprint dynamic-fields

Change-Id: I3b8b0068c98cdc5823534ea9721a17a3d1ee92fe
2016-02-15 21:29:46 +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
Andrey Shestakov 76837d90d8 Add restrictions for network groups
This change introduces new field 'restrictions' for networks

On cluster create and on attributes update, network metadata validates
restrictions if specified.

Networks with restrictions should be created or removed depends on cluster
attributes matches specified restrictions.

Implements: blueprint fuel-integrate-ironic (partially)
Change-Id: I65a0d27e7c4c95360d4745f7e9cdd948bb20fdd3
2015-11-03 10:27:52 +02:00
Igor Gajsin b4aa38db9c update cinder-vmware tests
There was checkbox "Cinder" on VMware tab which was removed on
https://review.openstack.org/#/c/169830/ and deployment serializer
was changed on https://review.openstack.org/#/c/171575/.

The patch-set reflects this changes.

Change-Id: I0245e467642f7bdd9253cfa62e89ffe9f333075b
Closes-bug: 1441618
2015-04-09 12:38:39 +03:00
Andriy Popovych 11348d64f1 Implement check limits for attributes on nailgun
Logic for processing limits ported from UI side

DocImpact related to: bp create-role-with-nailgun-api
Change-Id: I321cf8ff0c6e63312d908f409131fe93fb388ae4
2015-04-01 14:10:53 +03:00
Andriy Popovych 951b1aaa5a Implements validation for attributes
* provides implementation for checking
  restrictions which behavior desribed in openstack.yaml
  file for attributes and vmware_attribute on nailgun side.
* pre-deployment checking for vmware consistency

Change-Id: I2124bbf3fd8d2f7fd586c9859f63b169354b8ad7
2015-03-31 16:27:38 +03:00
Andriy Popovych ff92e49038 Mixin for checking restrictions in nailgun
Currently we haven't possibility to handle restrictions
and limits in nailgun. Validation logic declaratively
described in openstack.yaml so we need engine to process
it. Idea based on discussion in comments for
https://review.openstack.org/#/c/146235/. This commit
provides simple interface for expression parser which
can check 'restrictions' section in YAML file.

Change-Id: I76ea7aced08cd46d8ef240aa6c5976c317fdc7cb
2015-02-26 12:10:55 +02:00