Skip to content

Instantly share code, notes, and snippets.

@joncnet
Created May 9, 2016 14:41
Show Gist options
  • Save joncnet/ec4cbcaaf31332ff150ea8336856415f to your computer and use it in GitHub Desktop.
Save joncnet/ec4cbcaaf31332ff150ea8336856415f to your computer and use it in GitHub Desktop.
{
"name":"iperf-NS",
"vendor":"Fokus",
"version":"0.1",
"vnfd":[
{
"vendor":"tbr",
"version":"0.1",
"name":"iperf-server",
"type":"server",
"endpoint":"generic",
"configurations":{
"name":"config_name",
"configurationParameters":[]
},
"vdu":[
{
"vm_image":[
"GNU/Linux Ubuntu Server 14.04 x86_64 (Default user: ubuntu)"
],
"vimInstanceName":["myvim"],
"scale_in_out":1,
"vnfc":[
{
"connection_point":[
{
"virtual_link_reference":"private"
}
]
}
]
}
],
"virtual_link":[
{
"name":"private"
}
],
"lifecycle_event":[
{
"event":"INSTANTIATE",
"lifecycle_events":[
"install.sh",
"start-srv.sh"
]
}
],
"deployment_flavour":[
{
"flavour_key":"m1.small"
}
],
"vnfPackageLocation":"https://github.com/openbaton/vnf-scripts.git"
},
{
"vendor":"tbr",
"version":"0.1",
"name":"iperf-client",
"type":"client",
"endpoint":"generic",
"configurations":{
"name":"config_name",
"configurationParameters":[
]
},
"vdu":[
{
"vm_image":[
"GNU/Linux Ubuntu Server 14.04 x86_64 (Default user: ubuntu)"
],
"vimInstanceName":["myvim"],
"scale_in_out":2,
"vnfc":[
{
"connection_point":[
{
"floatingIp":"random",
"virtual_link_reference":"private"
}
]
},
{
"connection_point":[
{
"floatingIp":"random",
"virtual_link_reference":"private"
}
]
}
]
}
],
"virtual_link":[
{
"name":"private"
}
],
"lifecycle_event":[
{
"event":"INSTANTIATE",
"lifecycle_events":[
"install.sh"
]
},
{
"event":"CONFIGURE",
"lifecycle_events":[
"server_start-clt.sh"
]
}
],
"deployment_flavour":[
{
"flavour_key":"m1.small"
}
],
"vnfPackageLocation":"https://github.com/openbaton/vnf-scripts.git"
}
],
"vnffgd":[
],
"vld":[
{
"name":"private"
}
],
"vnf_dependency":[
{
"source":{
"name":"iperf-server"
},
"target":{
"name":"iperf-client"
},
"parameters":[
"private"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment