Skip to content

Commit

Permalink
Adding kubevirt Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
masayag authored and ekohl committed May 6, 2019
1 parent 0809bbd commit 9806590
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/plugin/kubevirt.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Installs foreman_kubevirt plugin
class foreman::plugin::kubevirt {
foreman::plugin {'kubevirt':
}
}
5 changes: 5 additions & 0 deletions spec/classes/plugin/kubevirt_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require 'spec_helper'

describe 'foreman::plugin::kubevirt' do
include_examples 'basic foreman plugin tests', 'kubevirt'
end

0 comments on commit 9806590

Please sign in to comment.