Commit Graph

11 Commits

Author SHA1 Message Date
Andreas Jaeger 9afa22d366 Retire repository
Fuel repositories are all retired in openstack namespace, retire
remaining fuel repos in x namespace since they are unused now.

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/011675.html

A related change is: https://review.opendev.org/699752 .

Change-Id: Id0e6d6a33662aa74b601e88f7a9cf2f7aae4484c
2019-12-18 19:35:30 +01:00
Matthew Mosesohn 38a39a5f11 Update condition to run hiera override task on all roles
Role '*' cannot be used any more because of a regression in
evaluating task roles.

Change-Id: I23475293cacf7723d98f327801e2e72546f142a5
Related-Bug: #1570846
2016-04-17 11:57:43 +04:00
Matthew Mosesohn 9c16386fbc Refactor plugin to replace default rabbitmq tasks
Task-based deployment instead of role-based deployment
results in faster deployment, but requires better
management of task dependencies. RabbitMQ tasks are
now better tuned to ensure detached RabbitMQ is ready
before deployment starts.

Other minor changes:
  Added primary role to standalone-rabbitmq role
  Updated hiera override for new role name

Depends-On: I5e835a448ad0d77f0f82630273e15c00261cfb82
Change-Id: I1c8ec11a1507b48237641da7c4bac036745859cb
Partial-Bug: #1553239
2016-03-29 18:52:21 +03:00
Matthew Mosesohn 925438d6e7 Refactor tasks for version 2.0.0
Version 2.0.0 tasks enable parallel deployment and
cross-dependencies. This patch adds support to the
plugin so that the other tasks can be deployed as such.

Change-Id: I074d3d6abd93af25697a970860ea464cd2065aa7
Partial-Bug: #1548340
2016-03-02 19:13:33 +03:00
slava 64b59acd72 Exclude 'setup_repositories' task from graph
'setup_repositories' task had 'upload_core_repos' name in 7.0
release. Anyway, it's not necessary to specify this task in
tasks set as it's running on all nodes(the same for 'setup_repos'
task in >7.0 releases).

Change-Id: I413da7ac0874c601294a33782c1038924d39187d
Closes-Bug: #1539611
2016-02-01 13:58:26 +03:00
Stanislaw Bogatkin 88b0964fda Add repositories to target node
As fuel_pkgs task needs to have repositories to install packages
from - add those repositories to node.

Change-Id: I1c99d8ed798ba9cdb925a7c63db008a98df66a4c
Closes-Bug: #1536190
2016-01-20 17:58:44 +03:00
Matthew Mosesohn 739b379b07 Move firewall to a plugin-specific task
This removes dependency on fuel-library firewall task,
which defines many firewall rules that are not needed
by standalone-rabbitmq nodes.

Change-Id: I52d43a86aab6852f9cd50520533085cf8d9a9362
Partial-Bug: #1528283
2015-12-22 17:51:44 +03:00
Matthew Mosesohn fdffc80150 Remove dependencies for specific rabbitmq task
Since tasks themselves can frequently change, the
dependency should be coded to from one role to
another, not a task from one role to the task of
another. This resolves a regression in deployability
in Fuel 7.0.

Change-Id: Ic97e756bf440c591dce71284b980bae82403726e
Closes-Bug: #1515556
2015-11-12 13:56:20 +03:00
Sergey Vasilenko f81f7b305b Rename enter point to start of tenant network configuration
After implement Granular Neutron feature one monolyth
Neutron deployment task was separated to few pieces.
Current deployment graph of openstack-network has formal
start/end points, named openstack-network-start/openstack-network-end.

Change-Id: I14ed62cede8cbea29540c5f8651a790ee4e32201
Closes-bugs: #1515242
2015-11-11 18:12:55 +03:00
Alex Schultz 3074859e1c Remove zabbix-server role
Change-Id: I1bada9d9b3a3837b03fb86d95337bca50816db73
Closes-Bug: #1505250
Related-Bug: #1483809
2015-10-12 09:03:47 -05:00
Alex Schultz 4257aca72f Initial commit
Change-Id: Id53453073c72cf3f8fa1a998cdf92cb5ecb2dc32
2015-08-17 13:20:54 +02:00