• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubevirt / containerized-data-importer / 4834
74%
main: 50%

Build:
Build:
LAST BUILD BRANCH: refactor-clusterwide-cas
DEFAULT BRANCH: main
Ran 19 Mar 2020 07:07PM UTC
Jobs 1
Files 47
Run time 7s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Mar 2020 06:49PM UTC coverage: 64.825% (-0.2%) from 65.004%
4834

push

travis-ci

web-flow
Imageio - new import data source (#1042)

This PR introduces new import data source to fetch disks from ovirt
and store them in storage available in the cluster. It uses ovirt-sdk
to check whether the this is there, the size of the disk and it obtains
signed ticket which allows to get the disk using ovirt-imageio-proxy.

In order to use it a user needs to create configmap with ovirt api
certificate and secret with ovirt engine user and password. Both are
required and validated by webhook. In order to start import process
we need to post following definition:

---
apiVersion: cdi.kubevirt.io/v1alpha1
kind: DataVolume
metadata:
  name: "imageio-dv"
spec:
  source:
      imageio:
         url: "<engine-api-endpoint>"
         secretRef: "<secret-name-containing-engine-credentials>"
         certConfigMap: "<configmap-name-containing-engine-api-certificate>"
         diskId: "<disk-id-which-we-want-to-import>"
  pvc:
    accessModes:
      - ReadWriteOnce
    resources:
      requests:
        storage: "64Mi"
---

Signed-off-by: Piotr Kliczewski <piotr.kliczewski@gmail.com>

312 of 312 new or added lines in 5 files covered. (100.0%)

5245 of 8091 relevant lines covered (64.83%)

0.72 hits per line

Jobs
ID Job ID Ran Files Coverage
2 4834.2 (DOCKER_TAG=$TRAVIS_TAG GH_TOKEN=[secure]) 19 Mar 2020 07:07PM UTC 0
64.83
Travis Job 4834.2
Source Files on build 4834
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4834
  • 78cee6d1 on github
  • Prev Build on master (#4832)
  • Next Build on master (#4835)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc