|
ODL Phase 1 Kernet Projects Mailing List Migration has started
The mailing list migration has started for the following lists: yangtools-dev@... yangtools-users@... serviceutils-dev@... controller-dev@... controller-users@... Odlparent-dev@... mdsal-dev@... infra
The mailing list migration has started for the following lists: yangtools-dev@... yangtools-users@... serviceutils-dev@... controller-dev@... controller-users@... Odlparent-dev@... mdsal-dev@... infra
|
By
Casey Cain
·
|
|
[mdsal-dev] Supplied QName is not a valid identity
I think both models *could* be loaded at the same time, but I am not sure about the interactions with other models. A completely-correct solution would need to perform inter-revision adaptation, which
I think both models *could* be loaded at the same time, but I am not sure about the interactions with other models. A completely-correct solution would need to perform inter-revision adaptation, which
|
By
Robert Varga
·
|
|
[mdsal-dev] Supplied QName is not a valid identity
This would indicate that requested identity has not been loaded in the SchemaContext that is being used by MD-SAL Binding layer. Can you reproduce it in an ODL-only test? Regards, Robert
This would indicate that requested identity has not been loaded in the SchemaContext that is being used by MD-SAL Binding layer. Can you reproduce it in an ODL-only test? Regards, Robert
|
By
Robert Varga
·
|
|
Supplied QName is not a valid identity
3 messages
Hi Team ODL Version: Neon SR1 Discovered a Netconf device with below capabilities and when interfaces config data is discovered from the NETCONF device and printing the data object, observed the excep
Hi Team ODL Version: Neon SR1 Discovered a Netconf device with below capabilities and when interfaces config data is discovered from the NETCONF device and printing the data object, observed the excep
|
By
Vikram
·
|
|
MandatoryLeafEnforcer check for config true leaf - nodes
4 messages
Hi Team Using Neon-SR1 Model is as below: Container A { leaf B{ type string; config true; mandatory true; } leaf C{ type string; config false; } } Creating Dataobject in ODS: ABuilder().setC(“C”).buil
Hi Team Using Neon-SR1 Model is as below: Container A { leaf B{ type string; config true; mandatory true; } leaf C{ type string; config false; } } Creating Dataobject in ODS: ABuilder().setC(“C”).buil
|
By
Vikram
·
|
|
[netconf-dev] Looking for clarification on rests/data/ or /rests/operations/ for action operations.
Hey Ajay, No need for guessing, https://tools.ietf.org/html/rfc8040#section-3.6 is rather explicit: Regards, Robert
Hey Ajay, No need for guessing, https://tools.ietf.org/html/rfc8040#section-3.6 is rather explicit: Regards, Robert
|
By
Robert Varga
·
|
|
[yangtools-dev] yang to java generation failed when list name is "e"
Hello Vikram, this pertains to codegen, which makes it a mdsal question, not a yangtools one. The problem is that 'E' is used as generic argument of augmentation() method -- check any other builder to
Hello Vikram, this pertains to codegen, which makes it a mdsal question, not a yangtools one. The problem is that 'E' is used as generic argument of augmentation() method -- check any other builder to
|
By
Robert Varga
·
|
|
yang to java generation failed when list name is "e"
Hi Team Api module compilation was successful until Oxygen-SR4 with below yang module definition, and it is failing in Flourine-SR2. If the highlighted list name is changed from “e” to anything else i
Hi Team Api module compilation was successful until Oxygen-SR4 with below yang module definition, and it is failing in Flourine-SR2. If the highlighted list name is changed from “e” to anything else i
|
By
Vikram
·
|
|
Error: yang-ext mount
2 messages
Hi, I was trying to inject settings on router RESTCONF, and got the following error: {"errors":{"error":[{"error-type":"protocol","error-tag":"unknown-element","error-message":"\"yang-ext\" module doe
Hi, I was trying to inject settings on router RESTCONF, and got the following error: {"errors":{"error":[{"error-type":"protocol","error-tag":"unknown-element","error-message":"\"yang-ext\" module doe
|
By
Corajosos
·
|
|
How I use the YANG models from openconfig to OpenDayLight?
I'm new to the OpenDayLight universe and need to understand how to import the YANG models from openconfig to opendaylight. Could someone please help me?
I'm new to the OpenDayLight universe and need to understand how to import the YANG models from openconfig to opendaylight. Could someone please help me?
|
By
Corajosos
·
|
|
How I use the YANG models on OpenDayLight?
2 messages
Hi guys, I'm new to the OpenDayLight universe and I need to use a YANG template I have in ODL, but I could not find any documentation that would assist me in this. Can you help me? Thanks a lot. :D
Hi guys, I'm new to the OpenDayLight universe and I need to use a YANG template I have in ODL, but I could not find any documentation that would assist me in this. Can you help me? Thanks a lot. :D
|
By
Corajosos
·
|
|
Error when using POST method in restconf interface
Hi All, Need help with respect to netconf access-control-list configuration in ODL (oxygen). I am using file acl.xml. Content of xml is as show below: <?xml version="1.0" encoding="UTF-8"?> <access-li
Hi All, Need help with respect to netconf access-control-list configuration in ODL (oxygen). I am using file acl.xml. Content of xml is as show below: <?xml version="1.0" encoding="UTF-8"?> <access-li
|
By
Parul Agrawal
·
|
|
Problem when we set up something in YangUI
2 messages
Dear developer, We are Carleton University students and we were trying to develop firewall using SDN. But unfortunately we encountered a problem shows below: The screenshot of t he problem is above. I
Dear developer, We are Carleton University students and we were trying to develop firewall using SDN. But unfortunately we encountered a problem shows below: The screenshot of t he problem is above. I
|
By
Jianbin wang
·
|
|
ClassCastException while deserializing YangInstanceIdentifier to InstanceIdentifier
Hi Team We wanted to serialize an InstanceIdentifier to String and then deserialize the string back to InstanceIdentifier when required. Model definition used: container services{ list service { key n
Hi Team We wanted to serialize an InstanceIdentifier to String and then deserialize the string back to InstanceIdentifier when required. Model definition used: container services{ list service { key n
|
By
Vikram
·
|
|
[mdsal-dev] Is it possible to add a default variable in yang binding objects generated
Hello Vikram, There is a way, but generating such a field really does not buy you anything, as it still needs to propagate through the system, and that requires it having a modeling underpinning. This
Hello Vikram, There is a way, but generating such a field really does not buy you anything, as it still needs to propagate through the system, and that requires it having a modeling underpinning. This
|
By
Robert Varga
·
|
|
Is it possible to add a default variable in yang binding objects generated
Hi Team Is there a way to add a variable called “message-id” in all the DataObjects by default that are generated from the yang definitions? without defining it in the yang constructs container/list e
Hi Team Is there a way to add a variable called “message-id” in all the DataObjects by default that are generated from the yang definitions? without defining it in the yang constructs container/list e
|
By
Vikram
·
|
|
[yangtools-dev] Using anyxml in rpc input
Hi Sahil You can define input as string and format it as Json in your RPC impl. Anyxml is not supported yet. Cheers Saravanakumar
Hi Sahil You can define input as string and format it as Json in your RPC impl. Anyxml is not supported yet. Cheers Saravanakumar
|
By
Saravanakumar Murugesan
·
|
|
[controller-dev] Using anyxml in rpc input
anyxml is not supported in the binding code generation. You'll have to use the binding independent (ie DOM) API.
anyxml is not supported in the binding code generation. You'll have to use the binding independent (ie DOM) API.
|
By
Tom Pantelis
·
|
|
Using anyxml in rpc input
Hi, I want to use anyxml in the rpc input to receive xml file from the user. The file contents will be dynamic everytime. I tried using it as in input in yang as follows: rpc getinputXml { input { any
Hi, I want to use anyxml in the rpc input to receive xml file from the user. The file contents will be dynamic everytime. I tried using it as in input in yang as follows: rpc getinputXml { input { any
|
By
Sahil Shah
·
|
|
How to refine an attribute present in a container ?
2 messages
Hi, I have three groups A, B and C. I am trying to refine the attribute "password" in grouping C as below : grouping A { leaf password { type string; description "Password to connect the connector"; }
Hi, I have three groups A, B and C. I am trying to refine the attribute "password" in grouping C as below : grouping A { leaf password { type string; description "Password to connect the connector"; }
|
By
Satish Dutt
·
|