[Debian-ha-commits] [pcs] 01/12: Merge tag 'upstream/0.9.148'

Richard Winters devrik-guest at moszumanska.debian.org
Tue Jan 26 17:22:33 UTC 2016


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

devrik-guest pushed a commit to branch master
in repository pcs.

commit e675aca9f7a179677c5db3a92b6d665d76031ee7
Merge: e0b61d4 ef45690
Author: Richard B Winters <rik at mmogp.com>
Date:   Tue Jan 26 11:07:14 2016 -0500

    Merge tag 'upstream/0.9.148'
    
    Upstream version 0.9.148

 .gitignore                                         |    7 +
 MANIFEST.in                                        |    6 +
 Makefile                                           |  105 +-
 README                                             |   50 +-
 README.md                                          |  105 +
 maketarballs.py                                    |   21 +-
 newversion.py                                      |   41 +-
 pcs/acl.py                                         |  131 +-
 pcs/cluster.py                                     | 1411 ++++++---
 pcs/config.py                                      |  378 ++-
 pcs/constraint.py                                  |  237 +-
 pcs/corosync.conf.fedora.template                  |   22 -
 pcs/corosync.conf.template                         |   39 -
 pcs/corosync_conf.py                               |  153 +
 pcs/node.py                                        |  112 +
 pcs/pcs.8                                          |  142 +-
 pcs/pcs.py                                         |  118 +-
 pcs/pcsd.py                                        |  173 ++
 pcs/prop.py                                        |   32 +-
 pcs/resource.py                                    | 1740 ++++++-----
 pcs/rule.py                                        |   34 +-
 pcs/settings.py                                    |    8 +-
 ...ttings.py => settings.py.i386-linux-gnu.debian} |   16 +-
 ...ings.py => settings.py.x86_64-linux-gnu.debian} |   16 +-
 pcs/status.py                                      |  154 +-
 pcs/stonith.py                                     |  126 +-
 pcs/test/.gitignore                                |    1 +
 pcs/test/Makefile                                  |   27 +-
 pcs/test/corosync.conf                             |   21 +-
 pcs/test/corosync.conf.orig                        |   21 +-
 pcs/test/pcs_test_functions.py                     |   21 +-
 pcs/test/test.py                                   |   12 +-
 pcs/test/test_acl.py                               |  313 +-
 pcs/test/test_cluster.py                           | 1677 ++++++++--
 pcs/test/test_constraints.py                       |  547 ++--
 pcs/test/test_corosync_conf.py                     | 1182 +++++++
 pcs/test/test_node.py                              |  221 ++
 pcs/test/test_properties.py                        |   11 +-
 pcs/test/test_resource.py                          | 2229 ++++++++++++--
 pcs/test/test_rule.py                              |  293 +-
 pcs/test/test_stonith.py                           |  377 ++-
 pcs/test/test_utils.py                             | 1161 ++++---
 pcs/test/transitions01.xml                         |  296 ++
 pcs/test/transitions02.xml                         |  116 +
 pcs/usage.py                                       |  390 ++-
 pcs/utils.py                                       | 1654 +++++-----
 pcsd/Gemfile                                       |    9 +-
 pcsd/Gemfile.lock                                  |   23 +-
 pcsd/Makefile                                      |   15 +-
 pcsd/auth.rb                                       |  149 +-
 pcsd/bootstrap.rb                                  |   77 +
 pcsd/cfgsync.rb                                    |  773 +++++
 pcsd/cluster.rb                                    |   24 +-
 pcsd/cluster_entity.rb                             | 1051 +++++++
 pcsd/config.rb                                     |  167 +-
 pcsd/corosyncconf.rb                               |  152 +
 pcsd/fenceagent.rb                                 |   54 +-
 pcsd/pcs.rb                                        | 1702 +++++++++--
 pcsd/pcsd                                          |   40 +-
 pcsd/pcsd-cli.rb                                   |  138 +
 pcsd/pcsd.conf                                     |    1 +
 pcsd/pcsd.debian                                   |  141 +
 pcsd/pcsd.pam.debian                               |    5 +
 pcsd/pcsd.rb                                       |  816 +++--
 pcsd/pcsd.service                                  |    8 +-
 pcsd/pcsd.service.debian                           |    9 +
 pcsd/permissions.rb                                |  180 ++
 pcsd/public/css/style.css                          |   39 +-
 pcsd/public/js/nodes-ember.js                      | 2316 ++++++++------
 pcsd/public/js/pcsd.js                             | 1886 +++++++++---
 pcsd/remote.rb                                     | 2049 +++++++++----
 pcsd/resource.rb                                   |  356 +--
 pcsd/settings.rb                                   |   24 +
 pcsd/settings.rb.i386-linux-gnu.debian             |   24 +
 pcsd/settings.rb.x86_64-linux-gnu.debian           |   24 +
 pcsd/ssl.rb                                        |   80 +-
 pcsd/systemd-notify-fix.py                         |   16 -
 pcsd/test/.gitignore                               |    1 +
 pcsd/test/Makefile                                 |    6 +
 pcsd/test/cib1.xml                                 |  401 +++
 pcsd/test/cluster.conf                             |   27 +
 pcsd/test/corosync.conf                            |   27 +
 pcsd/test/crm1.xml                                 |  112 +
 pcsd/test/pcs_settings.conf                        |   21 +
 pcsd/test/pcsd_test_utils.rb                       |   27 +
 pcsd/test/test_all_suite.rb                        |   11 +
 pcsd/test/test_auth.rb                             |   95 +
 pcsd/test/test_cfgsync.rb                          |  917 ++++++
 pcsd/test/test_cluster.rb                          |   51 +
 pcsd/test/test_cluster_entity.rb                   | 3226 ++++++++++++++++++++
 pcsd/test/test_config.rb                           |  711 +++++
 pcsd/test/test_corosyncconf.rb                     | 1208 ++++++++
 pcsd/test/test_pcs.rb                              |  257 ++
 pcsd/test/test_permissions.rb                      |  498 +++
 pcsd/test/tokens                                   |    9 +
 pcsd/views/_acls.erb                               |   36 +-
 pcsd/views/_cluster_list.erb                       |   83 +-
 pcsd/views/_configure.erb                          |   75 +-
 pcsd/views/_dialogs.erb                            |   38 +
 pcsd/views/_permissions_cluster.erb                |  120 +
 pcsd/views/_resource.erb                           |  327 +-
 pcsd/views/_resource_list.erb                      |   43 +-
 pcsd/views/configure.erb                           |   39 -
 pcsd/views/fenceagentform.erb                      |    8 +-
 pcsd/views/main.erb                                |  665 +++-
 pcsd/views/manage.erb                              |  181 +-
 pcsd/views/nodes.erb                               |  508 +--
 pcsd/views/permissions.erb                         |   54 +
 pcsd/views/resourceagentform.erb                   |   20 +-
 pcsd/views/resourcedeps.erb                        |   83 -
 pcsd/wizards/apache.rb                             |   10 +-
 setup.py                                           |    4 +-
 112 files changed, 30293 insertions(+), 7901 deletions(-)

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



More information about the Debian-HA-Commits mailing list