|
|
@ -579,13 +579,7 @@ class SLESHostname(Hostname):
|
|
|
|
|
|
|
|
|
|
|
|
class OpenSUSEHostname(Hostname):
|
|
|
|
class OpenSUSEHostname(Hostname):
|
|
|
|
platform = 'Linux'
|
|
|
|
platform = 'Linux'
|
|
|
|
distribution = 'Opensuse leap'
|
|
|
|
distribution = 'Opensuse'
|
|
|
|
strategy_class = SystemdStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class TumbleweedHostname(Hostname):
|
|
|
|
|
|
|
|
platform = 'Linux'
|
|
|
|
|
|
|
|
distribution = 'Opensuse tumbleweed'
|
|
|
|
|
|
|
|
strategy_class = SystemdStrategy
|
|
|
|
strategy_class = SystemdStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -595,33 +589,9 @@ class ArchHostname(Hostname):
|
|
|
|
strategy_class = SystemdStrategy
|
|
|
|
strategy_class = SystemdStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class RedHat5Hostname(Hostname):
|
|
|
|
|
|
|
|
platform = 'Linux'
|
|
|
|
|
|
|
|
distribution = 'Redhat'
|
|
|
|
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class RHELHostname(Hostname):
|
|
|
|
class RHELHostname(Hostname):
|
|
|
|
platform = 'Linux'
|
|
|
|
platform = 'Linux'
|
|
|
|
distribution = 'Red hat enterprise linux'
|
|
|
|
distribution = 'Redhat'
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class RedHatServerHostname(Hostname):
|
|
|
|
|
|
|
|
platform = 'Linux'
|
|
|
|
|
|
|
|
distribution = 'Red hat enterprise linux server'
|
|
|
|
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class RedHatWorkstationHostname(Hostname):
|
|
|
|
|
|
|
|
platform = 'Linux'
|
|
|
|
|
|
|
|
distribution = 'Red hat enterprise linux workstation'
|
|
|
|
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class RedHatAtomicHostname(Hostname):
|
|
|
|
|
|
|
|
platform = 'Linux'
|
|
|
|
|
|
|
|
distribution = 'Red hat enterprise linux atomic host'
|
|
|
|
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -631,51 +601,27 @@ class CentOSHostname(Hostname):
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class CentOSLinuxHostname(Hostname):
|
|
|
|
|
|
|
|
platform = 'Linux'
|
|
|
|
|
|
|
|
distribution = 'Centos linux'
|
|
|
|
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class CloudlinuxHostname(Hostname):
|
|
|
|
class CloudlinuxHostname(Hostname):
|
|
|
|
platform = 'Linux'
|
|
|
|
platform = 'Linux'
|
|
|
|
distribution = 'Cloudlinux'
|
|
|
|
distribution = 'Cloudlinux'
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class CloudlinuxServerHostname(Hostname):
|
|
|
|
|
|
|
|
platform = 'Linux'
|
|
|
|
|
|
|
|
distribution = 'Cloudlinux server'
|
|
|
|
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class ScientificHostname(Hostname):
|
|
|
|
class ScientificHostname(Hostname):
|
|
|
|
platform = 'Linux'
|
|
|
|
platform = 'Linux'
|
|
|
|
distribution = 'Scientific'
|
|
|
|
distribution = 'Scientific'
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class ScientificLinuxHostname(Hostname):
|
|
|
|
|
|
|
|
platform = 'Linux'
|
|
|
|
|
|
|
|
distribution = 'Scientific linux'
|
|
|
|
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class ScientificLinuxCERNHostname(Hostname):
|
|
|
|
|
|
|
|
platform = 'Linux'
|
|
|
|
|
|
|
|
distribution = 'Scientific linux cern slc'
|
|
|
|
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class OracleLinuxHostname(Hostname):
|
|
|
|
class OracleLinuxHostname(Hostname):
|
|
|
|
platform = 'Linux'
|
|
|
|
platform = 'Linux'
|
|
|
|
distribution = 'Oracle linux server'
|
|
|
|
distribution = 'Oracle'
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class VirtuozzoLinuxHostname(Hostname):
|
|
|
|
class VirtuozzoLinuxHostname(Hostname):
|
|
|
|
platform = 'Linux'
|
|
|
|
platform = 'Linux'
|
|
|
|
distribution = 'Virtuozzo linux'
|
|
|
|
distribution = 'Virtuozzo'
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -685,12 +631,6 @@ class AmazonLinuxHostname(Hostname):
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class SangomaLinuxHostname(Hostname):
|
|
|
|
|
|
|
|
platform = 'Linux'
|
|
|
|
|
|
|
|
distribution = 'Derived from red hat enterprise linux '
|
|
|
|
|
|
|
|
strategy_class = RedHatStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class DebianHostname(Hostname):
|
|
|
|
class DebianHostname(Hostname):
|
|
|
|
platform = 'Linux'
|
|
|
|
platform = 'Linux'
|
|
|
|
distribution = 'Debian'
|
|
|
|
distribution = 'Debian'
|
|
|
@ -729,13 +669,13 @@ class DevuanHostname(Hostname):
|
|
|
|
|
|
|
|
|
|
|
|
class RaspbianHostname(Hostname):
|
|
|
|
class RaspbianHostname(Hostname):
|
|
|
|
platform = 'Linux'
|
|
|
|
platform = 'Linux'
|
|
|
|
distribution = 'Raspbian gnu/linux'
|
|
|
|
distribution = 'Raspbian'
|
|
|
|
strategy_class = DebianStrategy
|
|
|
|
strategy_class = DebianStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class GentooHostname(Hostname):
|
|
|
|
class GentooHostname(Hostname):
|
|
|
|
platform = 'Linux'
|
|
|
|
platform = 'Linux'
|
|
|
|
distribution = 'Gentoo base system'
|
|
|
|
distribution = 'Gentoo'
|
|
|
|
strategy_class = OpenRCStrategy
|
|
|
|
strategy_class = OpenRCStrategy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|