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

Class sysConfigEL

python/lib/cloudutils/syscfg.py:215–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213
214#it covers RHEL8 and later
215class sysConfigEL(sysConfigAgentELBase):
216 def __init__(self, glbEnv):
217 super(sysConfigEL, self).__init__(glbEnv)
218 self.services = [hostConfig(self),
219 securityPolicyConfigRedhat(self),
220 networkConfigRedhat(self),
221 libvirtConfigRedhat(self),
222 firewallConfigAgent(self),
223 nfsConfig(self),
224 cloudAgentConfig(self)]
225
226class sysConfigSUSE(sysConfigAgentSUSE):
227 def __init__(self, glbEnv):

Callers 1

getAgentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected