[Debian-ha-commits] [pcs] branch master updated (7eecf8f -> c5405a4)

Valentin Vidic vvidic-guest at moszumanska.debian.org
Fri Jun 30 16:37:14 UTC 2017


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

vvidic-guest pushed a change to branch master
in repository pcs.

      from  7eecf8f   Update changelog
       new  7cb40a3   New upstream version 0.9.159
       new  72c0bf9   Updated version 0.9.159 from 'upstream/0.9.159'
       new  69cb342   Revert "d/tests/setup: need to generate corosync authkey"
       new  486b370   d/patches: refresh for new version
       new  c5405a4   Update changelog

The 5 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:
 CHANGELOG.md                                       |  56 ++
 debian/changelog                                   |   7 +-
 debian/patches/0007-Fix-testsuite.patch            | 119 +++--
 debian/patches/0008-Replace-chkconfig.patch        |   8 +-
 debian/patches/0009-Fix-python-lxml.patch          |   2 +-
 debian/tests/setup                                 |   5 +-
 pcs/cli/cluster/command.py                         |  10 +-
 pcs/cli/common/console_report.py                   |  39 +-
 pcs/cli/common/lib_wrapper.py                      |   6 +-
 pcs/cli/common/parse_args.py                       |   4 +-
 pcs/cli/common/test/test_console_report.py         | 582 ++++++++++++++++++++-
 pcs/cli/resource/parse_args.py                     |   8 +-
 pcs/cli/resource/test/test_parse_args.py           | 100 +++-
 pcs/cluster.py                                     |  75 ++-
 pcs/common/report_codes.py                         |   1 +
 pcs/config.py                                      |   4 +-
 pcs/lib/booth/env.py                               |   4 +-
 pcs/lib/cib/nvpair.py                              |  12 +-
 pcs/lib/cib/resource/bundle.py                     |  17 +-
 pcs/lib/cib/resource/common.py                     |  40 +-
 pcs/lib/cib/resource/operations.py                 |  25 +-
 pcs/lib/cib/resource/primitive.py                  |   6 +-
 pcs/lib/cib/test/test_nvpair.py                    |  42 ++
 pcs/lib/cib/test/test_resource_common.py           |  16 +-
 pcs/lib/cib/test/test_resource_operations.py       |  22 +
 pcs/lib/cib/tools.py                               |  10 +-
 pcs/lib/commands/cluster.py                        | 108 ++--
 pcs/lib/commands/resource.py                       | 176 +++++--
 pcs/lib/commands/stonith.py                        |  17 +-
 pcs/lib/commands/test/resource/fixture.py          |   2 +-
 .../commands/test/resource/test_bundle_create.py   | 179 ++++++-
 .../commands/test/resource/test_bundle_update.py   | 102 +++-
 .../test/resource/test_resource_enable_disable.py  |  93 +++-
 .../test/resource/test_resource_manage_unmanage.py | 189 ++++++-
 pcs/lib/commands/test/test_stonith_agent.py        | 113 +++-
 pcs/lib/env.py                                     |   7 +-
 pcs/lib/nodes_task.py                              |  25 +-
 pcs/lib/pacemaker/state.py                         |  40 +-
 pcs/lib/pacemaker/test/test_state.py               | 108 +++-
 pcs/lib/reports.py                                 |  24 +
 pcs/lib/resource_agent.py                          |  89 +++-
 pcs/lib/test/test_nodes_task.py                    |   4 -
 pcs/lib/test/test_resource_agent.py                |  69 ++-
 pcs/lib/tools.py                                   |   5 +-
 pcs/pcs.8                                          |  20 +-
 pcs/pcsd.py                                        |  12 +-
 pcs/resource.py                                    | 188 +++++--
 pcs/settings_default.py                            |   2 +-
 pcs/status.py                                      |  67 ++-
 pcs/test/cib_resource/test_bundle.py               | 132 ++++-
 pcs/test/cib_resource/test_create.py               |  49 +-
 pcs/test/cib_resource/test_manage_unmanage.py      |   5 +-
 pcs/test/cib_resource/test_operation_add.py        |  36 +-
 pcs/test/cib_resource/test_stonith_create.py       |  59 +++
 pcs/test/test_cluster.py                           | 128 +++++
 pcs/test/test_cluster_pcmk_remote.py               |  16 +-
 pcs/test/test_constraints.py                       |   2 +-
 pcs/test/test_resource.py                          | 217 +++++---
 pcs/test/test_status.py                            |  89 ++++
 pcs/test/test_stonith.py                           | 139 ++++-
 pcs/test/tools/assertions.py                       |  90 +++-
 pcs/usage.py                                       |  33 +-
 pcs/utils.py                                       |  37 +-
 pcsd/bootstrap.rb                                  |   2 +-
 pcsd/pcs.rb                                        |  23 +-
 pcsd/pcsd.8                                        |   2 +-
 pcsd/pcsd.rb                                       |   3 +-
 pcsd/public/js/nodes-ember.js                      |   3 +-
 pcsd/public/js/pcsd.js                             |  14 +-
 pcsd/remote.rb                                     |  17 +-
 pcsd/ssl.rb                                        |   2 +
 pcsd/views/main.erb                                |   4 +
 pcsd/views/manage.erb                              |  12 +
 setup.py                                           |   2 +-
 74 files changed, 3331 insertions(+), 644 deletions(-)
 create mode 100644 pcs/test/test_status.py

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