Commit Graph

14 Commits

Author SHA1 Message Date
Andreas Jaeger a57136a874 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: Idbcd1f58329b8e63fb827cb8740dc53601535c79
2019-12-18 19:34:26 +01:00
Matthew Mosesohn 16a7431e25 Fix parseyaml and nodes hash lookup
Parseyaml now returns undef instead of false if it cannot parse
any values. Now it also accepts a default value, which has been
set to {}.

Nodes hash is now located inside network_metadata.

Change-Id: Iebfa75777bd4a8fb6b74a3995eca5bec43a90e84
Partial-Bug: #1582228
Partial-Bug: #1582230
2016-05-16 17:27:31 +03:00
Matthew Mosesohn 3e78951aa1 Refactor plugin for parallel task deployment
Removed custom database task and added necessary
references to primary-* tasks.

Fixed hiera role lookup to use 'roles' array.

Change-Id: Ief8e630e8e47e6ae0e538cf039208686d99d93b8
Partial-Bug: #1548340
2016-03-25 18:25:46 +03:00
Matthew Mosesohn 4d9531f32f Disable haproxy VIP colocation for database role
Database role doesn't run management or public VIPs,
so it cannot colocate haproxy with these VIP resources
in corosync.

Change-Id: I38cd4982bb81c77f7ec05c3fbeab699af26102d1
Partial-Bug: #1556052
2016-03-18 19:31:25 +03:00
Matthew Mosesohn e68a305bd4 Add galera SST port to firewall rules
Change-Id: Ia2c5e17964fc79c00a62d49594d6a4d548b8c65a
Closes-Bug: #1547457
2016-02-19 13:47:34 +03:00
Matthew Mosesohn 847ba97771 Use hiera/plugins directory instead of override
hiera task now precreates an entry in /etc/hiera.yaml
for all plugins so that it is no longer necessary to
inject an override entry.

Change-Id: I90e20520420182f412e7062c423d608f41db2c99
Partial-Bug: #1540388
2016-02-03 19:14:24 +03:00
Jenkins cba65c58e1 Merge "Move firewall to a plugin-specific task" 2015-12-23 12:59:35 +00:00
Matthew Mosesohn e4ad593668 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-database nodes.

Change-Id: I484ac787a252637023bb5d0bc99a02821f38884e
Partial-Bug: #1528283
2015-12-22 17:53:17 +03:00
Alex Schultz 4a4b68cc3c Put plugin hiera in place
This change updates corrects the sed used to update the hiera.yaml for
the plugin to ensure the plugin hiera is actually defined.

Change-Id: Iba038921724809198e93b7d37760bac1019af891
Closes-Bug: #1528215
Related-Bug: #1525014
2015-12-21 09:15:07 -07:00
Alex Schultz a4eba32c31 Fix hiera overrides for 8.0
This change updates how we add our hiera override to support the
hiera.yaml format change in 8.0

Change-Id: Ibf58892703bcb354605ecaa53aade0c6628cb58a
Related-Bug: #1526502
2015-12-17 16:34:23 -07:00
Daniel Depaoli d15afb45c0 Remove reference to fuel-plugin-detach-keystone
Change-Id: Ifba0249b6a5ad5bb54799a6b159fbf131a073c6a
Related-Bug: #1501759
2015-10-07 16:16:51 +02:00
Matthew Mosesohn 6fb59cbae0 Allow empty additional config
Empty UI config now will be ignored

Change-Id: I5b20d4a399d6af08b2c0791edaead70305d19f79
Closes-Bug: #1496519
2015-09-23 20:07:19 +03:00
Matthew Mosesohn 5239f94138 Use standard virtual_ips task for database_vip
The previous virtual IP creation script was refactored and
can now accommodate custom node roles and custom VIP names.

Change-Id: I8a189cac6c52a1f673f9940037759569eba53d32
Closes-Bug: #1487494
2015-08-21 17:27:12 +03:00
Matthew Mosesohn 09a30693cb Initial commit
Change-Id: Ieb31431ee19d74b101fbd248990f99b57430ea2d
2015-08-17 13:18:29 +02:00