[Debian-ha-commits] [resource-agents] branch upstream updated (4945a6b -> 2b25c2c)

Valentin Vidic vvidic-guest at moszumanska.debian.org
Wed Mar 14 19:38:05 UTC 2018


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  4945a6b   New upstream version 4.1.0
       new  2b25c2c   New upstream version 4.1.1

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:
 .gitignore                             |   9 +-
 .travis.yml                            |   8 +
 ChangeLog                              |  32 ++
 configure.ac                           |   3 +-
 doc/dev-guides/ra-dev-guide.asc        |  21 +-
 doc/man/Makefile.am                    |   7 +
 heartbeat/AoEtarget                    |  12 +-
 heartbeat/AudibleAlarm                 |  14 +-
 heartbeat/CTDB                         |  30 +-
 heartbeat/ClusterMon                   |  10 +-
 heartbeat/Delay                        |  12 +-
 heartbeat/Dummy                        |  16 +-
 heartbeat/EvmsSCC                      |  12 +-
 heartbeat/Evmsd                        |   8 +-
 heartbeat/Filesystem                   |  20 +-
 heartbeat/ICP                          |  12 +-
 heartbeat/IPsrcaddr                    |  14 +-
 heartbeat/LVM                          |  16 +-
 heartbeat/LVM-activate                 |  93 ++--
 heartbeat/LinuxSCSI                    |  10 +-
 heartbeat/MailTo                       |  12 +-
 heartbeat/Makefile.am                  |  22 +-
 heartbeat/ManageRAID                   |  12 +-
 heartbeat/ManageVE                     |  16 +-
 heartbeat/NodeUtilization              |  20 +-
 heartbeat/README.mariadb.md            | 156 +++++++
 heartbeat/Raid1                        |  26 +-
 heartbeat/Route                        |  12 +-
 heartbeat/SAPDatabase                  |  14 +-
 heartbeat/SAPInstance                  |  22 +-
 heartbeat/SendArp                      |   4 +-
 heartbeat/ServeRAID                    |  14 +-
 heartbeat/SphinxSearchDaemon           |   4 +-
 heartbeat/Squid                        |   4 +-
 heartbeat/Stateful                     |   4 +-
 heartbeat/SysInfo                      |   2 +-
 heartbeat/VirtualDomain                |  32 +-
 heartbeat/WAS                          |  14 +-
 heartbeat/WAS6                         |  14 +-
 heartbeat/WinPopup                     |  12 +-
 heartbeat/Xen                          |  16 +-
 heartbeat/Xinetd                       |   8 +-
 heartbeat/anything                     |   6 +-
 heartbeat/apache                       |   6 +-
 heartbeat/asterisk                     |  12 +-
 heartbeat/aws-vpc-move-ip              |  12 +-
 heartbeat/aws-vpc-route53              |  10 +-
 heartbeat/awseip                       |  58 ++-
 heartbeat/awsvip                       |  46 +-
 heartbeat/azure-lb                     | 213 ++++++++++
 heartbeat/clvm                         |  12 +-
 heartbeat/conntrackd                   |  18 +-
 heartbeat/db2                          |  24 +-
 heartbeat/dhcpd                        |  12 +-
 heartbeat/dnsupdate                    |  12 +-
 heartbeat/docker                       |  10 +-
 heartbeat/eDir88                       |  10 +-
 heartbeat/exportfs                     |  10 +-
 heartbeat/fio                          |  10 +-
 heartbeat/galera                       |  32 +-
 heartbeat/garbd                        |  10 +-
 heartbeat/iSCSILogicalUnit             |  12 +-
 heartbeat/iSCSITarget                  |  12 +-
 heartbeat/ids                          |  16 +-
 heartbeat/ipsec                        |  10 +-
 heartbeat/iscsi                        |  14 +-
 heartbeat/jboss                        |   2 +-
 heartbeat/jira                         | 281 +++++++++++++
 heartbeat/kamailio                     |  14 +-
 heartbeat/lvmlockd                     |  32 +-
 heartbeat/lxc                          |  10 +-
 heartbeat/lxd-info                     | 148 +++++++
 heartbeat/machine-info                 | 149 +++++++
 heartbeat/{mysql => mariadb}           | 747 ++++++++++++++++-----------------
 heartbeat/minio                        |  10 +-
 heartbeat/{sg_persist => mpathpersist} | 292 ++++++-------
 heartbeat/mysql                        |  22 +-
 heartbeat/nagios                       |  12 +-
 heartbeat/named                        |  16 +-
 heartbeat/nfsnotify                    |  12 +-
 heartbeat/nfsserver                    |   8 +-
 heartbeat/nginx                        |   4 +-
 heartbeat/ocf-binaries.in              |   1 -
 heartbeat/ocf-shellfuncs.in            |  17 +-
 heartbeat/oraasm                       |  12 +-
 heartbeat/oracle                       |  17 +-
 heartbeat/oralsnr                      |  14 +-
 heartbeat/pgagent                      |  10 +-
 heartbeat/pgsql                        |  74 +++-
 heartbeat/pingd                        |   4 +-
 heartbeat/portblock                    |  12 +-
 heartbeat/pound                        |  12 +-
 heartbeat/rabbitmq-cluster             |  10 +-
 heartbeat/redis                        | 252 ++++++++---
 heartbeat/rkt                          |  14 +-
 heartbeat/rsyslog                      |   2 +-
 heartbeat/scsi2reservation             |  10 +-
 heartbeat/sg_persist                   |  18 +-
 heartbeat/symlink                      |  10 +-
 heartbeat/syslog-ng                    |   5 +-
 heartbeat/tomcat                       |   8 +-
 heartbeat/varnish                      |  12 +-
 heartbeat/vmware                       |  10 +-
 heartbeat/zabbixserver                 |  10 +-
 resource-agents.spec.in                |   2 +-
 rgmanager/src/resources/nfsserver.sh   |   2 +-
 tools/sfex_daemon.c                    |   6 +-
 107 files changed, 2482 insertions(+), 1207 deletions(-)
 create mode 100644 heartbeat/README.mariadb.md
 create mode 100755 heartbeat/azure-lb
 create mode 100755 heartbeat/jira
 create mode 100755 heartbeat/lxd-info
 create mode 100755 heartbeat/machine-info
 copy heartbeat/{mysql => mariadb} (53%)
 copy heartbeat/{sg_persist => mpathpersist} (62%)

-- 
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