summaryrefslogtreecommitdiffstats
path: root/commands/cib2pcscmd.py
Commit message (Collapse)AuthorAgeFilesLines
* commands/*2pcscmd: avoid --tmp-cib '' (empty string)Jan Pokorný2016-02-011-1/+1
| | | | | | | 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-011-2/+2
| | | | | | At least not the first occurrences at the help screen. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* commands/cib2pcscmd: fix incorrect output proto nestingJan Pokorný2015-12-171-2/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* commands: memoize/refactor filter in chainsJan Pokorný2015-12-171-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Note that previosly, there was an unintended behavior of filter chain definition containing a single named block like in: (ccsflat2cibfinal_chain, ('cib-revitalize', ('cib-meld-templates', ('cib2pcscmd', ('stringiter-combine2' # , ('cmd-wrap' ... ))))) worked, despite this accidentally led to the expected behavior, i.e., the same as if the explicit tail sequence (starting with 'cib-revitalize') was appended directly as a sibling of the last item within ccsflat2cibfinal_chain. Note that abusing this "feature" is highly discouraged, it's really a bug and, moreover, it will stop working when you try to apply such nesting recursively more than once. Just of a curiosity of when something behaves a bit better than ever thought of (while making things proportionally worse later on). Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* commands:*2pcs*: adjust (+fix) "cib" parameter descriptionJan Pokorný2015-12-171-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* commands/*2pcscmd: deploy cib-revitalize filterJan Pokorný2015-12-171-4/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* commands/cib2pcscmd: apply cib-meld-templates filterJan Pokorný2015-12-171-3/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* commands/cib2pcscmd: deploy (forgotten) cmd-wrap filterJan Pokorný2015-10-081-2/+5
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* commands/cib2pcscmd: deserves dedicated exposure as a commandJan Pokorný2015-07-021-0/+51
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>