Sanmitha L
Sanmitha L

Reputation: 1

How to make the configuration pushed to the ODL netconf testtool persisted after the testtool's restart?

I am using the ODL netconf testtool for one of my projects and want the configuration pushed to the testtool, including the incremental configuration to be persisted even after restarting the tool.

For now only the initial configuration pushed to the simulator during the start of the tool is persisted, how could the incremental configuration also be persisted? I am running the testtool as docker containers and as I want a large number of them. How could the problem with configuration be resolved?

Upvotes: 0

Views: 57

Answers (1)

MMM
MMM

Reputation: 36

Have you tried using:

--md-sal true

This switch should instruct the tool to use the md-sal datastore instead of the default simulated datastore. You can find more detailed documentation here

For a more advanced OpenDaylight-based NETCONF device simulator, I suggest considering the lighty-netconf-simulator

Upvotes: 0

Related Questions