kubevirt: Add new kubevirt_vm module (#50768)

This module is managing virtual machines using KubeVirt.

Signed-off-by: Ondra Machacek <omachace@redhat.com>
This commit is contained in:
Ondra Machacek
2019-02-13 11:17:01 +01:00
committed by John R Barker
parent 6e409a91ba
commit 797a5218fb
9 changed files with 792 additions and 0 deletions

View File

@@ -43,3 +43,6 @@ linode_api4 ; python_version > '2.6' # APIv4
# requirement for the gitlab module
python-gitlab
httmock
# requirment for kubevirt modules
openshift ; python_version >= '2.7'