Hi All,

I am trying to mount the PNF Simulator in SDNC. However, I am having an issue 
with certificate. The mount request returns a 200 response. However, when 
trying to check that the nf has been mounted with

http://<onap-ip>:<sdnc-port>/restconf/operational/network-topology:network-topology/topology/topology-netconf/node/
 ( 
http://10.10.10.36:30790/restconf/operational/network-topology:network-topology/topology/topology-netconf/node/pnf100
 ) pnf100

I am getting the following response

{
"node": [
{
"node-id": "pnf100",
"netconf-node-topology:host": "10.10.10.24",
"netconf-node-topology:connected-message": "java.security.KeyStoreException: No 
keystore private key found",
"netconf-node-topology:connection-status": "unable-to-connect",
"netconf-node-topology:port": 6513
}
]
}

I have tried following this page 
https://docs.onap.org/en/latest/submodules/sdnc/oam.git/docs/cert_installation.html
 , have placed the certs in /dockerdata-nfs/dev/sdnc/certs/ and restarted SDNC. 
But when I try to validate with

http:// ( http://10.10.10.62:30672/restconf/config/netconf-keystore:keystore ) 
<onap-ip>:<sdnc-port> ( 
http://10.10.10.36:30790/restconf/operational/network-topology:network-topology/topology/topology-netconf/node/pnf100
 ) /restconf/config/netconf-keystore:keystore ( 
http://10.10.10.62:30672/restconf/config/netconf-keystore:keystore )

I get the following error

{
"errors": {
"error": [{
"error-type": "application",
"error-tag": "data-missing",
"error-message": "Request could not be completed because the relevant data 
model content does not exist"
}]
}
}

Can anyone help with this issue? I am testing this on master oom.

Kind regards,

David

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#20376): https://lists.onap.org/g/onap-discuss/message/20376
Mute This Topic: https://lists.onap.org/mt/72544460/21656
Mute #sdnc: https://lists.onap.org/mk?hashtag=sdnc&subid=2740164
Mute #pnfsimulator: https://lists.onap.org/mk?hashtag=pnfsimulator&subid=2740164
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to