blob: 7c230ca0d929d960089351cf1627e222f1f15fed [file] [log] [blame]
Rich Bennettf28ab8c2018-01-16 16:32:53 -05001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3.. Copyright 2017 AT&T Intellectual Property. All rights reserved.
4
5vFirewall
6=========
7
8Description
9-----------
10
11Onboarding
12----------
13
14
15.. uml::
16
17 @startuml
Brian Freeman884986b2018-02-08 12:19:14 -050018 title vFW/vFWCL and vDNS VNF Onboarding (R1)\nVFW/vFWCL and vDNS use the same flows but they are separate VNFs/Services
Rich Bennettf28ab8c2018-01-16 16:32:53 -050019 ONAP_User -> SDC : vFW_vDNS resource onboarding (HEAT)
Brian Freeman884986b2018-02-08 12:19:14 -050020 note right : vFWCL (vpg & vfw,vsn)\nvFW (vpg, vfw, vsn)\nvDNS (vpg, vlb,vdns) + DNSScaling (vdns)\
Rich Bennettf28ab8c2018-01-16 16:32:53 -050021 ONAP_User -> SDC : vFW_vDNS service onboarding
22 ONAP_User -> SDC : vFW_vDNS distribution
23 |||
Brian Freeman884986b2018-02-08 12:19:14 -050024 SDC -> SO : artifact distribution\nNOTIFY,DOWNLOAD,DEPLOY_OK
25 SDC -> AAI : artifact distribution\nNOTIFY,DOWNLOAD,DEPLOY_OK
26 SDC -> SDNC : artifact distribution\nNOTIFY,DOWNLOAD,DEPLOY_OK
Rich Bennettf28ab8c2018-01-16 16:32:53 -050027 @enduml
28
29Instantiation
30-------------
31
32.. uml::
33
Brian Freeman884986b2018-02-08 12:19:14 -050034 @startuml
Rich Bennettf28ab8c2018-01-16 16:32:53 -050035 title vFW vDNS Instantiation (R1)\nvFW and vDNS use the same flows but they are separate VNFs/Services
Rich Bennettf28ab8c2018-01-16 16:32:53 -050036 participant ONAP_User
Brian Freeman884986b2018-02-08 12:19:14 -050037 participant Robot
Rich Bennettf28ab8c2018-01-16 16:32:53 -050038 Participant SDC
39 Participant VID
40 Participant SO
Brian Freeman884986b2018-02-08 12:19:14 -050041 ONAP_User -> AAI : populate cloud inventory
42 note left of AAI: manual via curl or POSTMAN
43 |||
Rich Bennettf28ab8c2018-01-16 16:32:53 -050044 ONAP_User -> VID : vFW_vDNS deployment
45 VID -> SDC : Lookup VNF artifacts
46 VID -> AAI : Lookup cloud locations, subscriber
Brian Freeman884986b2018-02-08 12:19:14 -050047 VID -> SO : vFW_vDNS Service \nInstantiation\n(base modules)
Rich Bennettf28ab8c2018-01-16 16:32:53 -050048 SO -> AAI : inventory update
Brian Freeman884986b2018-02-08 12:19:14 -050049 VID -> SO : vFW_vDNS VNF Instantiation\n(base modules)
50 note left of AAI : VFWCL is two VNFs in one service\nso VNF instantiate occurs twice
51 SO -> AAI : inventory update
52 ONAP_User -> SDNC : VNF API Preload VNF/VF data
53 VID -> SO : vFW_vDNS VF Instantiation\n(base modules)
54 SO -> AAI : inventory update
55 SO -> SDNC : Generic VNF API\n(assign)
56 SO -> Multi_VIM : vFW_vDNS Heat template, \nENV file, preload parameters
57 Multi_VIM -> CloudAPI : vFW_vDNS Heat template,\nENV file, preload parameters or
Rich Bennettf28ab8c2018-01-16 16:32:53 -050058 CloudAPI -> Hypervisor : vFW_vDNS Infrastructure instantiation
59 Hypervisor -> vFW_vDNS : Nova/Neutron Instantiation
60 Hypervisor -> CloudAPI : complete
61 CloudAPI -> Multi_VIM : complete
62 Multi_VIM -> SO : complete
63 note right : SO may poll for completion
64 SO -> SDNC: Generic VNF API\n(activated)
Brian Freeman884986b2018-02-08 12:19:14 -050065 note left : on failure from Openstack SO issues rollback to SDNC
Rich Bennettf28ab8c2018-01-16 16:32:53 -050066 SDNC -> AAI : L3 Network resource update
67 SO -> VID : complete
Brian Freeman884986b2018-02-08 12:19:14 -050068 note right : VID will poll for completion
69 ONAP_User -> Robot : run Heat Bridge
70 Robot -> CloudAPI : retrieve cloud data
71 Robot -> AAI : Update with cloud data
Rich Bennettf28ab8c2018-01-16 16:32:53 -050072 |||
Rich Bennettf28ab8c2018-01-16 16:32:53 -050073 @enduml
74