[Debian-ha-commits] [resource-agents] branch upstream updated (72a7379 -> f047456)

Valentin Vidic vvidic-guest at moszumanska.debian.org
Sun Nov 26 13:19:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

vvidic-guest pushed a change to branch upstream
in repository resource-agents.

      from  72a7379   New upstream version 4.0.1
       new  f047456   New upstream version 4.1.0~rc1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                 |   5 +-
 ChangeLog                                   |  72 +++
 Makefile.am                                 |   2 +-
 ci/build.sh                                 |   4 +-
 configure.ac                                |  11 +-
 doc/dev-guides/ra-dev-guide.asc             |   6 +-
 doc/man/Makefile.am                         |   8 +
 heartbeat/CTDB                              |  21 +-
 heartbeat/IPaddr2                           | 215 ++++---
 heartbeat/LVM                               | 333 ++---------
 heartbeat/LVM-activate                      | 840 ++++++++++++++++++++++++++++
 heartbeat/Makefile.am                       |  13 +
 heartbeat/NodeUtilization                   | 226 ++++++++
 heartbeat/Raid1                             |  34 +-
 heartbeat/Route                             |  29 +-
 heartbeat/SAPInstance                       |  25 +
 heartbeat/VirtualDomain                     | 106 +++-
 heartbeat/ZFS                               | 192 +++++++
 heartbeat/anything                          |  20 +-
 heartbeat/aws-vpc-move-ip                   | 306 ++++++++++
 heartbeat/aws-vpc-route53                   | 302 ++++++++++
 heartbeat/awseip                            |  28 +-
 heartbeat/awsvip                            |  18 +-
 heartbeat/clvm                              |   7 +-
 heartbeat/db2                               |  16 +-
 heartbeat/docker                            | 110 +++-
 heartbeat/exportfs                          |  10 +-
 heartbeat/galera                            | 117 +++-
 heartbeat/iSCSILogicalUnit                  |  57 +-
 heartbeat/iSCSITarget                       |   7 +
 heartbeat/kamailio                          |  71 ++-
 heartbeat/lvm-clvm.sh                       |  86 +++
 heartbeat/lvm-plain.sh                      |  62 ++
 heartbeat/lvm-tag.sh                        | 205 +++++++
 heartbeat/lvmlockd                          | 352 ++++++++++++
 heartbeat/minio                             | 289 ++++++++++
 heartbeat/mysql                             |  20 +-
 heartbeat/named                             |  14 +-
 heartbeat/nfsserver                         |   8 +-
 heartbeat/nginx                             |   2 +-
 heartbeat/ocf-directories.in                |   2 +-
 heartbeat/ocf-shellfuncs.in                 | 160 +++++-
 heartbeat/oraasm                            | 179 ++++++
 heartbeat/{ethmonitor => ovsmonitor}        | 307 ++++------
 heartbeat/pgsql                             | 152 +++--
 heartbeat/portblock                         |   2 +-
 heartbeat/rabbitmq-cluster                  | 157 +++---
 heartbeat/redis                             |  13 +-
 heartbeat/{docker => rkt}                   | 262 ++++-----
 heartbeat/sapdb.sh                          |   2 +-
 heartbeat/sg_persist                        |   4 +-
 heartbeat/varnish                           |  72 ++-
 resource-agents.spec.in                     |  54 +-
 rgmanager/src/resources/Makefile.am         |   2 +-
 {ldirectord/systemd => systemd}/Makefile.am |   9 +-
 systemd/resource-agents-deps.target         |   2 +
 systemd/resource-agents.conf                |   1 +
 tools/send_arp.libnet.c                     |   4 +-
 tools/send_arp.linux.c                      |  43 ++
 59 files changed, 4694 insertions(+), 982 deletions(-)
 create mode 100755 heartbeat/LVM-activate
 create mode 100755 heartbeat/NodeUtilization
 create mode 100755 heartbeat/ZFS
 create mode 100755 heartbeat/aws-vpc-move-ip
 create mode 100755 heartbeat/aws-vpc-route53
 create mode 100644 heartbeat/lvm-clvm.sh
 create mode 100644 heartbeat/lvm-plain.sh
 create mode 100644 heartbeat/lvm-tag.sh
 create mode 100755 heartbeat/lvmlockd
 create mode 100755 heartbeat/minio
 create mode 100755 heartbeat/oraasm
 copy heartbeat/{ethmonitor => ovsmonitor} (54%)
 copy heartbeat/{docker => rkt} (62%)
 copy {ldirectord/systemd => systemd}/Makefile.am (83%)
 create mode 100644 systemd/resource-agents-deps.target
 create mode 100644 systemd/resource-agents.conf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/resource-agents.git



More information about the Debian-HA-Commits mailing list