Commit Graph

27 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
Cuong Nguyen 5df1c9f08d Use assertIsNone instead of assertEqual(None, obj)
As stated by document [1], it's better to use assertIsNone instead of
assertEqual(None, obj)

[1]
http://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises

Change-Id: I2dd12c4e5c31761e2069c96cf135a8d306d13cb8
2017-01-23 13:04:32 +07:00
Jenkins 0cabf795b5 Merge "Fix typo in sriov.numvfs 9.2 migration" 2017-01-19 15:04:18 +00:00
Julia Aranovich b315dda52e Fix typo in sriov.numvfs 9.2 migration
Closes-Bug: #1657709

Change-Id: I3297b62df1e887425e9940cc12807a4758423bfd
2017-01-19 11:38:42 +00:00
Anastasia Balobashina 092acaa562 Revert "Limit the minimal RAM amount for OVS+DPDK to 1024MB"
This reverts commit 6e4ef67269.

Change-Id: Ib9144e2becebfa9b4817e8389419892c0daadd35
Closes-Bug: #1656804
2017-01-19 12:54:31 +04:00
Anastasia Balobashina 75db9b9d2b Revert "Fixes for commit 6e4ef67269b849edb20e7ea9e73685a5cee0e6fc"
This reverts commit 763d5c25bc.

Change-Id: I6eea7fc85b6940109ed9cf3f3b97148b7bf90332
Partial-Bug: #1656804
2017-01-19 12:52:32 +04:00
Alexey Shtokolov e8732127dd Hide DPDK section if experimental is turned off
Change-Id: I11bbfbdea3887104e4753716acac46b1668a754d
Closes-bug:#1655314
Co-Authored-By: Fedor Zhadaev <fzhadaev@mirantis.com>
2017-01-17 12:40:49 +00:00
Fedor Zhadaev 2c9ab75d88 Make migration file for 9.2 consistent with openstack.yaml
Change-Id: Iaa93d5463952f0e4a0599fef8630ce9d47753ad6
Closes-bug: #1653061
Closes-bug: #1652076
2017-01-17 07:53:22 +00:00
Fedor Zhadaev e6300ed452 Revert "Make migration file for 9.2 consistent with openstack.yaml"
This reverts commit e0c836ceb9.

Change-Id: I925fc237d61fd95d5839a75810cac80bed4bb750
Closes-bug: #1656824
2017-01-16 14:44:21 +00:00
Fedor Zhadaev e0c836ceb9 Make migration file for 9.2 consistent with openstack.yaml
Change-Id: I9bcabbcdbb3f22422a709146303af57bd594bd79
Closes-bug: #1653061
2017-01-15 12:47:28 +04:00
Jenkins 18eaf8718d Merge "Fix naming of reset tasks and message duplication" 2017-01-13 11:19:20 +00:00
Jenkins 3c36a91d92 Merge "Tags info calculation is supported on plugins update" 2017-01-12 14:01:19 +00:00
Anastasiya 93f40003de Fix naming of reset tasks and message duplication
* reset_environment supertask contains 3 subtasks:
  base_reset_environment, remove_keys_task,
  remove_ironic_bootstrap_task
* names for tasks were changed
* response methods for remove_keys_task and
  remove_ironic_bootstrap_task were added to receiver
* _restore_pending_changes method was add only for
  reset_environment_resp
* migration for adding new transaction names and appropriate
  test were added
* test for check task message was added

Change-Id: Ib8a215174431486316bca533797932e02969c037
Closes-Bug: #1541868
2017-01-12 17:24:02 +04:00
Anastasiya 763d5c25bc Fixes for commit 6e4ef67269
* restriction by the release version for upgrade
  dpdk hugepages value and min value was added
* appropriate tests for migration were added
* comment for MIN_DPDK_HUGEPAGES_MEMORY was added
* fix for Node.dpdk_hugepages_attrs method was added

Change-Id: Ifb71a266d05abf34dbfa1753dbe279ee6cdd4bb0
Related-Bug: #1653081
2017-01-11 19:20:08 +04:00
Alexander Kislitsky 6b4d6acac1 Tags info calculation is supported on plugins update
For instance we made plugins sync operation. In this case
tags info should be processed on the same way as on plugin
creation.
Also test for tags metadata migration improved.

Change-Id: I937bb581f61034d027b28a8e4fd5b42a35fcd7f6
Closes-Bug: #1655264
2017-01-11 16:40:58 +03:00
Jenkins bc84369d4c Merge "Limit the minimal RAM amount for OVS+DPDK to 1024MB" 2017-01-11 12:13:02 +00:00
Fedor Zhadaev 66e85fec7f Make SR-IOV numvfs setting nullable
Change-Id: I134d4002d6ce825c6986b930a515012bcdf4b551
Closes-bug: #1643600
2017-01-11 06:20:02 +00:00
Anastasiya 6e4ef67269 Limit the minimal RAM amount for OVS+DPDK to 1024MB
* min value was set in openstack.yaml
* appropriate validator was added
* tests for validator were changed
* migration node and release attributes was added
* tests for migration were added

Change-Id: Iec723c7f02e874bf8567665a30af30c61aff7f34
Closes-Bug: #1653081
2017-01-10 16:01:56 +00:00
Julia Aranovich 18f29b354c Fix migration for NIC's mtu setting
min and max setting limits added to 9.2 migration

Closes-Bug: #1652608

Change-Id: Iae71a611dbc78de49456a717ccf956ae54ad15a9
(cherry picked from commit d96bf43991)
2016-12-29 07:44:16 +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
Anastasiya fb167df84c Change description in the security group section
Description was changed according to the appropriate spec

Change-Id: I17b4d2d5ff13d3e84b2ebac9ec11645058c62d1e
Partial-Bug: #1646087
2016-12-19 06:08:27 +00:00
Anastasiya 42e982ed40 Fix typo in firewall driver attribute name
* firewall driver attribute name 'security_group' was changed
  to 'security_groups' in data migration
* names of appropriate functions were also changed

Change-Id: Ie8d5faed47e01ee7b5685104419abbd14853622f
Closes-Bug: #1644820
2016-11-30 09:53:45 +03:00
Mikhail da99f08f74 Add default tags
Tags for rabbitmq, database, keystone and neutron.

Change-Id: I13861e55bcdfded55597e8c696ac05c1c5892f00
Implements: blueprint role-decomposition
2016-11-23 23:59:41 +03:00
Elena Kosareva 76974a4451 Add migrations for NICs and Bonds 'interface_properties'
* Add default bond_attributes and nic_attributes for upgrade 'releases' table
* Add upgrade and downgrade migrations for NICs from 'interface_properties'
  into 'attributes' and 'meta' fields and contrary.
* Add upgrade and downgrade migrations for Bonds from 'interface_properties'
  and 'bond_properties' fields into 'attributes' field and contrary.

Change-Id: Ib1b1ad55372fa1e7e67a51273ce237acb61a7201
Implements: blueprint nics-and-nodes-attributes-via-plugin
2016-11-23 14:22:34 +02:00
Viacheslav Valyavskiy da2b335d35 Move all commited migrations to 9_2 file
Change-Id: Ie80479780278e96bf99f6b619bc126cf3d756f5f
Implements: blueprint role-decomposition
2016-11-22 16:53:36 +03:00
Anastasiya ec9ccd02d4 Data migration for the firewall driver switch
* data migration was prepared
* unit tests for migration was added

Change-Id: Iafe9267cc1c64c0c966e0be8fc9181f31f029b75
Implements: blueprint security-groups-support-for-ovs
2016-11-18 16:33:22 +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