summaryrefslogtreecommitdiffstats
path: root/formats/pcs.py
diff options
context:
space:
mode:
Diffstat (limited to 'formats/pcs.py')
-rw-r--r--formats/pcs.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/formats/pcs.py b/formats/pcs.py
new file mode 100644
index 0000000..77b92fd
--- /dev/null
+++ b/formats/pcs.py
@@ -0,0 +1,17 @@
+# -*- coding: UTF-8 -*-
+# Copyright 2012 Red Hat, Inc.
+# Part of clufter project
+# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
+"""Pacemaker configuration system (pcs) format"""
+__author__ = "Jan Pokorný <jpokorny at redhat dot com>"
+
+from ..format import XML
+
+
+class pcs(XML):
+ """Cman-based cluster stack configuration (cluster.conf)
+
+ Also known as Pacemaker Configuration System (pcs).
+ """
+ # XML
+ root = 'cluster'