Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VNFD] Referencing VM images in the VNFD #31

Open
mbredel opened this issue Mar 8, 2016 · 2 comments
Open

[VNFD] Referencing VM images in the VNFD #31

mbredel opened this issue Mar 8, 2016 · 2 comments
Labels

Comments

@mbredel
Copy link
Contributor

mbredel commented Mar 8, 2016

In the VDU section of the VNFD we reference a virtual machine image. Questions are:

  • How can we reference a VM image uniquely? A UUID is hard to read/write for humans. A simple name might be ambiguous. In fact we could have the same VNFD referencing the same VM image, but the image might be different - resulting in a different VNF.
@mbredel mbredel changed the title Referencing VM images in the VNFD [VNFD] Referencing VM images in the VNFD Mar 21, 2016
@shuaibsiddiqui
Copy link
Contributor

Are you referring to virtual_deployment_units: vm_image field in the VNFD ? Wouldnt it be the URL or URI ?

@mbredel
Copy link
Contributor Author

mbredel commented Mar 22, 2016

Yes, that was the field I was referring to. The field could point to an URL - then we are fine. But if it points to an image that is in the package for example, than it becomes tricky.

I think this is related to our discussion in #61. Without the metadata, the image reference would need to be either unique, such that the service platform could just store it (and find it again), or the service platform would need to modify the VNFD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants