MCPcopy Create free account
hub / github.com/apache/cloudstack / sysConfigEL6

Class sysConfigEL6

python/lib/cloudutils/syscfg.py:190–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189#it covers RHEL6
190class sysConfigEL6(sysConfigAgentRedhatBase):
191 def __init__(self, glbEnv):
192 super(sysConfigEL6, self).__init__(glbEnv)
193 self.services = [hostConfig(self),
194 cgroupConfig(self),
195 securityPolicyConfigRedhat(self),
196 networkConfigRedhat(self),
197 libvirtConfigRedhat(self),
198 firewallConfigAgent(self),
199 nfsConfig(self),
200 cloudAgentConfig(self)]
201
202#it covers RHEL7
203class sysConfigEL7(sysConfigAgentRedhat7Base):

Callers 1

getAgentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected