Last active
May 16, 2016 08:40
-
-
Save joncnet/7d202abc9d3f815757a7cb1cdabc44c2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name":"Simple NSD", | |
"vendor":"FOKUS", | |
"version":"1.0", | |
"vld":[ | |
{ | |
"name":"vlab" | |
} | |
], | |
"vnfd":[ | |
{ | |
"name":"instance", | |
"vendor":"FOKUS", | |
"version":"1.0", | |
"lifecycle_event":[ | |
{ | |
"event":"INSTANTIATE", | |
"lifecycle_events":[ | |
"test.sh" | |
] | |
} | |
], | |
"vdu":[ | |
{ | |
"vm_image":[ | |
"f8046fc2-9c47-4dfd-b2fb-b7a4c4d24b83" | |
], | |
"scale_in_out":1, | |
"vnfc":[ | |
{ | |
"connection_point":[ | |
{ | |
"virtual_link_reference":"vlab" | |
} | |
] | |
} | |
], | |
"vimInstanceName":["myvim"] | |
} | |
], | |
"virtual_link":[ | |
{ | |
"name":"vlab" | |
} | |
], | |
"deployment_flavour":[ | |
{ | |
"flavour_key":"m1.small" | |
} | |
], | |
"type":"instance", | |
"endpoint":"generic", | |
"vnfPackageLocation":"https://github.com/joncnet/openbaton_scripts.git" | |
} | |
], | |
"vnf_dependency":[ | |
{ | |
"source":{ | |
"name":"instance" | |
}, | |
"target":{ | |
"name":"instance" | |
}, | |
"parameters":[ | |
"vlab", | |
"instance_vlab" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment