Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Jaeger 854b3c5d37 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: Iffe3a7de281b48693606fe0c84ebec8190018167
2019-12-18 09:41:48 +01:00
Sergii Rizvan 57bb7299b7 Correct logical expressions for storage backends
After introducing the change Iead5167210c4132badb866afc25d4ef14e27f6b2
swift isn't installed if ceph used as a backend for images
and not for object-storage service. In this sutiation we end up
with absence of object-storage at all which is wrong.

The commit introduces changes which makes possible
to swift been installed if ceph used only for image service.

Change-Id: If319845aa9f2d9b3ca07936350ef374f504679cb
Closes-Bug: #1604879
2017-05-17 14:11:16 +00:00
Igor Gajsin 8bdc2aca9c remove vmware
VMware not supported since Fuel 10. So this commit removes
vmware-related manifests.

Implements: blueprint remove-vmware
Change-Id: If5f0c837fe843f9cfd30648fe6e115267467982b
2017-02-15 10:47:33 +00:00
Dmitry Ilyin c778913b1f Adding sort to functions for hash/array
Adding a sorting function to get idempotency between puppet apply(FUEL)
and puppet master(LCM).

Add sorted_hosts function.

Returns the sorted list of the host names or
their IP addresses. It should ensure the stable
sorting of the host lists retrieved from the
host name to ip mappings.

Partial-Bug: #1629388
Change-Id: Ia10e357b799a9cd739ba919ab2d7f372ec529571
2016-10-06 18:03:54 +00:00
Oleksiy Molchanov 4f456400cf Fix for all possible storage cases
* Enable swift only if images and objects ceph are disabled
* Enable Radosgw through YAQL
* Set S3 endpoint using radosgw task

Change-Id: Iead5167210c4132badb866afc25d4ef14e27f6b2
Closes-Bug: 1604879
2016-08-15 16:19:47 +03:00
Alex Schultz 1d5f133fb7 Update swift proxy logic for healthcheck service
With network template updates, we need to properly configure the service
healthcheck to match the expected HAproxy configuration. This change
ensure the healthcheck service is properly configured when it needs to
be.

Change-Id: I1647c2a6142ea2f7fbe7eb8a5eda0deb962cdd6c
Closes-Bug: #1548275
2016-04-14 10:45:31 -06:00
Artem Panchenko 766335df60 Fix logic for enabling 'swiftcheck' service
Currently used logic for enabling swiftcheck service is
not correct. Additional checks for Keystone availability
from Swift node should be added to HAProxy if management VIP
and Swift proxy IP addresses are from different L3 networks.

Change-Id: I9513fc9da02abdc24cc61a60c33181bb0fc9235b
Related-bug: #1548275
2016-04-11 11:32:27 +03:00
Alexander Noskov 8d289a3dd2 Refactor osnailyfacter/modular/openstack-haproxy
Refactor osnailyfacter/modular/openstack-haproxy to be compatible with Puppet Master

Blueprint: fuel-refactor-osnailyfacter-for-puppet-master-compatibility

Change-Id: Ic168ffd1dd0f7774c1569c73bfeeb5168babb4da
2016-03-18 11:04:19 +00:00