Skip to content

Commit

Permalink
Merge pull request #21080 from agrare/add_oracle_vendor
Browse files Browse the repository at this point in the history
Add Oracle as a vendor and OS Type

(cherry picked from commit 633ccf4)
  • Loading branch information
Fryguy committed Aug 31, 2021
1 parent 64ddcf9 commit 267d4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/models/operating_system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class OperatingSystem < ApplicationRecord
["linux_coreos", %w(coreos)],
["linux_esx", %w(vmnixx86 vmwareesxserver esxserver vmwareesxi)],
["linux_solaris", %w(solaris)],
["linux_oracle", %w(oracle)],
["linux_generic", %w(linux)],
["unix_aix", %w(aix)],
["ibm_i", %w(ibmi)]
Expand Down
1 change: 1 addition & 0 deletions app/models/vm_or_template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class VmOrTemplate < ApplicationRecord
"amazon" => "Amazon",
"redhat" => "RedHat",
"openstack" => "OpenStack",
"oracle" => "Oracle",
"google" => "Google",
"kubevirt" => "KubeVirt",
"ibm" => "IBM",
Expand Down

0 comments on commit 267d4c2

Please sign in to comment.