Commit Graph

54 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
Vasyl Saienko 9dabe06369 Add Ironic multitenancy support
This patch adds support to deploy Ironic with separate Neutron network
for provisioning baremetal instances.

  * Add NetworkDeploymentSerializer100 as Ironic multitenancy is supported
    from Newton, and we will backport this till stable/newton.
  * Update network scheme generation to create 'vlan' baremetal network,
    assign IPs to Ironic conductors from this network, make them
    accessible from baremetal servers.
  * Add new checkbox at 'Openstack Settings/Additional components' tab
    which allows to define if separate provisioning network should be used
    during deployment. This is a trigger to switch ironic deployment to
    multitenancy case. If not selected old behaviour is kept, 'flat'
    network is used. The checkbox is shown only when Ironic component is
    enabled.

Change-Id: I861a8b3b046202526d6a856c9f2dca2cfaddc887
Related-Bug: #1588380
2017-03-31 10:21:34 +03:00
Alexander Kislitsky 4fa861fa8a Distributed serialization implementation
Distributed serialization is implemented with python distributed
library. We have scheduler for jobs management and workers for
jobs processing. Scheduler is started on the master node as well
as set of workers on it. Also workers are started on all nodes.
In the cluster settings we can select the type of serialization
and nodes statuses that allows serialization on it. By default
nodes with status 'ready' are excluded from the workers list.

For data serialization we are using only nodes from the cluster
where serialization is performing.

Before the computation fresh nailgun code is sent to the workers
as zip file and it will be imported for job execution. So we always
have fresh nailgun code on the workers.

In one job we are processing chunks of tasks on the workers. This
approach significantly boosts performance. The tasks chunk size
is defined as settings.LCM_DS_TASKS_PER_JOB parameter.

For limiting memory consumption on the master node we use parameter
settings.LCM_DS_NODE_LOAD_COEFF for calculation max number of jobs
in the processing queue.

Synthetic tests of distributed serialization for 500 nodes with
nubmer of ifaces >= 5 performed on 40 cores (4 different machines)
took 6-7 minutes on average.

Change-Id: Id8ff8fada2f1ab036775fc01c78d91befdda9ea2
Implements: blueprint distributed-serialization
2017-03-24 15:15:30 +00: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
Jenkins 4585066de9 Merge "Add radio "Security Groups" to Security section" 2016-11-21 10:12:02 +00:00
Anastasiya 4478efb3c4 Add radio "Security Groups" to Security section
It is required for firewall driver selecting

Implements: blueprint security-groups-support-for-ovs

Change-Id: Id9307c5e72e35de9090804813122ea44045a371b
2016-11-18 15:10:48 +03:00
Ryan Moe 2b0242f645 Resolve tasks by role tags
This commit switching tasks resolution approach to the tags based one.
Tag - minimal unit what's necessary only for task resolution and can be
mapped to the node through the role interface only. Each role provides set
of tags in its 'tags' field and may be modified via role API. Tag may be
created separately via tag API, but, this tag can not be used unless it's
stuck to the role.

Change-Id: Icd78fd124997c8aafb07964eeb8e0f7dbb1b1cd2
Implements: blueprint role-decomposition
2016-11-17 18:07:30 +03:00
Viacheslav Valyavskiy f1550ad2a2 Add ability to create role for cluster
Change-Id: Idcde0a582507293490379d146c4e24e5e58790d8
Implements: blueprint role-decomposition
2016-11-13 15:34:53 +03:00
Mikhail Zhnichkov afe517b7f3 Revert "Fix tags creation and migration for plugins"
This reverts commit 104fca2393.

Change-Id: I66a1352d4010f409b33e56bd0b74de0d622c7a11
2016-11-08 16:58:32 +00:00
Viacheslav Valyavskiy 104fca2393 Fix tags creation and migration for plugins
Change-Id: I3b037cfaab9fa247ac6bb8e75b5113bb984966a1
Implements: blueprint role-decomposition
2016-10-24 14:52:27 +03:00
Jenkins 55164a0543 Merge "Fuel controls S3 API/Keystone integration of Ceph RadosGW." 2016-07-25 11:45:39 +00:00
Maksim Malchuk 0825f3e96c Add the 'Brute force protection' checkbox to the UI
DocImpact
Partial-Bug: #1563721
Change-Id: I7bbd96fb43fcd6030621671d0056f56324f50956
Signed-off-by: Maksim Malchuk <mmalchuk@mirantis.com>
2016-07-18 22:23:15 +03:00
Maksim Malchuk 38ec2bea08 Add the SSH security section to UI
This change adds the new section with new checkbox as a separate
control instead of the toggleable section because of the description
which should be available even if the section is disabled (default).

DocImpact
Change-Id: I34c9907d781b81253ed6942c67b16f8480de3bb5
Partial-Bug: #1419657
Signed-off-by: Maksim Malchuk <mmalchuk@mirantis.com>
2016-07-15 12:13:58 +03:00
Radoslaw Zarzynski fa37057a3f Fuel controls S3 API/Keystone integration of Ceph RadosGW.
This change is a part of the broader effort on letting Fuel to control
the S3 API/Keystone integration of Ceph RadosGW. The overall idea has
been described in the specs/10.0/s3-keystone-integration.rst document
that is a part of the fuel-specs repo. It is expected that the UI change
will be complemented by a corresponding modification of fuel-library.

Change-Id: I6badbd8bfb73b4c50112b016dc53ee3017de40ec
Related-Bug: #1446704
Related-Bug: #1540426
Closes-Bug: #1595894
2016-07-08 19:53:29 +02:00
Jenkins d6894cf79f Merge "Add the atop service UI settings section" 2016-07-04 11:42:57 +00:00
Maksim Malchuk dee15ae89e Add the atop service UI settings section
This change adds the appropriate section to UI settings page.
It contains the default settings from the fuel-library and the
note message for an operator.

DocImpact
Change-Id: Ie0e69f58183193455d5d036b45668a3476f1a693
Partial-Bug: #1597250
Signed-off-by: Maksim Malchuk <mmalchuk@mirantis.com>
2016-07-04 11:17:31 +03:00
Alexey Elagin 2a937db7d0 add pci_devices to anonymous statistic
Nailgun agent collects some anonymous statistic of Fuel usage.
This statistic consists lshw output, but lshw part of report doesn't
send to stat db.
Remove excess copying in get_node_meta function. Now it returns full meta
dict inculding pci_devices dict.
Also added tests for new meta dict params and fixed test env config for
this tests.

Closes-Bug: #1597276

Change-Id: I7273f953250fd5bd96f7603fbe6b3a658ba79950
2016-06-29 15:21:03 +03:00
Andriy Popovych 9d86b078cf Data model changes for Plugin NIC, BOND and Node attributes
This patch:
  * extends current DB model with new entities and provides
    related migrations.
  * extends plugin sync method to support storing new plugins
    attributes.
  * provides cosmetic fix for ClusterPlugin model. Lets write table
    names in the plural but model names in the singular.

Change-Id: I3edbde1d48461ce3fab7c93f17e2db5332b1f7fb
Implements: blueprint nics-and-nodes-attributes-via-plugin
2016-05-30 13:16:45 +03:00
Alexander Kislitsky 998b3dbdbb All attributes of node model are collected for fuel-stats
White list added for Node model attributes.
Collecting of node info for fuel-stats refactored for using
node attributes white list.

Closes-Bug: #1577759
Change-Id: I7b5332c4c094b1f68ae8fc47da95d882770e6bf1
2016-05-04 15:17:07 +00:00
Bulat Gaifullin 5fb792f187 Added adaptation of legacy tasks for task based deployment
The new option 'propagate_task_deploy' was added to cluster.
this option allows to use legacy task adapatation algorithm
to make tasks from granular deployment LCM ready on the flight.
Also the same aproach is used for adaptation legacy plugin tasks.

Change-Id: Ib212bd906acc0e6915e3c14e4741b306bdedaa98
Closes-Bug: 1572276
2016-04-22 15:16:00 +03:00
Artur Svechnikov 11f55603d7 Change Murano Glance Artifact Plugin location
Since this plugin is used only by Murano and this
plugin should be enabled by default, it's moved to
Murano settings section, which is hidden in case of
Murano is disabled.

Change-Id: I8ebac4405a1eaede18a35acbbab7b202b6aac754
Closes-Bug: #1569944
2016-04-15 12:01:20 +00:00
Oleksiy Molchanov 4013d75290 Add ceph keys and fsid to nailgun
Related-Blueprint: fuel-upstream-ceph

Change-Id: Ifdfed7ad40b174dd112c394ae5727abaa5bc73ed
2016-03-22 18:33:37 +02:00
Alexander Kislitsky 71d1ec2ab5 UCA repos info added to statistics
UCA repos info added to collected by fuel-stats data.

Tests for checking that all cluster attributes are in filtering
WhiteList refactored to use releases with the same
operating_system value.
Now we are able to check attributes for Ubuntu and
Ubuntu+UCA releases.

Change-Id: I951324b34dc2ed7b6966316cc59ee2fe81872b04
Closes-Bug: #1558172
2016-03-17 18:24:40 +03:00
Matthew Mosesohn e01cd884f6 Move UCA configuration to separate release
Depends-On: I998ff288282db94bfbc7bbe5bedb1c420b09f452
Change-Id: I08336266f7bfb2d6ebd3b881dc0c1bc5e91fbd98
blueprint: deploy-with-uca-packages
Partial-Bug: #1556011
2016-03-17 12:56:35 +00:00
Alexander Kislitsky db6518ccd7 Revert "Move UCA configuration to separate release"
This reverts commit 60ad1a9ad8.

Change-Id: Ie6f7f243298024f10dd14069f236d975b79b6d20
Closes-Bug: #1558298
2016-03-17 12:16:50 +03:00
Matthew Mosesohn 60ad1a9ad8 Move UCA configuration to separate release
Change-Id: Ife805af287b0923d6fca74552e8d74f7d6330ec0
blueprint: deploy-with-uca-packages
Partial-Bug: #1556011
2016-03-15 13:25:02 +00:00
Matthew Mosesohn de9fe4fe40 Add UCA optional repo source
Change-Id: I107f9a8162ed6a6ce95ed1d853d32791857b3708
Partial-blueprint: deploy-with-uca-packages
2016-03-10 12:09:41 +00:00
Jenkins abf658054d Merge "Add Neutron QoS checkbox" 2016-03-01 09:23:54 +00:00
Denis Egorenko 271e548ed7 Revert "Remove Murano installation from Fuel from box"
This partially reverts commit 21fcbbc5ae.

This patch reverts only python part.

The new way of removing Murano is described here:
https://review.openstack.org/275124

Change-Id: I24643c06fbd5b578d6ea75cca44128623204b5ce
2016-02-26 17:30:23 +03:00
Sergey Kolekonov cf33b7e26e Add Neutron QoS checkbox
Add an ability to enable/disable Neutron QoS plug-in as a part of Neutron
advanced options

Change-Id: I696359be59c515cd192de72150131f2fd6d00f49
Implements: blueprint support-qos
2016-02-25 18:32:54 +03:00
Denis Egorenko 21fcbbc5ae Remove Murano installation from Fuel from box
Since Fuel 9.0 all functionality for Murano will be moved into
plugin, hence we need remove it from Fuel.

partially implements blueprint murano-fuel-plugin

Change-Id: I553ac31db7609ee568b7a58ab84393722f2dba2d
2016-02-11 15:45:50 +03:00
Nikolay Starodubtsev 6f04054c28 Add GLARE to Fuel Web UI
This patch adds support for glance artifact repository feature to Fuel
WEB. This feature is added as experimental and placed in 'additional
services' section as far as the only one component which use it this
time is murano.

Change-Id: Ia959b99ee7a72a2bee81c4bbed2970dd30dc7744
Partial-Bug: #1525289
2015-12-25 13:48:23 +03:00
Bulat Gaifullin b94ba3cb94 Introduced Task Based Deployment
implements blueprint: task-based-deployment-astute

Change-Id: Ie030855428cf94e3e1ed613571aa2b45eff0fcba
2015-12-11 22:27:59 +03:00
Jenkins e614b0c642 Merge "Add murano service broker to Fuel WEB" 2015-12-02 17:25:24 +00:00
Ilya Kutukov 136549955f API for master node level dashboard links
This patch inroduces set of API handlers for links to
the plugin dashboards that running on the master node:

plugins/:plugin_id/links/
plugins/:plugin_id/links/:link_id

Implements blueprint external-dashboard-links-support-in-nailgun
Closes-Bug: #1520287

Change-Id: Ia0e4e096ff5df595c6797ac76b1845ccdbb6cd3c
2015-12-02 14:31:56 +00:00
Nikolay Starodubtsev 3f8b6b4cc4 Add murano service broker to Fuel WEB
This patch add support of newly introduced murano service called
murano cfapi to Fuel UI.

Implements: bp implement-support-for-murano-service-broker
Change-Id: Ifc8a3861d82af13765cd0759de1846b431f057e9
2015-12-02 12:58:19 +00:00
Alexander Kislitsky 5ded5017e5 New plugin data is collected in statsender
White list for plugins info added into statsender.
Now we are checking that all plugin data is collected in tests. In
case of adding new property to Plugin DB model test checks that
this field is collected by statsender.

Change-Id: Iae3f41b839172b5f6d4f79b207b2a19c309b6e8b
Closes-Bug: #1521596
2015-12-01 14:14:30 +00:00
Andriy Popovych 4aaf0777b1 Enable plugins by chosen components
Modifying POST /clusters for handling components data
Enabling proper plugins by components from wizard

Change-Id: If6c0e9c2cb41652def663ba3c8c95484bd3430e9
Implements: blueprint component-registry
2015-11-30 14:45:26 +00:00
Jenkins 970f8b422d Merge "Add Cinder Block Device role" 2015-11-27 10:50:14 +00:00
Denis Egorenko 4c0e473654 Add Cinder Block Device role
This commit adds a new Cinder-Block-Device node role.

This role requires only entire disk space, hence should not be any
other partitions on chosen disk. Also disks for a new role should
not be mounted by partition manager.

blueprint cinder-block-device-driver

Change-Id: I0279adffc3866608109efd23845ef2aa365e0704
2015-11-27 13:07:14 +03:00
Vladimir Sharshov (warpc) 5b5acc97f3 Fixed tech debt related to ClusterPluginLink
- move test from unit to integration;
- disable additional properties in validation schema;
- refactoring;
- add more documentation;
- add more tests;
- Cluster-level plugin dashboard entries is renames to the cluster plugin links;
- hidden field added to the ClusterPluginLink API;

Change-Id: I7dc99fc622359848e54c7ce248360db1bdef7f0f
Author:         Ilya Kutukov <ikutukov@mirantis.com>
Co-Authored-By: Vladimir Sharshov <vsharshov@mirantis.com>
Co-Authored-By: Ivan Kliuk <ikliuk@mirantis.com>
Closes-Bug: #1518381
2015-11-26 18:35:30 +03:00
Vladimir Sharshov (warpc) fe5552b012 API for dashboard entries
- Dashboard entry DB model and DB migration logic added,
 - Handler, json schema and validation added,
 - Serializer added,
 - Dashboard entires info added into statistics,
 - Public url for Dashboard entry creation.

Implements blueprint post-deployment-dashboard
Change-Id: I5e613bb35366227d1265fbc698e2efeddf931cc7
2015-11-20 15:57:49 +03:00
Sergey Kolekonov f3f4e765e7 Add support for Neutron L3 HA feature
Neutron L3 HA feature adds an ability to schedule a virtual router to at least
two L3 agents and an opportunity to establish connection faster after L3 agent
failover than router rescheduling.
L3 HA is currently not compatible with Neutron DVR

Change-Id: If62bc89c493241b78422e55f1865031db23705ed
Blueprint: neutron-vrrp-deployment
2015-11-18 14:12:08 +03:00
Vladimir Kozhukalov 1a8801a870 Deprecate version.yaml
At the moment feature_groups are defined during
ISO build in version.yaml file. We need to avoid
using build time defined parameters because
we are moving to the package based delivery approach.

Depends-On: I05e841d4279bc61645cefb68f411a93b67e57189
Related-Bug: #1513737
Related-Bug: #1515517
Change-Id: I4f96fec73f991094bca65de5f1d1014662fbb2b4
2015-11-17 01:05:39 +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
Maciej Kwiek 1ffc5e54e9 Fix hacking 0.10 errors in nailgun
Change-Id: I82e418d21e367ff379dda935f035dcc709c3a034
Partial-Bug: #1410810
2015-10-08 12:01:55 +02:00
Andrey Shestakov 0836cb0ad1 [Ironic] Enable Ironic in MOS
Ironic enables Openstack baremetal provisioning.

This change adds:
* new additional component 'ironic'
* new 'ironic' node role for ironic-conductor services
* new deployment task for ironic role

Separate Ironic node role is need for:
* ironic-conductor service
* nova-compute with ironic compute driver
* tftp server for PXE boot

Ironic node role conflicts with regular Compute role.

Ironic component is optional and requires Neutron with VLAN segmentation and
Swift as a backend for Glance image service.

Implements: blueprint fuel-integrate-ironic (partially)

Change-Id: I135692a3eeb4deb42822123c4c727bddfdc84a56
2015-09-28 14:12:21 +00:00
Oleg Bondarev 3e132a5397 Neutron DVR and L2 population support
This adds settings for two Neutron features at once
as DVR depends on L2 population and this should be reflected
in UI.

L2 population restrictions: actual only for tunnel segmentations:
gre, vxlan, etc., in fact "!=vlan".
DVR restrictions: if segmentation type is tunnel then L2 population
must be enabled.

Change-Id: Ied67b14a4629c9c5ea26ab09e000b6d18767591c
Implements: blueprint neutron-dvr-deployment
Implements: blueprint neutron-l2-population
2015-07-17 08:53:32 +00:00
Evgeniy L d0dfa0bc52 Reduce coupling of extension and core, add callbacks and extensions list
* add a list of extensions for node, environment and release tables
* when user creates environment, extensions list gets copied from
  release, so for specific cluster it's possible to have it's own
  list of extensions
* by default list of extensions for node is empty, we assume that
  the person who needs to hack something can edit this the field
  to assign to node specific extension. Nodes extensions list has
  higher priority, which means when try to find extension, first
  we are looking   for it in node.extensions field, if no extensions
  are found, we will try to find them in node.cluster.extensions field.
* added callbacks when node gets created, updated or reset.
  With this callbacks extensions will be able to handle cases
  when something in node was updated.

Implements blueprint: volume-manager-refactoring
Change-Id: I07da28a3a56df52baf420248c5d6ccd2084347c0
2015-07-16 16:54:23 +03:00
Stanislaw Bogatkin 2f8d9be6bc Add SSL-related fields to settings page
Added fields about TLS for public OpenStack endpoints
divided by two groups - for Horizon and for other
services. Fields allow you to select services for which
you want to use SSL and give you opportunity to either
use self-signed keypair for these services (will
be generated after deploy started) or upload your own
certificate and key in format which HAProxy will
understand.

Change-Id: Ie6be3d2ed4e1864e5898d1c7d12ec761af01a041
Implements: blueprint ssl-endpoints
2015-07-07 14:16:03 +00:00