[netvirt-dev] Issues with odl-aaa-cli


Michael Vorburger <vorburger@...>
 

Vamsi, and FYI JamO/Ryan/all interested:

On Mon, Jan 22, 2018 at 6:51 PM, Jamo Luhrsen <jluhrsen@...> wrote:
On 01/22/2018 01:43 AM, A Vamsikrishna wrote:
> Hi Ryan,
>
>  
>
> I am following below wiki to get the list of cipher suites supported by JVM:
>
>  
>
> http://docs.opendaylight.org/en/stable-carbon/user-guide/authentication-and-authorization-services.html#get-cipher-suites
>
>  
>
> opendaylight-user@root>
>
> opendaylight-user@root>feature:list -i | grep -i odl-aaa-cli
>
> odl-aaa-cli                                     | 0.7.0.SNAPSHOT   | x        | *Started* |
> odl-aaa-cli                                     | ODL :: aaa :: odl-aaa-cli
>
> opendaylight-user@root>
>
> opendaylight-user@root>
>
>  
>
> but when I give aaa: <tab> it’s throwing below error:
>
>  
>
> opendaylight-user@root>aaa:Error executing command: *Unable to find property descriptor rpcRegistry on class
> org.opendaylight.netvirt.neutronvpn.shell.ConfigureL3VpnComman*

interesting how it's throwing an error from some netvirt module (I've cc'd netvirt).

> opendaylight-user@root>
>
>  
>
> Any idea how to fix this error ?

Maybe you can file a Jira to start with?

yeah please raise a JIRA, but probably not in AAA but in either netvirt or perhaps even odlparent, or controller; I don't think this is aaa specific but a general problem with tab completion of either just that particular netvirt CLI command, or perhaps all/some of our shell commands? 

The "ComponentDefinitionException: Unable to find property descriptor rpcRegistry on class org.opendaylight.netvirt.neutronvpn.shell.ConfigureL3VpnCommand" thread on https://lists.opendaylight.org/pipermail/netvirt-dev/2017-December/thread.html already had something about this in December - and that was even before the big bump... Vamsi, do you want to re-read that thread, and ask your E// colleagues, if there was a solution?

Noel, this is also the same as what you already raised on https://lists.opendaylight.org/pipermail/netvirt-dev/2018-January/006127.html, isn't it? As I already suggested there, IMHO someone should try removing that availability="optional" there..


Thanks,
JamO


> I am using master branch.

Maybe this is something to do with the odlparent/yangtools version bump problems
we are dealing with?

Could be yet another impact of the Karaf upgrade in odlparent (similar to like that prompt stuff). Thank God we did this bump at the very beginning of a new major release, not after code freeze of the one we're hope to ship fairly soon... ;-) Although given thatit was already seen in December, may be in this particular case it's actually not even related. phew.

Tx,
M.
--
Michael Vorburger, Red Hat
vorburger@... | IRC: vorburger @freenode | ~ = http://vorburger.ch

 

Thanks,
JamO

> Thanks,
>
> Vamsi
>
>
>
> _______________________________________________
> aaa-dev mailing list
> aaa-dev@...
> https://lists.opendaylight.org/mailman/listinfo/aaa-dev
>
_______________________________________________
netvirt-dev mailing list
netvirt-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/netvirt-dev


Sam Hague <shague@...>
 

Patch below might also help Noel pushed this recently to fix issues with that shell command.

[1] https://git.opendaylight.org/gerrit/#/c/67353/

On Mon, Jan 22, 2018 at 2:16 PM, Michael Vorburger <vorburger@...> wrote:
Vamsi, and FYI JamO/Ryan/all interested:

On Mon, Jan 22, 2018 at 6:51 PM, Jamo Luhrsen <jluhrsen@...> wrote:
On 01/22/2018 01:43 AM, A Vamsikrishna wrote:
> Hi Ryan,
>
>  
>
> I am following below wiki to get the list of cipher suites supported by JVM:
>
>  
>
> http://docs.opendaylight.org/en/stable-carbon/user-guide/authentication-and-authorization-services.html#get-cipher-suites
>
>  
>
> opendaylight-user@root>
>
> opendaylight-user@root>feature:list -i | grep -i odl-aaa-cli
>
> odl-aaa-cli                                     | 0.7.0.SNAPSHOT   | x        | *Started* |
> odl-aaa-cli                                     | ODL :: aaa :: odl-aaa-cli
>
> opendaylight-user@root>
>
> opendaylight-user@root>
>
>  
>
> but when I give aaa: <tab> it’s throwing below error:
>
>  
>
> opendaylight-user@root>aaa:Error executing command: *Unable to find property descriptor rpcRegistry on class
> org.opendaylight.netvirt.neutronvpn.shell.ConfigureL3VpnComman*

interesting how it's throwing an error from some netvirt module (I've cc'd netvirt).

> opendaylight-user@root>
>
>  
>
> Any idea how to fix this error ?

Maybe you can file a Jira to start with?

yeah please raise a JIRA, but probably not in AAA but in either netvirt or perhaps even odlparent, or controller; I don't think this is aaa specific but a general problem with tab completion of either just that particular netvirt CLI command, or perhaps all/some of our shell commands? 

The "ComponentDefinitionException: Unable to find property descriptor rpcRegistry on class org.opendaylight.netvirt.neutronvpn.shell.ConfigureL3VpnCommand" thread on https://lists.opendaylight.org/pipermail/netvirt-dev/2017-December/thread.html already had something about this in December - and that was even before the big bump... Vamsi, do you want to re-read that thread, and ask your E// colleagues, if there was a solution?

Noel, this is also the same as what you already raised on https://lists.opendaylight.org/pipermail/netvirt-dev/2018-January/006127.html, isn't it? As I already suggested there, IMHO someone should try removing that availability="optional" there..


Thanks,
JamO


> I am using master branch.

Maybe this is something to do with the odlparent/yangtools version bump problems
we are dealing with?

Could be yet another impact of the Karaf upgrade in odlparent (similar to like that prompt stuff). Thank God we did this bump at the very beginning of a new major release, not after code freeze of the one we're hope to ship fairly soon... ;-) Although given thatit was already seen in December, may be in this particular case it's actually not even related. phew.

Tx,
M.
--
Michael Vorburger, Red Hat
vorburger@... | IRC: vorburger @freenode | ~ = http://vorburger.ch

 

Thanks,
JamO

> Thanks,
>
> Vamsi
>
>
>
> _______________________________________________
> aaa-dev mailing list
> aaa-dev@...
> https://lists.opendaylight.org/mailman/listinfo/aaa-dev
>
_______________________________________________
netvirt-dev mailing list
netvirt-dev@....org
https://lists.opendaylight.org/mailman/listinfo/netvirt-dev


_______________________________________________
netvirt-dev mailing list
netvirt-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/netvirt-dev