Material for running vFW closed loop
- ONAP.postman_collection.json: REST operations against ONAP component's endpoints;
- TLAB K8s ONAP.postman_environment.json: Environment file for Postman collection;
- vFWSNK.zip: Package that contains the Heat template and environment file for the vFirewall and vSink VNF components;
- vPKG.zip: Package that contains the Heat template and environment file for the vPacketGen VNF;
- vFWSNK_SDNC_preload.json: JSON file to upload to SDNC that overrides values in the environment file for the vFirewall and vSink VNF components;
- vPKG_SDNC_preload.json: JSON file to upload to SDNC that overrides values in the environment file for the vPacketGen VNF.
View file |
---|
name | ONAP.postman_collection.json |
---|
height | 250 |
---|
|
View file |
---|
name | TLAB K8s ONAP.postman_environment.json |
---|
height | 250 |
---|
|
View file |
---|
name | vFWSNK_SDNC_preload.json |
---|
height | 250 |
---|
|
View file |
---|
name | vPKG_SDNC_preload.json |
---|
height | 250 |
---|
|
...
PUT {{appc_ip}}:8282/restconf/config/network-topology:network-topology/topology/topology-netconf/node/${vpg_id}
- Username/password: admin/Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
- Header: Content-type: application/xml
- ${prop.vpg_hostname} in the XML body is the VNF ID in the VID GUI (vPacketGen VNF Instance information button). Example of XML body:
<node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
<node-id>${prop.vpg_hostname}</node-id>
<host xmlns="urn:opendaylight:netconf-node-topology">${prop.vpg_ipaddress}</host>
<port xmlns="urn:opendaylight:netconf-node-topology">2831</port>
...