...
Now, we can upload the ZIP file containing the Heat templates and scripts that describe our product. Click on "Overview" to return to the main page for the product we're creating. Click on the "Select File" button in the right-hand section of the page (or drag and drop your zip file). The zip file we're using for this tutorial is vFW 14.2.17.zip in the reference page
, which can be obtained from the Reference Documents page.
Editing the base_vfw.env environment file for the virtual FW
in the following "as of 20170608 for 1.0.0 template" - the identifiers highlighted should be modified from their original template - including the repo URL
parameters:
vfw_image_name: Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM)
vfw_flavor_name: 4 GB General Purpose v1
public_net_id: 00000000-0000-0000-0000-000000000000
unprotected_private_net_id: zdfwfwl01_unprotected
protected_private_net_id: zdfwfwl01_protected
ecomp_private_net_id: c69b2c8e-bb65-427f-ba7b-695fb62bba39
ecomp_private_subnet_id: cc0fbfdf-6217-4c6f-8d6b-e199d74504e4
unprotected_private_net_cidr: 192.168.10.0/24
protected_private_net_cidr: 192.168.20.0/24
ecomp_private_net_cidr: 10.0.0.0/8
vfw_private_ip_0: 192.168.10.100
vfw_private_ip_1: 192.168.20.100
vfw_private_ip_2: 10.1.0.1
vpg_private_ip_0: 192.168.10.200
vpg_private_ip_1: 10.1.0.2
vsn_private_ip_0: 192.168.20.250
vsn_private_ip_1: 10.1.0.3
vfw_name_0: zdfwfwl01fwl01
vpg_name_0: zdfwfwl01pgn01
vsn_name_0: zdfwfwl01snk01
vnf_id: vFirewall_demo_app
vf_module_id: vFirewall
webserver_ip: 162.242.254.138 # unused
dcae_collector_ip: 10.0.4.102 # the private IP of the DCAE_Controller - see the zldciad4vicoll00 VM - do not modify
dcae_collector_port: 8080
#repo_url: https://ecomp-nexus:8443/repository/raw/org.openecomp.simpledemo
repo_url: https://nexus.onap.org/content/sites/raw/org.openecomp.demo/vnfs/vfw/1.0.0-SNAPSHOT
repo_user: ecomp_os # not required anymore
repo_passwd: peg64suk # not required anymore
key_name: vfw_key
...
vFW_100_20170608.zip in the reference page
.
Repackage the ZIP - by following Pre-OnboardingThis vFW example is hardcoded to the EAST coast IAD region - to use the DFW region we should be able adjust the env file - see server Jira Legacy
TODO:20170517: actually the vFW zip in the reference page states it is "old not for use" since 5 May - we will need to verify which of the 3 sets of yaml/env pairs are valid (zip contains base_vfw but I would expect we should be running base_vfw_rackspace under \demo\heat\vFW
The Heat template and environment file will be processed by SDC and a page showing the contents of the uploaded zip file will be displayed. The warnings in the right panel can be ignored. This page can be reached from the "Attachments" link in the left sidebar. Click on proceed on validation and then click on Submit
Now, we can "Check In", and then "Submit" our software product. If no problems are encountered, an alert showing the the product has been successfully submitted will be briefly displayed.
...
Clicking on left pane "Composition" under "Properties" takes us into the actual Design Studio, where a graphical representation of our underlying VSP is shown on the canvas. To return to the VF specification, click on "VF: tutorial firewall" in the bread crumbs above the canvas.
Dont need to connect the two parts of the firewall - they are already in the same network
The "Activity Log" page tracks all changes to the VF.
...