[Debian-ha-commits] [pcs] branch upstream updated (719d5e9 -> c4d9c61)

Valentin Vidic vvidic-guest at moszumanska.debian.org
Thu Feb 22 07:06:25 UTC 2018


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

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

      from  719d5e9   New upstream version 0.9.162
       new  c4d9c61   New upstream version 0.9.163

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:
 CHANGELOG.md                                       |   45 +-
 Makefile                                           |    1 -
 README.md                                          |   14 +-
 pcs/app.py                                         |   18 +-
 pcs/cli/common/console_report.py                   |   58 +-
 pcs/cli/common/parse_args.py                       |    2 +-
 pcs/cli/common/reports.py                          |    2 +-
 pcs/cli/common/test/test_console_report.py         |   98 +-
 pcs/cli/common/test/test_middleware.py             |   17 +-
 pcs/cli/constraint/command.py                      |   16 +-
 pcs/cli/constraint/test/test_command.py            |    2 +-
 pcs/cli/constraint_colocation/command.py           |   12 +-
 pcs/cli/constraint_order/command.py                |   12 +-
 pcs/cli/constraint_ticket/command.py               |   24 +-
 pcs/cluster.py                                     |   14 +-
 pcs/common/report_codes.py                         |    4 +-
 pcs/common/test/test_tools.py                      |  118 +-
 pcs/common/tools.py                                |   41 +-
 pcs/config.py                                      |   11 +-
 pcs/constraint.py                                  |   18 +-
 pcs/lib/booth/config_structure.py                  |    4 +-
 pcs/lib/booth/env.py                               |    2 +-
 pcs/lib/booth/test/test_config_structure.py        |   10 +-
 pcs/lib/booth/test/test_sync.py                    |  147 --
 pcs/lib/cib/acl.py                                 |   20 +-
 pcs/lib/cib/constraint/constraint.py               |    3 +-
 pcs/lib/cib/constraint/resource_set.py             |    2 +-
 pcs/lib/cib/fencing_topology.py                    |    8 +-
 pcs/lib/cib/resource/bundle.py                     |    2 +-
 pcs/lib/cib/resource/group.py                      |    1 -
 pcs/lib/cib/resource/remote_node.py                |    4 +-
 pcs/lib/cib/test/test_acl.py                       |   41 +-
 pcs/lib/cib/test/test_alert.py                     |   31 +-
 pcs/lib/cib/test/test_constraint.py                |    2 +-
 pcs/lib/cib/test/test_constraint_colocation.py     |    2 +-
 pcs/lib/cib/test/test_constraint_order.py          |    2 +-
 pcs/lib/cib/test/test_constraint_ticket.py         |    2 +-
 pcs/lib/cib/test/test_resource_group.py            |    3 +-
 pcs/lib/cib/test/test_resource_guest_node.py       |    2 +-
 pcs/lib/cib/test/test_resource_operations.py       |    2 +-
 pcs/lib/cib/test/test_resource_remote_node.py      |    2 +-
 pcs/lib/cib/test/test_resource_set.py              |    2 +-
 pcs/lib/cib/test/test_tools.py                     |   71 +-
 pcs/lib/cib/tools.py                               |   77 +-
 pcs/lib/commands/acl.py                            |    3 +-
 pcs/lib/commands/alert.py                          |    3 +-
 pcs/lib/commands/fencing_topology.py               |   23 +-
 pcs/lib/commands/quorum.py                         |    2 +-
 pcs/lib/commands/resource.py                       |   16 +-
 pcs/lib/commands/sbd.py                            |   31 +-
 pcs/lib/commands/stonith.py                        |   19 +-
 .../commands/test/remote_node}/__init__.py         |    0
 pcs/lib/commands/test/remote_node/fixtures_add.py  |  222 +++
 .../commands/test/remote_node/fixtures_remove.py   |  174 ++
 .../test/remote_node/test_node_add_guest.py        |  457 +++++
 .../test/remote_node/test_node_add_remote.py       |  518 ++++++
 .../test/remote_node/test_node_remove_guest.py     |  474 ++++++
 .../test/remote_node/test_node_remove_remote.py    |  447 +++++
 .../commands/test/resource/test_bundle_create.py   |   16 +-
 .../commands/test/resource/test_bundle_update.py   |   14 +-
 .../commands/test/resource/test_resource_create.py |  128 +-
 pcs/lib/commands/test/sbd/test_disable_sbd.py      |  257 ++-
 pcs/lib/commands/test/sbd/test_enable_sbd.py       | 1782 ++++++++++++++++++--
 pcs/lib/commands/test/test_acl.py                  |    3 +-
 pcs/lib/commands/test/test_alert.py                |   13 +-
 pcs/lib/commands/test/test_booth.py                |  999 +++++++++--
 pcs/lib/commands/test/test_fencing_topology.py     |    5 +-
 .../commands/test/test_quorum.py}                  | 1151 ++++++++-----
 pcs/lib/commands/test/test_stonith.py              |  188 +++
 pcs/lib/commands/test/test_ticket.py               |    5 +-
 pcs/lib/communication/booth.py                     |    5 +-
 pcs/lib/communication/qdevice_net.py               |    1 +
 pcs/lib/communication/sbd.py                       |    5 +-
 pcs/lib/communication/test/test_booth.py           |   29 +
 pcs/lib/communication/test/test_corosync.py        |   21 +
 pcs/lib/communication/test/test_nodes.py           |    7 +
 pcs/lib/communication/test/test_qdevice.py         |   34 +
 pcs/lib/communication/test/test_qdevice_net.py     |   38 +
 pcs/lib/communication/test/test_sbd.py             |   56 +
 pcs/lib/communication/tools.py                     |   10 +
 pcs/lib/corosync/config_facade.py                  |    6 +-
 pcs/lib/env.py                                     |   58 +-
 pcs/lib/external.py                                |    2 +-
 pcs/lib/pacemaker/live.py                          |    6 +-
 pcs/lib/pacemaker/test/test_live.py                |   13 +-
 pcs/lib/reports.py                                 |   63 +-
 pcs/lib/resource_agent.py                          |    6 +-
 pcs/lib/test/test_env.py                           |  480 +++---
 pcs/lib/test/test_env_cib.py                       |  603 ++++---
 pcs/lib/test/test_nodes_task.py                    |  691 --------
 pcs/lib/test/test_resource_agent.py                |    4 +-
 pcs/lib/test/test_validate.py                      |   10 +-
 pcs/lib/validate.py                                |   22 +-
 pcs/pcs.8                                          |   13 +-
 pcs/pcsd.py                                        |   11 +-
 pcs/quorum.py                                      |   58 +-
 pcs/resource.py                                    |   14 +-
 pcs/settings_default.py                            |    3 +-
 pcs/snmp/agentx/updater.py                         |    4 +-
 pcs/snmp/pcs_snmp_agent.8                          |    2 +-
 pcs/snmp/pcs_snmp_agent.logrotate                  |   10 -
 pcs/snmp/pcs_snmp_agent.service                    |    2 +-
 pcs/snmp/settings.py                               |    2 +-
 pcs/status.py                                      |   98 +-
 pcs/stonith.py                                     |    2 +-
 pcs/test/cib_resource/common.py                    |    2 +-
 pcs/test/cib_resource/test_create.py               |    2 +-
 pcs/test/cib_resource/test_manage_unmanage.py      |    4 +-
 pcs/test/resources/cib-empty-1.2.xml               |    2 +-
 .../{cib-empty-1.2.xml => cib-empty-2.0.xml}       |    0
 pcs/test/resources/cib-empty-2.6.xml               |    2 +-
 pcs/test/resources/cib-empty-2.8.xml               |    2 +-
 pcs/test/resources/cib-empty-with3nodes.xml        |    2 +-
 pcs/test/resources/cib-empty-withnodes.xml         |    2 +-
 pcs/test/resources/cib-empty.xml                   |    2 +-
 pcs/test/resources/cib-large.xml                   |    2 +-
 pcs/test/resources/cib-largefile.xml               |    2 +-
 .../resource_agent_ocf_pacemaker_remote.xml        |   43 +
 pcs/test/resources/stonith_agent_fence_simple.xml  |   33 +
 pcs/test/resources/stonithd_metadata.xml           |  156 ++
 pcs/test/suite.py                                  |   15 +-
 pcs/test/test_acl.py                               |   28 +-
 pcs/test/test_cluster.py                           |   47 +-
 pcs/test/test_cluster_pcmk_remote.py               |    4 +-
 pcs/test/test_constraints.py                       |    4 +-
 pcs/test/test_lib_commands_sbd.py                  |   51 +-
 pcs/test/test_lib_corosync_config_facade.py        |   26 +-
 pcs/test/test_lib_corosync_live.py                 |   22 +-
 pcs/test/test_lib_corosync_qdevice_net.py          |  320 +---
 pcs/test/test_lib_sbd.py                           |  679 +-------
 pcs/test/test_misc.py                              |   38 +
 pcs/test/test_resource.py                          |   27 +-
 pcs/test/test_status.py                            |   47 +-
 pcs/test/tools/assertions.py                       |  101 +-
 pcs/test/tools/case_analysis.py                    |   29 +
 pcs/test/tools/command_env/assistant.py            |   73 +-
 pcs/test/tools/command_env/config.py               |   27 +-
 pcs/test/tools/command_env/config_env.py           |    8 +
 pcs/test/tools/command_env/config_fs.py            |   65 +
 pcs/test/tools/command_env/config_http.py          |  270 +--
 pcs/test/tools/command_env/config_http_booth.py    |   73 +
 pcs/test/tools/command_env/config_http_corosync.py |  135 ++
 pcs/test/tools/command_env/config_http_host.py     |   34 +
 pcs/test/tools/command_env/config_http_pcmk.py     |   44 +
 pcs/test/tools/command_env/config_http_sbd.py      |   84 +
 pcs/test/tools/command_env/config_runner_cib.py    |   27 +
 pcs/test/tools/command_env/config_runner_pcmk.py   |  108 +-
 .../tools/command_env/config_runner_systemctl.py   |   79 +
 pcs/test/tools/command_env/mock_fs.py              |  135 ++
 .../tools/command_env/mock_node_communicator.py    |  191 ++-
 pcs/test/tools/command_env/mock_runner.py          |    1 +
 pcs/test/tools/command_env/tools.py                |   13 +
 pcs/test/tools/custom_mock.py                      |    9 +-
 pcs/test/tools/fixture.py                          |   98 +-
 pcs/test/tools/fixture_cib.py                      |   13 +
 pcs/test/tools/pcs_unittest.py                     |   18 +-
 pcs/usage.py                                       |   28 +-
 pcs/utils.py                                       |   14 +-
 pcsd/bootstrap.rb                                  |    2 +-
 pcsd/cfgsync.rb                                    |    6 +-
 pcsd/cluster_entity.rb                             |   22 +
 pcsd/pcs.rb                                        |    7 +-
 pcsd/pcsd.8                                        |    4 +-
 pcsd/pcsd.logrotate                                |    2 +-
 pcsd/pcsd.rb                                       |   12 +-
 pcsd/pcsd.service                                  |    2 +-
 pcsd/pcsd.service.debian                           |    2 +-
 pcsd/public/js/pcsd.js                             |   47 +-
 pcsd/remote.rb                                     |    2 +-
 pcsd/test/cib1.xml                                 |    2 +
 pcsd/test/test_cluster_entity.rb                   |   53 +
 pylintrc                                           |    2 +-
 setup.py                                           |    2 +-
 173 files changed, 9749 insertions(+), 3967 deletions(-)
 copy pcs/{ => lib/commands/test/remote_node}/__init__.py (100%)
 create mode 100644 pcs/lib/commands/test/remote_node/fixtures_add.py
 create mode 100644 pcs/lib/commands/test/remote_node/fixtures_remove.py
 create mode 100644 pcs/lib/commands/test/remote_node/test_node_add_guest.py
 create mode 100644 pcs/lib/commands/test/remote_node/test_node_add_remote.py
 create mode 100644 pcs/lib/commands/test/remote_node/test_node_remove_guest.py
 create mode 100644 pcs/lib/commands/test/remote_node/test_node_remove_remote.py
 rename pcs/{test/test_lib_commands_quorum.py => lib/commands/test/test_quorum.py} (73%)
 create mode 100644 pcs/lib/commands/test/test_stonith.py
 create mode 100644 pcs/lib/communication/test/test_booth.py
 create mode 100644 pcs/lib/communication/test/test_corosync.py
 create mode 100644 pcs/lib/communication/test/test_qdevice.py
 create mode 100644 pcs/lib/communication/test/test_qdevice_net.py
 create mode 100644 pcs/lib/communication/test/test_sbd.py
 delete mode 100644 pcs/lib/test/test_nodes_task.py
 delete mode 100644 pcs/snmp/pcs_snmp_agent.logrotate
 copy pcs/test/resources/{cib-empty-1.2.xml => cib-empty-2.0.xml} (100%)
 create mode 100644 pcs/test/resources/resource_agent_ocf_pacemaker_remote.xml
 create mode 100644 pcs/test/resources/stonith_agent_fence_simple.xml
 create mode 100644 pcs/test/resources/stonithd_metadata.xml
 create mode 100644 pcs/test/test_misc.py
 create mode 100644 pcs/test/tools/case_analysis.py
 create mode 100644 pcs/test/tools/command_env/config_fs.py
 create mode 100644 pcs/test/tools/command_env/config_http_booth.py
 create mode 100644 pcs/test/tools/command_env/config_http_corosync.py
 create mode 100644 pcs/test/tools/command_env/config_http_host.py
 create mode 100644 pcs/test/tools/command_env/config_http_pcmk.py
 create mode 100644 pcs/test/tools/command_env/config_http_sbd.py
 create mode 100644 pcs/test/tools/command_env/mock_fs.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