Commit Graph

15 Commits

Author SHA256 Message Date
8405b74775 Accepting request 889495 from home:vulyanov:branches:Virtualization
- Include release number into docker tag
- Add cdi_containers_meta build service

OBS-URL: https://build.opensuse.org/request/show/889495
OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=17
2021-05-04 13:58:13 +00:00
2da922fc4b Accepting request 889151 from home:vulyanov
- Set default reg_path='registry.opensuse.org/kubevirt'
- Add _constraints file with disk requirements
- Drop CDI_VERSION env var since its not used during the build

OBS-URL: https://build.opensuse.org/request/show/889151
OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=15
2021-04-29 07:11:21 +00:00
Vasily Ulyanov
19e9dd00dc Accepting request 887339 from home:vulyanov:branches:Virtualization
- Preparation for submission to SLE15 SP2
  jsc#SLE-11089 jsc#ECO-3633

OBS-URL: https://build.opensuse.org/request/show/887339
OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=13
2021-04-21 15:38:01 +00:00
Dominique Leuenberger
a663d408e4 Accepting request 886073 from Virtualization
Containerized-Data-Importer (CDI)

OBS-URL: https://build.opensuse.org/request/show/886073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/containerized-data-importer?expand=0&rev=1
2021-04-16 22:01:28 +00:00
James Fehlig
b6effee17a Accepting request 885990 from home:vulyanov:branches:Virtualization
- Drop csv-generator

OBS-URL: https://build.opensuse.org/request/show/885990
OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=11
2021-04-16 15:22:37 +00:00
James Fehlig
bb195e26c3 Accepting request 883562 from home:vulyanov:branches:Virtualization
- Update registry path

OBS-URL: https://build.opensuse.org/request/show/883562
OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=10
2021-04-07 14:16:28 +00:00
James Fehlig
4e10c4d5cd Accepting request 877238 from home:vulyanov:branches:Virtualization
- Fix import of vendor dependencies
  * Arrange the directory layout in buildroot
  * Drop manifest-build-fix.patch
  * Switch to Go 1.14 (used for upstream builds)

OBS-URL: https://build.opensuse.org/request/show/877238
OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=9
2021-03-09 02:21:52 +00:00
James Fehlig
31b446afb3 remove some spec file cruft
OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=8
2021-02-26 20:25:01 +00:00
James Fehlig
fa406fdbbd Accepting request 875512 from home:jfehlig:branches:Virtualization
Add a manifests package containing YAML manifests used to install CDI

OBS-URL: https://build.opensuse.org/request/show/875512
OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=7
2021-02-26 19:00:42 +00:00
James Fehlig
4b692f5154 - Update to version 1.30.0:
* Release to quay.io instead of docker (#1635)
  * Preallocation test did not run all scenarios (#1625)
  * Add diagnostic to flake test (#1626)
  * VDDK: avoid crash when specified disk isn't in VM. (#1639)
  * rename importController to uploadController in the upload-controller.go file (#1632)
  * Simplify shouldReconcile function arguments. (#1602)
  * Increase polling interval for upload annotation test (#1630)
  * Remove note about VDDK 7 restriction. (#1631)
  * Remove OLM integration code not removed in #982 (#1624)
  * Fix typos in doc/datavolumes.md (#1621)
  * Support cloning from Filesystem to Block and vice-versa (#1597)
  * Add error to DV when VDDK configmap is missing. (#1627)
  * Add focus for destructive tests. (#1614)
  * Wait for clone to succeed before checking MD5. (#1601)
  * doc: update url in doc/datavolumes.md. (#1609)
  * Enable tests for featuregates (#1600)
  * Make string we are checking for less specific to allow it pass for other platforms. (#1580)
  * Validate image fits in filesystem in a lot more cases. take filesystem overhead into account when resizing. (#1466)
  * Try to use the CDIConfig proxy URL if it is set, if not use port-forward (#1598)
  * Update kubevirtci (#1579)
  * Replaced file copying code with an existing utility function. (#1585)
  * Global preallocation setting is not taken into account correctly. (#1565)
  * Retry finding the pods for looking up the annotations. (#1583)
  * Make DeletePodByName always wait for the pod to stop existing. (#1584)
  * When cleaning up NFS disks, recursively delete their contents. (#1576)
  * Typedef for preallocation status (#1568)
  * Add Data Volume annotations documentation (#1582)
  * core: Preallocate blank block volumes (#1559)
  * Skip test 2555 if running on openshift (#1572)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=6
2021-02-25 18:51:42 +00:00
James Fehlig
81d688e980 fix build by adding libnbd-devel dependency
OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=5
2021-02-02 18:45:58 +00:00
James Fehlig
fce8cd33cf update CDI to 1.29.0
OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=4
2021-01-26 16:34:47 +00:00
James Fehlig
e6a30893bf Fix binary names for several CDI components
OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=3
2020-10-27 17:39:49 +00:00
James Fehlig
391d2639d7 - Update to version 1.25.0:
* Update builder image to add libnbd (#1452)
  * Add make targets cluster-sync-cdi & cluster-sync-test-infra (#1451)
  * Add library function to determine if a PVC is waiting for first consu… (#1442)
  * Add test_ids for the tests (#1441)
  * Retry upload in case upload pod wasn't 100% ready when attempting upload (#1440)
  * add finalizer to target PVC before creating clone source pod (#1429)
  * Make CDI infra deployments as critical addons. (#1361)
  * Fix cloning checking fsGroup test in case of use with OCS. (#1435)
  * Fix types.go vs code schema verification to actually fail if they are different. (#1428)
  * Add files used in OpenShift CI. (#1416)
  * Retry upload in case upload pod wasn't 100% ready when attempting upload (#1437)
  * Check for expected changes after CDI upgrade (#1417)
  * Files in tar archives can have paths relative to ./ (#1432)
  * Attempt to schedula clone sourc/target pods on same node (#1426)
  * Touch ups for filesystem overhead test cases (#1427)
  * Fix imports for images with no info about MediaType. (#1413)
  * Fix size mismatch between source and target in smart clone tests. Ceph no longer (#1421)
  * use snappy compression for cloning instead of gzip (#1419)
  * Update to k8s.io/klog/v2, used by kubernetes 1.19 (#1409)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=2
2020-10-26 19:39:48 +00:00
James Fehlig
eb0b596cee - Update to version 1.24.0:
* add system:authorized to groups checked for clone auth (#1415)
  * Fixing CDIStatus generate-verify issues (#1412)
  * Reserve overhead when validating that a Filesystem has enough space (#1319)
  * Test behavior after client-side upload failure. (#1404)
  * Removed hard coded registry:5000 for vddk datasource test. (#1402)
  * Add library function to determine if a PVC has been populated fully. (#1400)
  * Remove dependency update when building the OR CI build image (#1386)
  * Add test_id for the test cases (#1398)
  * Fix incorrect region parsing from aws s3 endpoint (#1395)
  * Add functional test for cloning if source NS has enought quota and (#1387)

- Initial attempt at packaging CDI

OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=1
2020-10-26 17:58:13 +00:00