|
Re: aaa-cert-rpc 503 Service Unavailable
Hi,
I configured full logging for AAA:
log:set TRACE org.opendaylight.aaa
When I send the REST request to /restconf/operations/aaa-cert-rpc:getNodeCertifcate, karaf.log just
Hi,
I configured full logging for AAA:
log:set TRACE org.opendaylight.aaa
When I send the REST request to /restconf/operations/aaa-cert-rpc:getNodeCertifcate, karaf.log just
|
By
Ignacio Dominguez Martinez-Casanueva <i.dominguezm@...>
·
#1584
·
|
|
Re: aaa-cert-rpc 503 Service Unavailable
Hi,
Can you provide karaf logs, did u see any error messages?
BR
Hi,
Can you provide karaf logs, did u see any error messages?
BR
|
By
Mohamed ElSerngawy
·
#1581
·
|
|
Re: aaa-cert-rpc 503 Service Unavailable
Hi Mohamed,
Yes, I changed it and now the first lines look as follows: I have seen that after changing the <use-config> option to true, and restarting the opendaylight service, the two
Hi Mohamed,
Yes, I changed it and now the first lines look as follows: I have seen that after changing the <use-config> option to true, and restarting the opendaylight service, the two
|
By
Ignacio Dominguez Martinez-Casanueva <i.dominguezm@...>
·
#1583
·
|
|
Re: aaa-cert-rpc 503 Service Unavailable
Hi Ignacio,
Did you change the <use-config> to true. The aaa-cert service config file under etc/opendaylight/datastore/initial/config/aaa-cert-config.xml
BR
Hi Ignacio,
Did you change the <use-config> to true. The aaa-cert service config file under etc/opendaylight/datastore/initial/config/aaa-cert-config.xml
BR
|
By
Mohamed ElSerngawy
·
#1580
·
|
|
aaa-cert-rpc 503 Service Unavailable
Hello,
I'm testing AAA project for Carbon SR2 (opendaylight-6.2.0-1.el7.rpm). I was working on the Certificate Management System in order to enable TLS/SSL for both RESTconf and OVS/OF
Hello,
I'm testing AAA project for Carbon SR2 (opendaylight-6.2.0-1.el7.rpm). I was working on the Certificate Management System in order to enable TLS/SSL for both RESTconf and OVS/OF
|
By
Ignacio Dominguez Martinez-Casanueva <i.dominguezm@...>
·
#1579
·
|
|
AAA Keystone realm
Hi everyone,
I'm trying to integrate Carbon SR2 with my existing Keystone server following this guide:
Hi everyone,
I'm trying to integrate Carbon SR2 with my existing Keystone server following this guide:
|
By
Ignacio Dominguez Martinez-Casanueva <i.dominguezm@...>
·
#1578
·
|
|
Re: unable to make SSL Restconf connection
Thanks EvanJ
It’s working aftermaking below changes in C:\master\distribution\karaf\target\assembly\etc\org.ops4j.pax.web
javax.servlet.context.tempdir =
Thanks EvanJ
It’s working aftermaking below changes in C:\master\distribution\karaf\target\assembly\etc\org.ops4j.pax.web
javax.servlet.context.tempdir =
|
By
A Vamsikrishna
·
#1577
·
|
|
Re: unable to make SSL Restconf connection
Hi Evan,
Can you please send me a sampleetc/org.ops4j.pax.web.cfg from your working setup of SSL-RESTCONF ?
Any other files need be modified along with etc/org.ops4j.pax.web.cfg ?
Hi Evan,
Can you please send me a sampleetc/org.ops4j.pax.web.cfg from your working setup of SSL-RESTCONF ?
Any other files need be modified along with etc/org.ops4j.pax.web.cfg ?
|
By
A Vamsikrishna
·
#1576
·
|
|
Re: unable to make SSL Restconf connection
Hi Vamsi,
I believe now you should use etc/org.ops4j.pax.web.cfg rather than custom.properties for this purpose.
Hi Vamsi,
I believe now you should use etc/org.ops4j.pax.web.cfg rather than custom.properties for this purpose.
|
By
Evan Zeller <ezeller@...>
·
#1575
·
|
|
unable to make SSL Restconf connection
Hi All,
Any suggestions on below issue ?
Thanks,
Vamsi
Hi All,
Any suggestions on below issue ?
Thanks,
Vamsi
|
By
A Vamsikrishna
·
#1574
·
|
|
Re: unable to make SSL Restconf connection
Hi Ryan & All,
Below are my observations:
[2018-01-02 21:27.06] ~
[egjmnnq.PF0KDF1U]➤ curl -l http://192.168.56.1:8181/restconf/ --user admin:admin
Hi Ryan & All,
Below are my observations:
[2018-01-02 21:27.06] ~
[egjmnnq.PF0KDF1U]➤ curl -l http://192.168.56.1:8181/restconf/ --user admin:admin
|
By
A Vamsikrishna
·
#1573
·
|
|
Re: unable to make SSL Restconf connection
This code is actually not AAA specific... org.ops4j.pax.web.cfg is laid down by karaf, which is provided by odlparent, so adding in that mailing list.
It looks like you aren't following those
This code is actually not AAA specific... org.ops4j.pax.web.cfg is laid down by karaf, which is provided by odlparent, so adding in that mailing list.
It looks like you aren't following those
|
By
Ryan Goulding <ryandgoulding@...>
·
#1572
·
|
|
unable to make SSL Restconf connection
Hi All,
I am following below wiki for making SSL RETCONF:
https://wiki.opendaylight.org/view/OpenDaylight_Controller:SSL_RestConf
http://192.168.56.1:8181/apidoc/explorer/index.html is
Hi All,
I am following below wiki for making SSL RETCONF:
https://wiki.opendaylight.org/view/OpenDaylight_Controller:SSL_RestConf
http://192.168.56.1:8181/apidoc/explorer/index.html is
|
By
A Vamsikrishna
·
#1571
·
|
|
Re: [Opendaylight-users] Do the AAA commands work at all?
Mark,
I noticed these as well (and others). We can wait for the AAA project to respond,
but in the meantime, here are two jira issues I've opened. Please open more as you
see
Mark,
I noticed these as well (and others). We can wait for the AAA project to respond,
but in the meantime, here are two jira issues I've opened. Please open more as you
see
|
By
Jamo Luhrsen <jluhrsen@...>
·
#1570
·
|
|
Re: [integration-dev] Making Sense of failing keystone test cases
This patch [0] should get your aaa-keystone job passing 100% now.
If I understand the test suite correctly, and assuming the feature to
use keystone for auth in ODL is valuable, this suite is a good
This patch [0] should get your aaa-keystone job passing 100% now.
If I understand the test suite correctly, and assuming the feature to
use keystone for auth in ODL is valuable, this suite is a good
|
By
Jamo Luhrsen <jluhrsen@...>
·
#1569
·
|
|
Fw: Re: Change in aaa[master]: Moon Authorization Driver for ODL/AAA
Hi Ryan,
I have updated a new Moon Authorization Driver commit at:
https://git.opendaylight.org/gerrit/#/c/66615/
Would you please take a look at it? Any advices are welcomed.
BRs
Lucas Wang
Hi Ryan,
I have updated a new Moon Authorization Driver commit at:
https://git.opendaylight.org/gerrit/#/c/66615/
Would you please take a look at it? Any advices are welcomed.
BRs
Lucas Wang
|
By
"WangYuchen <lucas_sjtu@...>
·
#1568
·
|
|
Re: [Opendaylight-users] Do the AAA commands work at all?
+aaa-dev
--
Thanks
Anil
By
Anil Vishnoi <vishnoianil@...>
·
#1567
·
|
|
Re: [release] Upgrading to yangtools-2.0.0/odlparent-3.0.1
OK - I pushed patches to bump mdsal, aaa, controller, netconf to 3.0.2-SNAPSHOT. lispflowmapping karaf distro builds fine when netconf is at 3.0.2-SNAPSHOT.
I have a questions about this part:
4) Your
OK - I pushed patches to bump mdsal, aaa, controller, netconf to 3.0.2-SNAPSHOT. lispflowmapping karaf distro builds fine when netconf is at 3.0.2-SNAPSHOT.
I have a questions about this part:
4) Your
|
By
Tom Pantelis
·
#1566
·
|
|
Re: [release] Upgrading to yangtools-2.0.0/odlparent-3.0.1
Tom Pantelis <tompantelis@...> wrote:
I was planning on not touching those until 3.0.2 is released. You only
need 3.0.2-SNAPSHOT on the last project in a series, i.e. the one you
want to test:
Tom Pantelis <tompantelis@...> wrote:
I was planning on not touching those until 3.0.2 is released. You only
need 3.0.2-SNAPSHOT on the last project in a series, i.e. the one you
want to test:
|
By
Stephen Kitt <skitt@...>
·
#1565
·
|
|
Re: ComponentDefinitionException: Error when instantiating bean provider of class org.opendaylight.aaa.impl.AAAShiroProvider
https://git.opendaylight.org/gerrit/#/c/66496/
https://git.opendaylight.org/gerrit/#/c/66496/
|
By
Luis Gomez
·
#1564
·
|