-
Story
-
Resolution: Duplicate
-
Undefined
-
None
-
None
-
None
-
None
-
False
-
-
False
-
-
As an admin deploying MTV operator I want to have a VDDK image that will be the default VDDK image for new vmWare providers "out of the box"
a. We can not ship VDDK image with MTV because a user agreement is required by broadcom
b. We can automate the creation of the VDDK image to make it easy for the admin deploying MTV
-----------
I. MTV operator will have a feature for deploying the "create VDDK image service"
II. MTV operator will deploy a service that will allow admins to:
- upload a
VMware-vix-disklib-<version>.x86_64.tar.gz
file the download from: https://developer.broadcom.com/sdks/vmware-virtual-disk-development-kit-vddk/8.0
- build and push VDDK image to a registry available for target CNV clusters
III. The service will:
- Allow users to POST the tar.gz file
and push the image to a "well known" registry
- To allow integration with OCP UI the service will need to:
- use TLS
( get the CA key pair same as other MTV services )
- use K8S token Authorization http header:
( the k8s token service account should have credentials to get a secret holding the image registry authentication credentials )
using bearer token should be using http headers:
curl -H "Authorization: Bearer $TOKEN"
- duplicates
-
MTV-1101 Streamline the VDDK process for VMWare Admins
-
- In Progress
-