[Debian-ha-commits] [pcs] branch upstream updated (48c68e0 -> f341b6c)
Valentin Vidic
vvidic-guest at moszumanska.debian.org
Fri Nov 3 17:35:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
vvidic-guest pushed a change to branch upstream
in repository pcs.
from 48c68e0 New upstream version 0.9.160
new f341b6c New upstream version 0.9.161
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 | 24 +
Makefile | 3 +
README.md | 12 +-
pcs/app.py | 20 +-
pcs/cli/common/capabilities.py | 51 +
pcs/cli/common/test/test_capabilities.py | 75 +
pcs/common/tools.py | 6 +-
pcs/lib/commands/test/test_resource_agent.py | 84 ++
pcs/pcs.8 | 4 +-
pcs/resource.py | 55 +-
pcs/settings_default.py | 2 +-
pcs/test/cib_resource/test_create.py | 24 +-
pcs/test/cib_resource/test_stonith_create.py | 21 +-
pcs/test/resources/capabilities.xml | 31 +
.../resource_agent_ocf_heartbeat_dummy_utf8.xml | 29 +
pcs/test/test_cluster_pcmk_remote.py | 13 +
pcs/test/test_resource.py | 51 +-
pcs/test/test_stonith.py | 42 +-
pcs/test/tools/cib.py | 24 +-
pcs/usage.py | 3 +-
pcs/utils.py | 13 +-
pcsd/bootstrap.rb | 12 +-
pcsd/capabilities.xml | 1536 ++++++++++++++++++++
pcsd/pcs.rb | 27 +-
pcsd/pcsd.8 | 2 +-
pcsd/pcsd.rb | 40 +-
pcsd/pcsd.service | 2 +
pcsd/pcsd.service.debian | 2 +
pcsd/public/js/nodes-ember.js | 48 +-
pcsd/remote.rb | 7 +
pcsd/settings.rb.debian | 1 +
setup.py | 2 +-
32 files changed, 2166 insertions(+), 100 deletions(-)
create mode 100644 pcs/cli/common/capabilities.py
create mode 100644 pcs/cli/common/test/test_capabilities.py
create mode 100644 pcs/test/resources/capabilities.xml
create mode 100644 pcs/test/resources/resource_agent_ocf_heartbeat_dummy_utf8.xml
create mode 100644 pcsd/capabilities.xml
--
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