The objective of this page is to give you some basics about setting up ONAP PNF simulator and how to create a simple CDS blueprint model to perform config-assign and config-deploy using CDS REST API interfaces.
...
- Now create a simple CDS blue print to update the number of streams using NETCONF.
- You can use the attached demo-pnf-bp.zip.zip file to enrich, save, publish and deploy from CDS UI.
- You can extract the above BP archive to find the Scripts/dd.json & Scripts/dd.sh. You execute the below command to populate the data dictionary (CDS_UI_PORT = 3000)
...
bash -x ./dd.sh CDS_UI_PORT ./dd.json
- CDS UI you should the all operation successful as shown below
Config-Assign
- The assumption is that all the below parameters for config-assign will sent as part of config-assing REST call
Day-0 : config-assign parameters
pnf-ipv4-address, netconf-server-port, netconf-username, netconf-password, stream-count
...
pnf-ipv4-address, netconf-server-port, netconf-username, netconf-password, stream-count
...