This repository was archived by the owner on Nov 4, 2024. It is now read-only.
Commit 8bd16be
committed
fix(CNV-48974): download disk img from vmexport-api
- Install missing nbdkit-curl-plugin pkg
- Fix wrong volume names
- Fix wrong logs
- Create secret (and get export token)
- Get and create certificate file
- Cleanup deployed resources
Secret is used by VMExport and is needed
to set a new generated token. This token
is used by the VMExport API to accept
calls to the endpoints.
Certificate is provided by VMExport and
is needed to be used by the client in order
to make HTTPs client requests.
Signed-off-by: Ben Oukhanov <[email protected]>1 parent 2ed6484 commit 8bd16be
File tree
5 files changed
+228
-56
lines changed- examples
- tasks/kubevirt-disk-uploader/0.5.0/tests
5 files changed
+228
-56
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
56 | 63 | | |
57 | | - | |
| 64 | + | |
58 | 65 | | |
59 | 66 | | |
60 | 67 | | |
| |||
0 commit comments