summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.56.0HEADv0.56.0masterJan Pokorný2016-02-012-4/+6
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filter: use new utils_lxml.etree_parser_safe_unblankingJan Pokorný2016-02-012-4/+9
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filter+format: harden (+prepare grounds for) XML/XSLT usageJan Pokorný2016-02-013-9/+32
| | | | | | | | | | | | Forbid any direct network/disk side-effects for XSLT and make sure we are using XML parser without network access. In the future, there is an possibility to forbid also entities replacement should it be considered risky and unintrusive. The new lxml.etree wrappers are placed into new utils_lxml module. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* clufter.spec: cond. add rgmanager-pacemaker %doc to SEE ALSOJan Pokorný2016-02-011-0/+5
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* clufter.spec: ensure rgmanager-pacemaker is a proper doc subdirJan Pokorný2016-02-011-4/+4
| | | | | | | | Note that following pattern allows for easier manual sanity check: %{__mkdir_p} -- DST %{__cp} -a -t DST -- SRC [...] Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* main: better support for short/long "report bugs" linkJan Pokorný2016-02-011-3/+8
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* main: display "report bugs" reference infoJan Pokorný2016-02-011-15/+29
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Add infrastructure for "report bugs" referenceJan Pokorný2016-02-014-2/+8
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* clufter.spec: switch over to pagure as a default project baseJan Pokorný2016-02-011-0/+5
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc: move rgmanager-pacemaker.* to dedicated directoryJan Pokorný2016-02-017-2/+2
| | | | | | Also rename env_vars -> env-vars (for uniformity). Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filters/cib2pcscmd[resources]: drop op options "spam"Jan Pokorný2016-02-013-7/+9
| | | | | | Also reflect the changes in the tests. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filters/*: propagate and utilize __independent_subtree infoJan Pokorný2016-02-012-11/+140
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filters/cibcompact2cib[resources]: cond. use of $MonitorJan Pokorný2016-02-011-4/+12
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* ccs-flatten: inject also some resource meta-attributes backJan Pokorný2016-02-011-0/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Haziness: 'monitor' and 'status' are synonymousJan Pokorný2016-02-012-4/+16
| | | | | | | Former is preferred, per: <http://www.linux-ha.org/doc/dev-guides/_actions.html> Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.03.groups: FAILURE-ISOLATION propertyJan Pokorný2016-02-012-1/+68
| | | | | | In very rough state for now. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.03.groups: ENABLED+RECOVERY from resourcesJan Pokorný2016-02-012-137/+207
| | | | | | | | ... as they were actually meant like that from the beginning (it's true that Pacemaker can mimic some of these also with primitive resources, but we are looking at the conversion perspective now). Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.02.resources: prefer kind to score with orderJan Pokorný2016-02-011-2/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.02.resource: internal COOCCURRENCE ref.Jan Pokorný2016-02-011-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.02.resources: typos (occurrence, positive)Jan Pokorný2016-02-011-32/+32
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* utils_func: get rid of noop expressionJan Pokorný2016-02-011-3/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* tests/format: get rid of unreachable codeJan Pokorný2016-02-011-3/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* clufters.spec: move egg-info/entry_points.txt to -cli RPMJan Pokorný2016-02-011-0/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filters/ccsflat2cibprelude[rm]: status failures not tolerableJan Pokorný2016-02-011-0/+13
| | | | | | ... in Pacemaker, unlike in RGManager. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filters/ccsflat2cibprelude[rm]: Prefix' suffix separated as SpecJan Pokorný2016-02-011-12/+13
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filters/ccs-revitalize[rm]: omit "failure" params when noopJan Pokorný2016-02-011-0/+31
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filters/ccs-revitalize[rm]: make it capture all that should beJan Pokorný2016-02-011-2/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filters/ccs-revitalize[rm]: move comment + state the limitationJan Pokorný2016-02-011-5/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* commands/*2pcscmd: avoid --tmp-cib '' (empty string)Jan Pokorný2016-02-013-5/+5
| | | | | | | It is "strongly discouraged" as detailed in <http://oss.clusterlabs.org/pipermail/users/2016-January/002197.html>. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* commands/*: rather not abbreviate "config."Jan Pokorný2016-02-015-11/+11
| | | | | | At least not the first occurrences at the help screen. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.00.intro: fix discrepanciesJan Pokorný2016-02-011-3/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.02.resources: MANAGED -> ENABLEDJan Pokorný2016-02-011-12/+20
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.02.resources: EXCLUSIVE alternative in PJan Pokorný2016-02-011-0/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.02.resources: pcs supports utilization nowJan Pokorný2016-02-011-1/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.02.resources: adjust relocate recoveryJan Pokorný2016-02-011-3/+3
| | | | | | ... per what's actually implemented. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filters/ccsflat2cibprelude[vm]: propagate stop timeoutJan Pokorný2016-02-011-1/+18
| | | | | | | As this is to be applied regardless the __enforce_timeouts flag in this particular case. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* run-tests: be verbose about exit statusJan Pokorný2016-02-011-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filters: handle empty restricted failover domains correctlyJan Pokorný2016-02-012-10/+44
| | | | | | | | | - raise a warning in ccs-revitalize filter - do a proper job in cibcompact2cib filter (during conversion) See <http://oss.clusterlabs.org/pipermail/users/2016-January/002176.html>. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filters/cibprelude2cibcompact[resources]: account for recover policyJan Pokorný2016-02-011-0/+68
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filters/cibprelude2cibcompact[resources]: fix indentation/formattingJan Pokorný2016-02-011-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filters/cib2pcscmd[...]: simplify using new attrset_xmlJan Pokorný2016-02-014-88/+27
| | | | | | Fix a run-check test regression along. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filters/cib2pcscmd: generalize attrset_xslJan Pokorný2016-02-011-18/+31
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filters/cib2pcscmd[group]: fix not handling group meta attrsJan Pokorný2016-02-011-1/+17
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filters/cibcompact2cib[resources]: refer to reliable id-prefixJan Pokorný2016-02-011-2/+4
| | | | | | Resolves: rhbz#1300050 Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* command: fix run-check not passing (resolved later on)Jan Pokorný2016-02-011-1/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* command: fix 2 related probs: unicode opts + no interpolationJan Pokorný2016-02-011-25/+35
| | | | | | | Amongst others, this solves integration issue with pcs switched to using unicode literals. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* utils: new helper areinstancesupto (akin to areinstances)Jan Pokorný2016-02-011-0/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* utils: fix unintended implicit "always false" return valueJan Pokorný2016-02-011-2/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* clufter.spec: there's more reasons for python2-develJan Pokorný2016-02-011-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* run-tests: fix nonshort short-circuiting + Py2.6 -m pkg.__main__Jan Pokorný2016-02-011-4/+9
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>