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.
...
bash -x ./dd.sh CDS_UI_PORT ./dd.json
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
- TODO : REST API CURL Command with JSON payload
Config-Deploy
- config-deploy request will send the Day-0 or Day-1 resolution key as part of the REST call.
...
- config-deploy should retrieve the Day-1 or Day-2 configuration based on the resolution-key and executes the NETCONF command processor Kotlin code
- TODO: REST API CURL Command for Day-1 configuration deployment
- TODO: REST API CURL Command for Day-2 configuration deployment