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

Class sysConfigEL5

python/lib/cloudutils/syscfg.py:178–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177#It covers RHEL5/CentOS5, the mainly difference is that there is no cgroup
178class sysConfigEL5(sysConfigAgentRedhatBase):
179 def __init__(self, glbEnv):
180 super(sysConfigEL5, self).__init__(glbEnv)
181 self.services = [hostConfig(self),
182 securityPolicyConfigRedhat(self),
183 networkConfigRedhat(self),
184 libvirtConfigRedhat(self),
185 firewallConfigAgent(self),
186 nfsConfig(self),
187 cloudAgentConfig(self)]
188
189#it covers RHEL6
190class sysConfigEL6(sysConfigAgentRedhatBase):

Callers 1

getAgentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected