F9499D9AB150AB87C6CB1EE
 ©    # This file is part of the sos project: https://github.com/sosreport/sos
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# version 2 of the GNU General Public License.
#
# See the LICENSE file in the source distribution for further information.

from sos.plugins import Plugin, RedHatPlugin, DebianPlugin


class CephAnsible(Plugin, RedHatPlugin, DebianPlugin):
    """CEPH distributed storage - Ansible installer
    """

    plugin_name = 'ceph_ansible'
    profiles = ('storage',)

    packages = ('ceph-ansible',)

    def setup(self):
        self.add_copy_spec([
            "/usr/share/ceph-ansible/group_vars/",
            "/usr/share/ceph-ansible/site*.yml",
            "/usr/share/ceph-ansible/ansible.cfg"
        ])

        self.add_forbidden_path("/usr/share/ceph-ansible/group_vars/*.sample")

# vim: set et ts=4 sw=4 :
  "   ˆl–ßi~”ËmJi@;p"¸ËêbÑ¿ÂƒÁÀ 8    ó
æ¯–Sc           @   sh   d  Z  d Z d d l m Z m Z m Z m Z m Z m Z m	 Z	 m
 Z
 m Z m Z m Z m Z m Z d S(   s   Low-level interface to D-Bus.t   PendingCallt   Messaget   MethodCallMessaget   MethodReturnMessaget   ErrorMessaget   SignalMessaget   HANDLER_RESULT_HANDLEDt   HANDLER_RESULT_NOT_YET_HANDLEDt   MESSAGE_TYPE_INVALIDt   MESSAGE_TYPE_METHOD_CALLt   MESSAGE_TYPE_METHOD_RETURNt   MESSAGE_TYPE_ERRORt   MESSAGE_TYPE_SIGNALiÿÿÿÿ(   R   R   R   R   R   R	   R
   R   R   R   R   R    R   N(   s   PendingCalls   Messages   MethodCallMessages   MethodReturnMessages   ErrorMessages   SignalMessages   HANDLER_RESULT_HANDLEDs   HANDLER_RESULT_NOT_YET_HANDLEDs   MESSAGE_TYPE_INVALIDs   MESSAGE_TYPE_METHOD_CALLs   MESSAGE_TYPE_METHOD_RETURNs   MESSAGE_TYPE_ERRORs   MESSAGE_TYPE_SIGNAL(   t   __doc__t   __all__t   _dbus_bindingsR   R   R   R   R   R	   R
   R   R   R   R   R    R   (    (    (    s3   /usr/lib64/python2.7/site-packages/dbus/lowlevel.pyt   <module>   s          "   ˆl–ßi~”êh¥8 Z¸!\e¥1hßÃƒoÂÁ =    ó
)rjc           @   s3   d  d l  m Z m Z d e e f d „  ƒ  YZ d S(   iÿÿÿÿ(   t   Plugint   RedHatPlugint   Tunedc           B   s)   e  Z d  Z d Z d Z d Z d „  Z RS(   s   Tuned system tuning daemon
    t   tunedt   systemt   performancec         C   sF   |  j  d d d d g ƒ |  j d d g ƒ |  j d d d	 g ƒ d  S(
   Ns   tuned-adm lists   tuned-adm actives   tuned-adm recommends   tuned-adm verifys   /etc/tuned.confs   /etc/tune-profiless
   /etc/tuneds   /usr/lib/tuneds   /var/log/tuned/tuned.log(   t   add_cmd_outputt   add_copy_spec(   t   self(    (    s5   /usr/lib/python2.7/site-packages/sos/plugins/tuned.pyt   setup   s    

(   R   (   s   systemR   (   t   __name__t
   __module__t   __doc__t   packagest   profilest   plugin_nameR	   (    (    (    s5   /usr/lib/python2.7/site-packages/sos/plugins/tuned.pyR      s
   N(   t   sos.pluginsR    R   R   (    (    (    s5   /usr/lib/python2.7/site-packages/sos/plugins/tuned.pyt   <module>   s     "   	ˆl–ßi~”JhŠq@»p ¸©‹FÿÄ145ÃÂ  ‘    	ó
Æ8ôOc           @   s   d  S(   N(    (    (    (    s:   /usr/lib/python2.7/site-packages/pyasn1/compat/__init__.pyt   <module>   s      "   ˆl–äY>”ÊeJuA3pÜjbÑ¿ÅƒÁÄÃ     # Copyright 2014 Eucalyptus Systems, Inc.
#
# Redistribution and use of this software in source and binary forms,
# with or without modification, are permitted provided that the following
# conditions are met:
#
#   Redistributions of source code must retain the above copyright notice,
#   this list of conditions and the following disclaimer.
#
#   Redistributions in binary form must reproduce the above copyright
#   notice, this list of conditions and the following disclaimer in the
#   documentation and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT