Hi Guys, I'm testing possibilities of the configuration of modules using Blueprint instead of CSS. I've got troubles with retrieving default configuration and creating new instances of modules. For the first one I've opened this bug: https://bugs.opendaylight.org/show_bug.cgi?id=7012
But I'm not sure about the second one. RESTCONF POST method doesn't work for the instantiation of module, I've tested also PUT method and it resulted with 200OK and the new configuration of the new instance has been stored in the data store (I verified with GET) but new instance of module has not been started. Should the module instantiation through RESTCONF work please ? Is it on your TODO list ? Thank you for your answers in advance, Tomas I've tested POST and PUT methods with this URL body: http://localhost:8181/restconf/config/onem2m-plugin-loader-config:plugin-loaders-configs/LoaderInstanceNew { "plugin-loaders-configs": [ { "loader-instance-name": "LoaderInstanceNew", "some-string-param": "TestStringNew" } ] }
_______________________________________________ controller-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/controller-dev
