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

Class sysConfigEL7

python/lib/cloudutils/syscfg.py:203–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201
202#it covers RHEL7
203class sysConfigEL7(sysConfigAgentRedhat7Base):
204 def __init__(self, glbEnv):
205 super(sysConfigEL7, self).__init__(glbEnv)
206 self.services = [hostConfig(self),
207 securityPolicyConfigRedhat(self),
208 networkConfigRedhat(self),
209 libvirtConfigRedhat(self),
210 firewallConfigAgent(self),
211 nfsConfig(self),
212 cloudAgentConfig(self)]
213
214#it covers RHEL8 and later
215class sysConfigEL(sysConfigAgentELBase):

Callers 1

getAgentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected