| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
[#130659985]
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now that systemd support is introduced,
there is an issue with package dependencies between Ubuntu 14.04 and 16.04.
We produce releases on Debian Wheezy which specifies init-system-hlpers 1.18 as a dependency.
Unfortunately that version is not available on Ubuntu 14.04, only 1.14 is.
So we primarily have 4 options for the short term:
* Revert systemd support and upset 16.04 users
* Drop 14.04 support and upset 14.04 users
* Switch to Ubuntu 14.04 for producing Debian packages and hope it will work on Debian
* Hardcode the dependency
Options 3 and 4 seem to be the least of all evils. We will evaluate option 3
separately.
|
| | |
|
| |
|
|
|
|
|
|
| |
By default, honor the default key; usually it is specified in
`gpg.conf`.
References #718.
[#118296861]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes #570
With this patch systemd service file will be used on systemd-enabled
hosts, providing more seamless experience.
I've tested it by building it on ubuntu 14.04, which is not managed by
systemd. Still, it has necessary packages to build systemd-aware
debs. And then I tried to install this package:
- On ubuntu 14.04 - regular init script was used
- On debian jessie with systemd and esl-erlang 18.3 - server was
properly started using systemd service file (and epmd dependency was
also automatically started by systemd)
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* Fix failing pcs resource list command
* Move policy file to examples in docs dirs
Related Fuel bug: https://bugs.launchpad.net/fuel/+bug/1558627
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hopefully this patch will fix all systemd-related problems:
- Proxy shell process (which converts signals to `rabbitmqtl stop`) will
no longer be started under systemd. There is no need in it, as systemd
unit already contains instructions for graceful shutdown.
- Ready notification for systemd will be sent with the help of `socat`,
as `systemd-notify` is currently broken for non-root users. `socat` is
the most lightweight way to do it (other options are using NIF or some
external helper in Perl).
- epmd will not be able to interfere by sending it's own ready
notifications.
- systemd journal will contain some additional messages about startup
and shutdown sequence, just to be sure that everything is working
correctly.
Fixes #664
|
| | |
|
| |
|
|
|
| |
Do not rely on tar's behaviour. It was already done everywhere except in
those three places.
|
| | |
|
| | |
|
| |\ |
|
| | | |
|
| |\ \
| |/ |
|
| | |
| |
| |
| |
| |
| | |
Otherwise, it will overwrite any local modifications.
Fixes #494.
|
| |\ \
| |/ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Call it only if exists
* Address packaging:
- for stable branch, use packaging/common/ to contain the
set_rabbitmq_policy.sh and include it to the debian rules
and rpm spec
NOTE: for master branch landing please update as appropriate,
as it should be using ./scripts source!
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
|
| | |\
| | |
| | | |
Ra ocf ha
|
| | | |
| | |
| | |
| | |
| | | |
While here, change the name of the variable from SIGNING_KEY_ID to
SIGNING_KEY in `debs/Debian/Makefile`.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
... in the source distribution anymore
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \
| |/ / |
|
| | | | |
|
| |\ \ \
| |/ / |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
* to not use "AMQP" as there are 2 versions in use today
* to be a bit more humble in the description
* to have up-to-date (and future-proof) contacts
|
| |\ \ \
| |/ / |
|
| | | | |
|
| |\ \ \
| |/ / |
|
| | | | |
|
| | | | |
|
| |\ \ \
| |/ / |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
References #250.
|
| |\ \ \
| |/ / |
|
| | | | |
|
| |\ \ \
| | |/
| |/| |
Add OCF Pacemaker RA for HA A/A cluster
|
| | | |
| | |
| | |
| | | |
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add OCF script for Pacemaker resource agent
for dynamic membership control of the nodes
in RabbitMQ active-active mirrored cluster.
source https://github.com/stackforge/fuel-library
v6.1-dev b9b6376cab317906af625faa5e48521aaeb0201b
Co-Author: Vladimir Kuklin <vkuklin@mirantis.com>
Co-Author: Sergey Vasilenko <svasilenko@mirantis.com>
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
|