Commit Graph

10 Commits

Author SHA1 Message Date
Andreas Jaeger 213fc80135 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: I0770d4c5bb26f1aa5824da5c4693b95dfd4aea53
2019-12-18 09:52:30 +01:00
Aleksandr Mogylchenko 0d02edf632 Render vm_memory_high_watermark for RabbitMQ
RabbitMQ/Erlang do not properly determine available RAM when running in
containerised environment, plus default value for watermark is 0.4, which is
low for nodes running RabbitMQ only.

Some additional information:
https://www.rabbitmq.com/memory.html

Change-Id: I1738c66be0e698568881b2c64d5d456db851af4d
Depends-On: Iadd0529d166ef1dad1697215bbc181104a7b926e
Depends-On: Ibc6e8b91055f411b058505d14c2d83fbc826cdd4
2017-03-01 18:08:23 +01:00
Aleksandr Mogylchenko c524d3d310 Disable RabbitMQ cluster partition handling
More information may be found in fuel-library commit:
9e8834489e

Change-Id: Ifab6662321dbb95bb66ca669515be20bbc245d9a
2017-02-17 12:55:14 +01:00
Proskurin Kirill e3a06d2dd1 Get rid of the global SSL switch
Change-Id: I5a61a0cdee17470ed8e505ac5c6f0c202dadd980
2017-02-14 11:05:27 +00:00
Proskurin Kirill f5d5b62c5d Add per service switch to rabbitmq
Change-Id: Ied83e12b91944a96a870135f0f4a0aed9f9c9d29
2017-02-13 08:29:14 +00:00
Aleksandr Mogylchenko 3c31c9b488 Initial support of TLS in RabbitMQ
Depending on security.tls.enabled switch disables or enables secured
communications between RabbitMQ, etcd and the rest of the world.

Change-Id: If9d376a7808e44a4845c78d3d6e4267bfb80848b
Depends-On: I574d64082e77f49024f49aa7b30c4f2f6cc044ac
Depends-On: I3f05ce795beade0af12eb3426df759a1af8806af
Depends-On: Ib4b3ea4da7c1f641b9ab0223226348de5eac94df
2017-02-10 15:56:57 +01:00
Alexey Lebedeff 20f18c093c Cluster rabbits with autocluster plugin
`etcd` is used as a backend for `autocluster`.

Co-Authored-By: Kirill Proskurin <kproskurin@mirantis.com>
Change-Id: I98bde66da4be517fb9e4442906620fae536d4f37
2016-11-09 15:25:13 +03:00
Andrey Pavlov a3b8ac92b8 Ports configuration refactoring
Ports configuration has been changed:

before:

  port: 123:3333

after:

  port:
    cont: 123
    node: 3333

Change-Id: Ifaf713268cd9044939740fae008981599dbb285b
Depends-On: I54ab8dd02fc88b821a1f0d05c08f98b618730150
2016-10-26 17:32:43 +00:00
Yuriy Taraday 03cdf01d93 Convert all RabbitMQ configs to nested
Change-Id: Ifd74ff24545a4d1019a4918b403b7b7b36237208
2016-10-06 13:03:14 +03:00
Andrey Pavlov f668e26522 Adding application definition for rabbitmq
Change-Id: Ieae9fe4a53b67965247d42dabf63f34bed79740b
2016-06-21 18:20:34 +02:00