Commit Graph

21 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 885eb7754b Update RabbitMQ version to be 3.6.9-1
Yes, they release new version... Yes, again...

Change-Id: Ib963b0183fa1866fe51cfce729e9429d740598f8
2017-03-30 16:42:31 +02:00
Artur Zarzycki d03764da19 Bump RabbitMQ version to the newest available
Change-Id: I5c948aff133919a07196e4b297971558345455df
2017-03-20 13:52:53 +01:00
Marek Zawadzki a6694717d9 Bump RabbitMQ version to the newest available
Change-Id: Ib2a6eb079f9f6c2a9c360ba023e61d434ed4ba87
2017-03-15 16:03:04 +01:00
Jenkins bf35835953 Merge "Store sensitive configs in secret" 2017-03-10 10:00:29 +00:00
Andrey Pavlov 903af6c583 Store sensitive configs in secret
Change-Id: I7ebcf11627a3b1d4da432c69ba7f74ee29d910b6
Depends-On: Ie6a9833cdf73b076e24204d47e5898dfb24de43e
2017-03-06 08:48:59 +00:00
Andrey Pavlov 02192d6b04 Remove unused dependencies.rabbit config
Change-Id: If76b7755ba7a7c31b4999c63d9fd213523ba42ce
2017-03-03 14:12:11 +00:00
Jenkins 91e739fc36 Merge "Adjust to per-service configuration" 2017-03-03 13:56:36 +00: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
Andrey Pavlov 4727243d06 Adjust to per-service configuration
Change-Id: I280d2737472e3f1c195d572f8d1c353c18c32598
Depends-On: Ia4d29167cea6dfd19a1970706aafda51a31d5b24
2017-02-28 11:47:15 +00:00
Proskurin Kirill f5d5b62c5d Add per service switch to rabbitmq
Change-Id: Ied83e12b91944a96a870135f0f4a0aed9f9c9d29
2017-02-13 08:29:14 +00:00
Jenkins 30fdd98681 Merge "Messaging multi-backend support" 2016-12-27 13:24:39 +00:00
kbespalov 8be506e3e0 Messaging multi-backend support
Add config options to declare by default
rabbitmq as RPC and Notifications backend.

These options will be used to generate
backend-related configs of oslo messaging
and specify dependency.

Change-Id: Ib110af1b9d4feef9085a46518f629e27e8094611
2016-12-21 14:38:16 +03:00
Aleksandr Mogylchenko c4cdedef84 Allow custom repositories for RabbitMQ container
With this change one will be able to set custom RabbitMQ repository and
its key, as well as specify custom autocluster location (latter seems ugly,
but unfortunately no repository for autocluster yet).

Change-Id: Ib3d6536d8c9fe8b8d7c5d13d4481772b66cc9db0
2016-12-06 19:14:30 +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
Bartosz Kupidura 7cd537dba0 Expose Rabbitmq on external port
Change-Id: I712953c373102744a8672a31856ea7212571d8ee
2016-10-06 16:03:47 +00:00
Yuriy Taraday 03cdf01d93 Convert all RabbitMQ configs to nested
Change-Id: Ifd74ff24545a4d1019a4918b403b7b7b36237208
2016-10-06 13:03:14 +03:00
Proskurin Kirill fdd408db48 Remove variables for rbmq volume
Change-Id: Ibf39da71cec5a100152fe4abb5a18cc8049d5d06
2016-08-18 18:29:42 +03:00
Proskurin Kirill 6e082e06e5 Move rabbitmq logs to volume for heka collecting
Change-Id: Ide02b7933000bf1a23c727cfaad1b7a9cad197f1
2016-08-05 11:31:35 +02:00
Andrey Pavlov f668e26522 Adding application definition for rabbitmq
Change-Id: Ieae9fe4a53b67965247d42dabf63f34bed79740b
2016-06-21 18:20:34 +02:00