Closed santiagordguez closed 7 years ago
Done: https://github.com/sonata-nfv/son-bss/pull/83
Pending: adapt the code to retrieve the list of locations from GK API.
Hi, @srodriguezOPT Can you please paste here an example of the JSON provided to the GK? Thanks,
Hi @jbonnet
I included an example in http://wiki.sonata-nfv.eu/index.php/D43_BSS_Module#Location_Info
Ha, great, @srodriguezOPT, thanks, I'm reproducing it here, for completeness:
{
"service_uuid": "8c58b169-7c38-4bcd-9421-a91bd786f1fa",
"egress": [
{
}
],
"ingress": [
{
"location": "Aveiro",
"nap": "10.0.0.1/32"
},
{
"location": "London",
"nap": "20.10.0.2/24"
}
]
}
@srodriguezOPT Some doubts:
egress
and ingress
be empty?"egress":[]
(i.e., without the {}
inside)?location
and nap
must be present, right?service_uuid
(for instance, will the BSS want to search by 'which service instantiation requests were made with ingress location == 'Aveiro'
)?@jbonnet:
Great, @srodriguezOPT, thanks!
At instantiation time, network information will be required to the user: