Project

General

Profile

« Previous | Next » 

Revision 7cac0899

Added by Kyle Flavin about 8 years ago

fixes #12962 - Add Xenserver to list of supported OS families.

Templates are included in community-templates repo.

View differences:

app/models/operatingsystem.rb
'Freebsd' => %r{FreeBSD}i,
'AIX' => %r{AIX}i,
'Junos' => %r{Junos}i,
'NXOS' => %r{NX-OS}i }
'NXOS' => %r{NX-OS}i,
'Xenserver' => %r{XenServer}i }
class Jail < Safemode::Jail
allow :name, :media_url, :major, :minor, :family, :to_s, :repos, :==, :release_name, :kernel, :initrd, :pxe_type, :medium_uri, :boot_files_uri

Also available in: Unified diff