sonata-nfv / son-schema

The schema files for the various descriptors used by SONATA
http://www.sonata-nfv.eu
Apache License 2.0
2 stars 19 forks source link

descriptor for the vTC VNF #106

Closed xilouris closed 8 years ago

xilouris commented 8 years ago

Looks OK to me. See the comments on the commit.

added

Management interface

  - id: "vdu02:eth0"
    type: "interface" #this is the only interface that should get floating IP address. traffic for the other interfaces will be forwarded via the SDN controller" 
    access: "public" #signal the allocation of public IP from the allocated segment for this tenant. 

access denotes the assignment of floating IP on the interface.

xilouris commented 8 years ago

I might be doing something wrong, while having an open pull request, I wanted to update the submission with some additional changes ...

mpeuster commented 8 years ago

@xilouris I can only find the VNFD of the vTC. Is the Dockerfile of it in some other repository?

xilouris commented 8 years ago

@mpeuster take a look at the son-emu repos. Steven did a clean up and removed them 11 days ago. I resubmitted (pull request). Someone has to merge the code.

xilouris commented 8 years ago

In general son-emu under /misc/vnfs has the dockerised version, whilst the son-schema has the VM version.

xilouris commented 8 years ago

Maybe it would be more sane to have all VNFs regardless of the version under a son-vnf-images. Maybe @mbredel could create this repos in order to have more clean SONATA related repositories versus VNFs based on external to SONATA resources.

mpeuster commented 8 years ago

There is the son-examples repository which has exactly this purpose. I will move the vTC docker version to this repo today.

The idea is to open the son-examples repo with the 1.0 release.