[Debian-ha-commits] [pcs] 02/14: Updated version 0.9.160 from 'upstream/0.9.160'
Valentin Vidic
vvidic-guest at moszumanska.debian.org
Sat Oct 14 11:56:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
vvidic-guest pushed a commit to branch master
in repository pcs.
commit 049ce760ce4fcd13b24ff5b71961d3e4ab06f022
Merge: 33e2411 48c68e0
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date: Fri Oct 13 08:30:03 2017 +0200
Updated version 0.9.160 from 'upstream/0.9.160'
with Debian dir 64a69dbe56feb318b53f215b124cee8925808d58
CHANGELOG.md | 53 +-
Makefile | 25 +-
README | 49 -
README.md | 187 +-
maketarballs.py | 1 -
newversion.py | 1 -
pcs/acl.py | 1 -
pcs/alert.py | 1 -
pcs/app.py | 1 -
pcs/booth.py | 1 -
pcs/cli/booth/command.py | 1 -
pcs/cli/booth/console_report.py | 1 -
pcs/cli/booth/env.py | 1 -
pcs/cli/booth/test/test_command.py | 1 -
pcs/cli/booth/test/test_env.py | 1 -
pcs/cli/booth/test/test_reports.py | 1 -
pcs/cli/cluster/command.py | 9 +-
pcs/cli/cluster/test/test_command.py | 1 -
pcs/cli/common/completion.py | 1 -
pcs/cli/common/console_report.py | 31 +-
pcs/cli/common/env_cli.py | 4 +-
pcs/cli/common/env_file.py | 1 -
pcs/cli/common/errors.py | 1 -
pcs/cli/common/lib_wrapper.py | 41 +-
pcs/cli/common/middleware.py | 34 +-
pcs/cli/common/parse_args.py | 1 -
pcs/cli/common/reports.py | 28 +-
pcs/cli/common/test/test_completion.py | 1 -
pcs/cli/common/test/test_console_report.py | 77 +-
pcs/cli/common/test/test_env_file.py | 1 -
pcs/cli/common/test/test_lib_wrapper.py | 1 -
pcs/cli/common/test/test_middleware.py | 1 -
pcs/cli/common/test/test_parse_args.py | 1 -
pcs/cli/common/test/test_reports.py | 1 -
pcs/cli/constraint/command.py | 1 -
pcs/cli/constraint/console_report.py | 1 -
pcs/cli/constraint/parse_args.py | 1 -
pcs/cli/constraint/test/test_command.py | 1 -
pcs/cli/constraint/test/test_console_report.py | 1 -
pcs/cli/constraint/test/test_parse_args.py | 1 -
pcs/cli/constraint_all/console_report.py | 1 -
pcs/cli/constraint_all/test/test_console_report.py | 1 -
pcs/cli/constraint_colocation/command.py | 1 -
pcs/cli/constraint_colocation/console_report.py | 1 -
pcs/cli/constraint_order/command.py | 1 -
pcs/cli/constraint_order/console_report.py | 1 -
pcs/cli/constraint_ticket/command.py | 1 -
pcs/cli/constraint_ticket/console_report.py | 1 -
pcs/cli/constraint_ticket/parse_args.py | 1 -
pcs/cli/constraint_ticket/test/test_command.py | 1 -
.../constraint_ticket/test/test_console_report.py | 1 -
pcs/cli/constraint_ticket/test/test_parse_args.py | 1 -
pcs/cli/fencing_topology.py | 1 -
pcs/cli/resource/parse_args.py | 1 -
pcs/cli/resource/test/test_parse_args.py | 1 -
pcs/cluster.py | 228 ++-
pcs/common/env_file_role_codes.py | 1 -
pcs/common/fencing_topology.py | 1 -
pcs/common/node_communicator.py | 558 +++++
pcs/common/pcs_pycurl.py | 1 -
pcs/common/report_codes.py | 7 +-
pcs/common/test/test_node_communicator.py | 576 ++++++
pcs/common/test/test_tools.py | 1 -
pcs/common/tools.py | 1 -
pcs/config.py | 1 -
pcs/constraint.py | 3 +-
pcs/lib/booth/config_exchange.py | 1 -
pcs/lib/booth/config_files.py | 1 -
pcs/lib/booth/config_parser.py | 1 -
pcs/lib/booth/config_structure.py | 1 -
pcs/lib/booth/env.py | 1 -
pcs/lib/booth/reports.py | 1 -
pcs/lib/booth/resource.py | 1 -
pcs/lib/booth/status.py | 1 -
pcs/lib/booth/sync.py | 135 +-
pcs/lib/booth/test/test_config_exchange.py | 1 -
pcs/lib/booth/test/test_config_files.py | 1 -
pcs/lib/booth/test/test_config_parser.py | 1 -
pcs/lib/booth/test/test_config_structure.py | 1 -
pcs/lib/booth/test/test_env.py | 1 -
pcs/lib/booth/test/test_resource.py | 1 -
pcs/lib/booth/test/test_status.py | 1 -
pcs/lib/booth/test/test_sync.py | 422 ++--
pcs/lib/cib/acl.py | 1 -
pcs/lib/cib/alert.py | 1 -
pcs/lib/cib/constraint/colocation.py | 1 -
pcs/lib/cib/constraint/constraint.py | 1 -
pcs/lib/cib/constraint/order.py | 1 -
pcs/lib/cib/constraint/resource_set.py | 1 -
pcs/lib/cib/constraint/ticket.py | 8 +-
pcs/lib/cib/fencing_topology.py | 1 -
pcs/lib/cib/node.py | 1 -
pcs/lib/cib/nvpair.py | 14 +-
pcs/lib/cib/resource/__init__.py | 1 -
pcs/lib/cib/resource/bundle.py | 7 +-
pcs/lib/cib/resource/clone.py | 1 -
pcs/lib/cib/resource/common.py | 1 -
pcs/lib/cib/resource/group.py | 1 -
pcs/lib/cib/resource/guest_node.py | 5 +-
pcs/lib/cib/resource/operations.py | 1 -
pcs/lib/cib/resource/primitive.py | 1 -
pcs/lib/cib/resource/remote_node.py | 1 -
pcs/lib/cib/sections.py | 64 +
pcs/lib/cib/stonith.py | 1 -
pcs/lib/cib/test/test_acl.py | 1 -
pcs/lib/cib/test/test_alert.py | 1 -
pcs/lib/cib/test/test_constraint.py | 1 -
pcs/lib/cib/test/test_constraint_colocation.py | 1 -
pcs/lib/cib/test/test_constraint_order.py | 1 -
pcs/lib/cib/test/test_constraint_ticket.py | 1 -
pcs/lib/cib/test/test_fencing_topology.py | 1 -
pcs/lib/cib/test/test_node.py | 1 -
pcs/lib/cib/test/test_nvpair.py | 1 -
pcs/lib/cib/test/test_resource_bundle.py | 1 -
pcs/lib/cib/test/test_resource_clone.py | 1 -
pcs/lib/cib/test/test_resource_common.py | 1 -
pcs/lib/cib/test/test_resource_group.py | 1 -
pcs/lib/cib/test/test_resource_guest_node.py | 1 -
pcs/lib/cib/test/test_resource_operations.py | 1 -
pcs/lib/cib/test/test_resource_primitive.py | 1 -
pcs/lib/cib/test/test_resource_remote_node.py | 1 -
pcs/lib/cib/test/test_resource_set.py | 1 -
pcs/lib/cib/test/test_sections.py | 78 +
pcs/lib/cib/test/test_tools.py | 1 -
pcs/lib/cib/tools.py | 38 +-
pcs/lib/cluster_conf_facade.py | 1 -
pcs/lib/commands/acl.py | 6 +-
pcs/lib/commands/alert.py | 35 +-
pcs/lib/commands/booth.py | 42 +-
pcs/lib/commands/cib_options.py | 38 +
pcs/lib/commands/cluster.py | 541 +----
pcs/lib/commands/constraint/colocation.py | 1 -
pcs/lib/commands/constraint/common.py | 3 +-
pcs/lib/commands/constraint/order.py | 1 -
pcs/lib/commands/constraint/ticket.py | 8 +-
pcs/lib/commands/fencing_topology.py | 15 +-
pcs/lib/commands/node.py | 6 +-
pcs/lib/commands/qdevice.py | 1 -
pcs/lib/commands/quorum.py | 151 +-
pcs/lib/commands/{cluster.py => remote_node.py} | 123 +-
pcs/lib/commands/resource.py | 6 +-
pcs/lib/commands/resource_agent.py | 1 -
pcs/lib/commands/sbd.py | 299 +--
pcs/lib/commands/stonith.py | 1 -
pcs/lib/commands/stonith_agent.py | 1 -
pcs/lib/commands/test/cib_options/__init__.py | 0
.../test/cib_options/test_operations_defaults.py | 105 +
.../test/cib_options/test_resources_defaults.py | 109 +
pcs/lib/commands/test/cluster/__init__.py | 0
pcs/lib/commands/test/cluster/verify.py | 119 ++
pcs/lib/commands/test/resource/common.py | 76 -
.../commands/test/resource/test_bundle_create.py | 1487 +++++++-------
.../commands/test/resource/test_bundle_update.py | 1065 +++++-----
.../commands/test/resource/test_resource_create.py | 2148 ++++++++++++--------
.../test/resource/test_resource_enable_disable.py | 1276 ++++++------
.../test/resource/test_resource_manage_unmanage.py | 725 ++++---
pcs/lib/commands/test/sbd/__init__.py | 0
pcs/lib/commands/test/sbd/test_disable_sbd.py | 57 +
pcs/lib/commands/test/sbd/test_enable_sbd.py | 172 ++
.../test/sbd/test_get_cluster_sbd_config.py | 124 ++
.../test/sbd/test_get_cluster_sbd_status.py | 149 ++
pcs/lib/commands/test/test_acl.py | 5 +-
pcs/lib/commands/test/test_alert.py | 998 ++++-----
pcs/lib/commands/test/test_booth.py | 5 +-
pcs/lib/commands/test/test_constraint_common.py | 9 +-
pcs/lib/commands/test/test_fencing_topology.py | 7 +-
pcs/lib/commands/test/test_node.py | 3 +-
pcs/lib/commands/test/test_resource_agent.py | 1 -
pcs/lib/commands/test/test_stonith_agent.py | 38 +-
pcs/lib/commands/test/test_ticket.py | 62 +-
pcs/lib/communication/__init__.py | 0
pcs/lib/communication/booth.py | 113 +
pcs/lib/communication/corosync.py | 89 +
pcs/lib/communication/nodes.py | 261 +++
pcs/lib/communication/qdevice.py | 82 +
pcs/lib/communication/qdevice_net.py | 128 ++
pcs/lib/communication/sbd.py | 268 +++
pcs/lib/communication/test/__init__.py | 0
pcs/lib/communication/test/test_nodes.py | 125 ++
pcs/lib/communication/tools.py | 314 +++
pcs/lib/corosync/config_facade.py | 1 -
pcs/lib/corosync/config_parser.py | 1 -
pcs/lib/corosync/live.py | 14 -
pcs/lib/corosync/qdevice_client.py | 62 -
pcs/lib/corosync/qdevice_net.py | 81 -
pcs/lib/env.py | 271 ++-
pcs/lib/env_file.py | 1 -
pcs/lib/env_tools.py | 1 -
pcs/lib/errors.py | 6 +-
pcs/lib/external.py | 73 +-
pcs/lib/node.py | 1 -
pcs/lib/node_communication.py | 177 ++
pcs/lib/node_communication_format.py | 1 -
pcs/lib/nodes_task.py | 521 -----
pcs/lib/pacemaker/env.py | 1 -
pcs/lib/pacemaker/live.py | 87 +-
pcs/lib/pacemaker/state.py | 1 -
pcs/lib/pacemaker/test/test_live.py | 134 +-
pcs/lib/pacemaker/test/test_state.py | 1 -
pcs/lib/pacemaker/test/test_values.py | 1 -
pcs/lib/pacemaker/values.py | 1 -
pcs/lib/reports.py | 92 +-
pcs/lib/resource_agent.py | 52 +-
pcs/lib/sbd.py | 356 +---
pcs/lib/test/misc.py | 1 -
pcs/lib/test/test_cluster_conf_facade.py | 1 -
pcs/lib/test/test_env.py | 1207 ++++++-----
pcs/lib/test/test_env_cib.py | 448 ++++
pcs/lib/test/test_env_file.py | 1 -
pcs/lib/test/test_errors.py | 1 -
pcs/lib/test/test_node_communication.py | 539 +++++
pcs/lib/test/test_node_communication_format.py | 1 -
pcs/lib/test/test_nodes_task.py | 167 +-
pcs/lib/test/test_resource_agent.py | 62 +-
pcs/lib/test/test_validate.py | 1 -
pcs/{ => lib}/test/test_xml_tools.py | 40 +-
pcs/lib/tools.py | 16 +-
pcs/lib/validate.py | 1 -
pcs/lib/xml_tools.py | 42 +-
pcs/node.py | 1 -
pcs/pcs.8 | 18 +-
pcs/pcsd.py | 1 -
pcs/prop.py | 1 -
pcs/qdevice.py | 1 -
pcs/quorum.py | 1 -
pcs/resource.py | 27 +-
pcs/rule.py | 1 -
pcs/settings_default.py | 3 +-
pcs/status.py | 1 -
pcs/stonith.py | 1 -
pcs/test/cib_resource/common.py | 1 -
pcs/test/cib_resource/stonith_common.py | 1 -
pcs/test/cib_resource/test_bundle.py | 1 -
pcs/test/cib_resource/test_create.py | 67 +-
pcs/test/cib_resource/test_manage_unmanage.py | 1 -
pcs/test/cib_resource/test_operation_add.py | 1 -
pcs/test/cib_resource/test_stonith_create.py | 1 -
.../cib_resource/test_stonith_enable_disable.py | 1 -
pcs/test/curl_test.py | 63 +
pcs/test/resources/cib-empty.xml | 2 +-
pcs/test/resources/cib-large.xml | 2 +-
.../resource_agent_ocf_heartbeat_dummy.xml | 2 +-
...ce_agent_ocf_heartbeat_dummy_insane_action.xml} | 3 +-
pcs/test/suite.py | 1 -
pcs/test/test_acl.py | 21 +-
pcs/test/test_alert.py | 2 -
pcs/test/test_booth.py | 7 +-
pcs/test/test_cluster.py | 9 +-
pcs/test/test_cluster_pcmk_remote.py | 10 +-
pcs/test/test_common_tools.py | 1 -
pcs/test/test_constraints.py | 34 +-
pcs/test/test_lib_commands_qdevice.py | 1 -
pcs/test/test_lib_commands_quorum.py | 14 +-
pcs/test/test_lib_commands_sbd.py | 336 +--
pcs/test/test_lib_corosync_config_facade.py | 7 +-
pcs/test/test_lib_corosync_config_parser.py | 3 +-
pcs/test/test_lib_corosync_live.py | 5 +-
pcs/test/test_lib_corosync_qdevice_client.py | 1 -
pcs/test/test_lib_corosync_qdevice_net.py | 17 +-
pcs/test/test_lib_external.py | 128 +-
pcs/test/test_lib_node.py | 41 +-
pcs/test/test_lib_sbd.py | 97 +-
pcs/test/test_lib_tools.py | 1 -
pcs/test/test_node.py | 7 +-
pcs/test/test_properties.py | 7 +-
pcs/test/test_quorum.py | 1 -
pcs/test/test_resource.py | 49 +-
pcs/test/test_rule.py | 7 +-
pcs/test/test_status.py | 1 -
pcs/test/test_stonith.py | 7 +-
pcs/test/test_utils.py | 25 +-
pcs/test/tools/assertions.py | 75 +-
pcs/test/tools/check/test_misc.py | 1 -
pcs/test/tools/cib.py | 1 -
pcs/test/tools/color_text_runner/__init__.py | 1 -
pcs/test/tools/color_text_runner/format.py | 1 -
pcs/test/tools/color_text_runner/result.py | 1 -
pcs/test/tools/color_text_runner/writer.py | 1 -
pcs/test/tools/command_env/__init__.py | 83 +
pcs/test/tools/command_env/assistant.py | 185 ++
pcs/test/tools/command_env/calls.py | 240 +++
pcs/test/tools/command_env/config.py | 71 +
pcs/test/tools/command_env/config_corosync_conf.py | 53 +
pcs/test/tools/command_env/config_env.py | 84 +
pcs/test/tools/command_env/config_http.py | 126 ++
pcs/test/tools/command_env/config_runner.py | 43 +
pcs/test/tools/command_env/config_runner_cib.py | 210 ++
.../tools/command_env/config_runner_corosync.py | 40 +
pcs/test/tools/command_env/config_runner_pcmk.py | 133 ++
.../tools/command_env/config_runner_systemctl.py | 35 +
.../command_env/mock_get_local_corosync_conf.py | 23 +
.../tools/command_env/mock_node_communicator.py | 191 ++
pcs/test/tools/command_env/mock_push_cib.py | 66 +
pcs/test/tools/command_env/mock_runner.py | 123 ++
pcs/test/tools/command_env/spy.py | 101 +
pcs/test/tools/command_env/tools.py | 41 +
pcs/test/tools/custom_mock.py | 125 +-
.../test/resource => test/tools}/fixture.py | 104 +-
pcs/test/tools/fixture_cib.py | 170 ++
pcs/test/tools/integration_lib.py | 120 +-
pcs/test/tools/misc.py | 46 +-
pcs/test/tools/pcs_runner.py | 1 -
pcs/test/tools/xml.py | 1 -
pcs/usage.py | 43 +-
pcs/utils.py | 132 +-
pcsd/Gemfile.lock | 12 +-
pcsd/Makefile | 2 +-
pcsd/bootstrap.rb | 14 +-
pcsd/cfgsync.rb | 26 +-
pcsd/config.rb | 19 +-
pcsd/pcs.rb | 64 +-
pcsd/pcsd-cli.rb | 8 +-
pcsd/pcsd.8 | 5 +-
pcsd/pcsd.conf | 2 +
pcsd/pcsd.rb | 101 +-
pcsd/public/js/nodes-ember.js | 13 +-
pcsd/public/js/pcsd.js | 76 +-
pcsd/remote.rb | 30 +-
pcsd/settings.rb | 1 +
pcsd/ssl.rb | 3 +-
pcsd/test/test_cfgsync.rb | 162 +-
pcsd/test/test_config.rb | 108 +-
pcsd/test/tokens | 7 +-
pcsd/views/manage.erb | 11 +-
pcsd/views/nodes.erb | 4 +
pylintrc | 2 +-
setup.py | 2 +-
327 files changed, 14442 insertions(+), 8589 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