[onap-discuss] [vid][sdnc][so] : SDNC preload while instantiating VNF

2018-10-30 Thread Chandra
Hi All,
We have query regarding the VNF instantiation via VID.


1.   Do we always need SDNC preload before VF module instantiation?

2.   For SO to instantiate the VNF/VF module; What is the real dependency 
on SDNC if all the details are provided in HEAT file during design time?

3.   At the time of deletion; does SO assumes that every VF module always 
need to be preloaded on the SDNC? We have tried the instantiation of VF module 
load balancer without SDNC preload and it worked however while deletion from 
VID we get an error as
   "requestStatus": "Received error from SDN-C: No preload data found 
to match vnf-name",


Thanks
Chandrashekhar



Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html 
 externally 
http://tim.techmahindra.com/tim/disclaimer.html 
 internally within 
TechMahindra.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13419): https://lists.onap.org/g/onap-discuss/message/13419
Mute This Topic: https://lists.onap.org/mt/27802228/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss][policy] please help to resolve this issue - No JSON object could be decoded

2018-10-30 Thread Jorge Hernandez
Hi Vidya

Check if you have this file:
/opt/app/policy/config/controlloop.properties.environment

and make sure that you have the “sdnc.*properties defined there.

You can also check those environmets at runtime with the telemetry shell or api 
to confirm.   See below sample:

policy@dev-policy-drools-0:/opt/app/policy/config$ telemetry
Version: 0.11.2
https://localhost:9696/policy/pdp/engine> cd environment
https://localhost:9696/policy/pdp/engine/environment> get sql.db.host
HTTP/1.1 200 OK
Content-Length: 8
Content-Type: application/json
Date: Tue, 30 Oct 2018 23:35:48 GMT
Server: Jetty(9.4.12.v20180830)

policydb

https://localhost:9696/policy/pdp/engine/environment> get sdnc.url
HTTP/1.1 200 OK
Content-Length: 0
Content-Type: application/json
Date: Tue, 30 Oct 2018 23:36:01 GMT
Server: Jetty(9.4.12.v20180830)



https://localhost:9696/policy/pdp/engine/environment>

Note that error message in your email says something about aai.

Best regards,
Jorge


From: Vidya Bijoor [mailto:vidyashree.r...@gmail.com]
Sent: Tuesday, October 30, 2018 6:10 PM
To: HERNANDEZ-HERRERO, JORGE 
Cc: onap-discuss@lists.onap.org; xin.m...@huawei.com; Gaurav agrawal 
; Rama SubbaReddy 
Subject: Re: [onap-discuss][policy] please help to resolve this issue - No JSON 
object could be decoded

Hi Jorge,

Thanks for the reply. Now policies are pushed and when I post DMAAP events sdnc 
actor is called as expected. but I got an exception for sdnc.url.
/opt/app/policy/config/controlloop.properties.environment  file is not present 
in latest version. So In which file sdnc.url should be set?

a8c24c70c66b: ccvpn.EVENT.MANAGER.OPERATION.LOCKED.GUARD_PERMITTED: 
operation=ControlLoopOperationManager 
[onset=6f455b14-efd9-450a-bf78-e47d55b6da87, 
policy=unique-policy-id-16-Reroute, attempts=1, policyResult=null, 
currentOperation=Operation [attempt=1, policyResult=null, 
operation=ControlLoopOperation [actor=SDNC, operation=Reroute, target=Target 
[type=VM, resourceId=null], start=2018-10-30T21:47:16.447Z, end=null, 
subRequestId=1, outcome=null, message=null]], operationHistory=[]]:  AAI 
failure: The value of policy engine manager environment property "sdnc.url" may 
not be null
java.lang.IllegalArgumentException: The value of policy engine manager 
environment property "sdnc.url" may not be null
at 
org.onap.policy.sdnc.SdncManager.getPeManagerEnvProperty(SdncManager.java:157)
at org.onap.policy.sdnc.SdncManager.(SdncManager.java:68)
at 
org.onap.policy.controlloop.Rule_EVENT$u46$MANAGER$u46$OPERATION$u46$LOCKED$u46$GUARD_PERMITTED1446493144.defaultConsequence(Rule_EVENT$u46$MANAGER$u46$OPERATION$u46$LOCKED$u46$GUARD_PERMITTED1446493144.java:72)
at 
org.onap.policy.controlloop.Rule_EVENT$u46$MANAGER$u46$OPERATION$u46$LOCKED$u46$GUARD_PERMITTED1446493144DefaultConsequenceInvokerGenerated.evaluate(Unknown
 Source)
at 
org.onap.policy.controlloop.Rule_EVENT$u46$MANAGER$u46$OPERATION$u46$LOCKED$u46$GUARD_PERMITTED1446493144DefaultConsequenceInvoker.evaluate(Unknown
 Source)
at 
org.drools.core.common.DefaultAgenda.fireActivation(DefaultAgenda.java:1052)
at org.drools.core.phreak.RuleExecutor.fire(RuleExecutor.java:121)
at 
org.drools.core.phreak.RuleExecutor.evaluateNetworkAndFire(RuleExecutor.java:74)
at 
org.drools.core.common.DefaultAgenda.fireNextItem(DefaultAgenda.java:970)
at 
org.drools.core.common.DefaultAgenda.fireLoop(DefaultAgenda.java:1312)
at 
org.drools.core.common.DefaultAgenda.fireUntilHalt(DefaultAgenda.java:1232)
at 
org.drools.core.impl.StatefulKnowledgeSessionImpl.fireUntilHalt(StatefulKnowledgeSessionImpl.java:1398)
at 
org.drools.core.impl.StatefulKnowledgeSessionImpl.fireUntilHalt(StatefulKnowledgeSessionImpl.java:1377)
at 
org.onap.policy.drools.core.PolicySession$DefaultThreadModel.run(PolicySession.java:472)
at java.lang.Thread.run(Thread.java:748)
[2018-10-30T21:47:16.456+00:00|INFO|MavenDroolsController|Session 
org.onap.policy.rules.amsterdam:amsterdam:1.3.1:casablanca]

Thanks,
Vidya




On Tue, Oct 30, 2018 at 11:31 PM HERNANDEZ-HERRERO, JORGE 
mailto:jh1...@att.com>> wrote:
Hi Vidya,

Regarding #1:

See below an example with the “amsterdam” controller using the telemetry shell, 
“Casablanca” is not loaded.Follow the same steps to retrieve similar 
information for your use case.   If you don’t want to use the tool, use the 
curl commands to the URLs pointed in the prompt.The URL paths should be the 
same but just switching “amsterdam” with “casablanca”.   The facts will be a 
tad different.

-Jorge

policy@dev-policy-drools-0:/tmp/policy-install$ telemetry
Version: 0.11.2
https://localhost:9696/policy/pdp/engine> cd controllers
https://localhost:9696/policy/pdp/engine/controllers> get
HTTP/1.1 200 OK
Content-Length: 13
Content-Type: application/json
Date: Tue, 30 Oct 2018 17:53:16 GMT
Server: Jetty(9.4.12.v20180830)

[

Re: [onap-discuss][policy] please help to resolve this issue - No JSON object could be decoded

2018-10-30 Thread Vidyashree Rama
Hi Jorge,

Thanks for the reply. Now policies are pushed and when I post DMAAP events
sdnc actor is called as expected. but I got an exception for sdnc.url.
/opt/app/policy/config/controlloop.properties.environment  file is not
present in latest version. So In which file sdnc.url should be set?

a8c24c70c66b: ccvpn.EVENT.MANAGER.OPERATION.LOCKED.GUARD_PERMITTED:
operation=ControlLoopOperationManager
[onset=6f455b14-efd9-450a-bf78-e47d55b6da87,
policy=unique-policy-id-16-Reroute, attempts=1, policyResult=null,
currentOperation=Operation [attempt=1, policyResult=null,
operation=ControlLoopOperation [actor=SDNC, operation=Reroute,
target=Target [type=VM, resourceId=null], start=2018-10-30T21:47:16.447Z,
end=null, subRequestId=1, outcome=null, message=null]],
operationHistory=[]]:  AAI failure:* The value of policy engine manager
environment property "sdnc.url" may not be null*
java.lang.IllegalArgumentException: The value of policy engine manager
environment property "sdnc.url" may not be null
at
org.onap.policy.sdnc.SdncManager.getPeManagerEnvProperty(SdncManager.java:157)
at org.onap.policy.sdnc.SdncManager.(SdncManager.java:68)
at
org.onap.policy.controlloop.Rule_EVENT$u46$MANAGER$u46$OPERATION$u46$LOCKED$u46$GUARD_PERMITTED1446493144.defaultConsequence(Rule_EVENT$u46$MANAGER$u46$OPERATION$u46$LOCKED$u46$GUARD_PERMITTED1446493144.java:72)
at
org.onap.policy.controlloop.Rule_EVENT$u46$MANAGER$u46$OPERATION$u46$LOCKED$u46$GUARD_PERMITTED1446493144DefaultConsequenceInvokerGenerated.evaluate(Unknown
Source)
at
org.onap.policy.controlloop.Rule_EVENT$u46$MANAGER$u46$OPERATION$u46$LOCKED$u46$GUARD_PERMITTED1446493144DefaultConsequenceInvoker.evaluate(Unknown
Source)
at
org.drools.core.common.DefaultAgenda.fireActivation(DefaultAgenda.java:1052)
at org.drools.core.phreak.RuleExecutor.fire(RuleExecutor.java:121)
at
org.drools.core.phreak.RuleExecutor.evaluateNetworkAndFire(RuleExecutor.java:74)
at org.drools.core.common.DefaultAgenda.fireNextItem(DefaultAgenda.java:970)
at org.drools.core.common.DefaultAgenda.fireLoop(DefaultAgenda.java:1312)
at
org.drools.core.common.DefaultAgenda.fireUntilHalt(DefaultAgenda.java:1232)
at
org.drools.core.impl.StatefulKnowledgeSessionImpl.fireUntilHalt(StatefulKnowledgeSessionImpl.java:1398)
at
org.drools.core.impl.StatefulKnowledgeSessionImpl.fireUntilHalt(StatefulKnowledgeSessionImpl.java:1377)
at
org.onap.policy.drools.core.PolicySession$DefaultThreadModel.run(PolicySession.java:472)
at java.lang.Thread.run(Thread.java:748)
[2018-10-30T21:47:16.456+00:00|INFO|MavenDroolsController|Session
org.onap.policy.rules.amsterdam:amsterdam:1.3.1:casablanca]

Thanks,
Vidya




On Tue, Oct 30, 2018 at 11:31 PM HERNANDEZ-HERRERO, JORGE 
wrote:

> Hi Vidya,
>
>
>
> Regarding #1:
>
> See below an example with the “amsterdam” controller using the telemetry
> shell, “Casablanca” is not loaded.Follow the same steps to retrieve
> similar information for your use case.   If you don’t want to use the tool,
> use the curl commands to the URLs pointed in the prompt.The URL paths
> should be the same but just switching “amsterdam” with “casablanca”.   The
> facts will be a tad different.
>
>
>
> -Jorge
>
> policy@dev-policy-drools-0:/tmp/policy-install$ telemetry
>
> Version: 0.11.2
>
> https://localhost:9696/policy/pdp/engine> cd controllers
>
> https://localhost:9696/policy/pdp/engine/controllers> get
>
> HTTP/1.1 200 OK
>
> Content-Length: 13
>
> Content-Type: application/json
>
> Date: Tue, 30 Oct 2018 17:53:16 GMT
>
> Server: Jetty(9.4.12.v20180830)
>
>
>
> [
>
> "amsterdam"
>
> ]
>
>
>
> https://localhost:9696/policy/pdp/engine/controllers> cd amsterdam
>
> https://localhost:9696/policy/pdp/engine/controllers/amsterdam> ls
>
> decoders   drools encoders   inputs properties switches
>
> https://localhost:9696/policy/pdp/engine/controllers/amsterdam> cd drools
>
> https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools>
> get | jq .sessionCoordinates
>
> [
>
>
> "org.onap.policy-engine.drools.amsterdam:policy-amsterdam-rules:0.9.0:closedloop-amsterdam"
>
> ]
>
> https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools>
>
> https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools>
>
> https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools> ls
>
> facts
>
> https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools> cd
> facts
>
> https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools/facts>
> get
>
> HTTP/1.1 200 OK
>
> Content-Length: 26
>
> Content-Type: application/json
>
> Date: Tue, 30 Oct 2018 17:56:08 GMT
>
> Server: Jetty(9.4.12.v20180830)
>
>
>
> {
>
> "closedloop-amsterdam": 4
>
> }
>
>
>
> https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools/facts>
> cd closedloop-amsterdam
>
>
> https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools/facts/closedloop-amsterdam>
>
>
>
> 

Re: [onap-modelingsub] [onap-discuss] Agreements on Montreal offline discussion of Resource IM and Service IM

2018-10-30 Thread denghui (L)
Hi Kenny and Andy,

All those breakout offline discussion will be discussed in general session 
formally this afternoon, Chesla and Kevin, please join the discussion this 
afternoon from 4:30,

Thanks a lot for your help
Best regards,

DENG Hui

From: MAYER, ANDREW J [mailto:am8...@att.com]
Sent: Tuesday, October 30, 2018 1:14 PM
To: onap-modeling...@lists.onap.org; onap-discuss@lists.onap.org; SCAGGS, KEVIN 
; WECHSLER, CHESLA C ; denghui (L) 

Cc: HALLAHAN, RYAN 
Subject: Re: [onap-modelingsub] [onap-discuss] Agreements on Montreal offline 
discussion of Resource IM and Service IM

Thanks for clearing this up Kenny.
Best Regards,
Andy



From: "Kenny Paul" mailto:kp...@linuxfoundation.org>>
Date: Tuesday, October 30, 2018 at 10:08:32 AM
To: "onap-modeling...@lists.onap.org" 
mailto:onap-modeling...@lists.onap.org>>, 
"onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, "SCAGGS, 
KEVIN" mailto:ks0...@att.com>>, "WECHSLER, CHESLA C" 
mailto:cw1...@att.com>>, "'denghui (L)'" 
mailto:denghu...@huawei.com>>
Cc: "HALLAHAN, RYAN" mailto:rh1...@att.com>>
Subject: Re: [onap-modelingsub] [onap-discuss] Agreements on Montreal offline 
discussion of Resource IM and Service IM
Actually that is completely non-negotiable; anything discussed in a breakout 
discussion MUST be taken back to a general, and fully public subcommittee call 
before any decision can be made.

...same song I've been singing for a couple of weeks now. ;-)

Best Regards,
-kenny

Kenny Paul, Technical Program Manager, The Linux Foundation
kp...@linuxfoundation.org, 510.766.5945
San Francisco Bay Area, Pacific Time Zone


From: onap-discuss@lists.onap.org 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
WECHSLER, CHESLA C
Sent: Tuesday, October 30, 2018 8:43 AM
To: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] Agreements on Montreal offline discussion of 
Resource IM and Service IM

***Security Advisory: This Message Originated Outside of AT ***
Reference http://cso.att.com/EmailSecurity/IDSP.html for more information.

Because of the lack of good audio in the breakout sessions (and really, in 
general), I think we can only come out of Montreal with proposals to bring back 
to the normal call for discussion and approval.  Not all key people were able 
to travel to Montreal unfortunately.  Deng, Andy, what do you think?

Chesla



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13415): https://lists.onap.org/g/onap-discuss/message/13415
Mute This Topic: https://lists.onap.org/mt/27796546/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss][policy] please help to resolve this issue - No JSON object could be decoded

2018-10-30 Thread Jorge Hernandez
Hi Vidya,

Regarding #1:

See below an example with the “amsterdam” controller using the telemetry shell, 
“Casablanca” is not loaded.Follow the same steps to retrieve similar 
information for your use case.   If you don’t want to use the tool, use the 
curl commands to the URLs pointed in the prompt.The URL paths should be the 
same but just switching “amsterdam” with “casablanca”.   The facts will be a 
tad different.

-Jorge

policy@dev-policy-drools-0:/tmp/policy-install$ telemetry
Version: 0.11.2
https://localhost:9696/policy/pdp/engine> cd controllers
https://localhost:9696/policy/pdp/engine/controllers> get
HTTP/1.1 200 OK
Content-Length: 13
Content-Type: application/json
Date: Tue, 30 Oct 2018 17:53:16 GMT
Server: Jetty(9.4.12.v20180830)

[
"amsterdam"
]

https://localhost:9696/policy/pdp/engine/controllers> cd amsterdam
https://localhost:9696/policy/pdp/engine/controllers/amsterdam> ls
decoders   drools encoders   inputs properties switches
https://localhost:9696/policy/pdp/engine/controllers/amsterdam> cd drools
https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools> get | jq 
.sessionCoordinates
[
  
"org.onap.policy-engine.drools.amsterdam:policy-amsterdam-rules:0.9.0:closedloop-amsterdam"
]
https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools>
https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools>
https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools> ls
facts
https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools> cd facts
https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools/facts> get
HTTP/1.1 200 OK
Content-Length: 26
Content-Type: application/json
Date: Tue, 30 Oct 2018 17:56:08 GMT
Server: Jetty(9.4.12.v20180830)

{
"closedloop-amsterdam": 4
}

https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools/facts> cd 
closedloop-amsterdam
https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools/facts/closedloop-amsterdam>
https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools/facts/closedloop-amsterdam>
 get
HTTP/1.1 200 OK
Content-Length: 40
Content-Type: application/json
Date: Tue, 30 Oct 2018 17:56:31 GMT
Server: Jetty(9.4.12.v20180830)

{
"org.onap.policy.controlloop.Params": 4
}

https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools/facts/closedloop-amsterdam>
 cd org.onap.policy.controlloop.Params
https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools/facts/closedloop-amsterdam/org.onap.policy.controlloop.Params>
 get
HTTP/1.1 200 OK
Content-Length: 3566
Content-Type: application/json
Date: Tue, 30 Oct 2018 17:56:45 GMT
Server: Jetty(9.4.12.v20180830)

[
{
"closedLoopControlName": 
"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3",
"controlLoopYaml": 
"controlLoop%3A%0D%0A++version%3A+2.0.0%0D%0A++controlLoopName%3A+ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3%0D%0A++trigger_policy%3A+unique-policy-id-1-scale-up%0D%0A++timeout%3A+1200%0D%0A++abatement%3A+false%0D%0Apolicies%3A%0D%0A++-+id%3A+unique-policy-id-1-scale-up%0D%0Aname%3A+Create+a+new+VF+Module%0D%0Adescription%3A%0D%0Aactor%3A+SO%0D%0Arecipe%3A+VF+Module+Create%0D%0Atarget%3A%0D%0A++type%3A+VNF%0D%0Aretry%3A+0%0D%0Atimeout%3A+1200%0D%0Asuccess%3A+final_success%0D%0Afailure%3A+final_failure%0D%0Afailure_timeout%3A+final_failure_timeout%0D%0Afailure_retries%3A+final_failure_retries%0D%0Afailure_exception%3A+final_failure_exception%0D%0Afailure_guard%3A+final_failure_guard"
},
{
"closedLoopControlName": 
"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a",
"controlLoopYaml": 
"controlLoop%3A%0D%0A++version%3A+2.0.0%0D%0A++controlLoopName%3A+ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a%0D%0A++trigger_policy%3A+unique-policy-id-1-modifyConfig%0D%0A++timeout%3A+1200%0D%0A++abatement%3A+false%0D%0A+%0D%0Apolicies%3A%0D%0A++-+id%3A+unique-policy-id-1-modifyConfig%0D%0Aname%3A+modify+packet+gen+config%0D%0Adescription%3A%0D%0Aactor%3A+APPC%0D%0Arecipe%3A+ModifyConfig%0D%0Atarget%3A%0D%0A++%23+TBD+-+Cannot+be+known+until+instantiation+is+done%0D%0A++resourceID%3A+f96be00e-2b04-4f2e-ae2f-854a1d83f608%0D%0A++type%3A+VNF%0D%0Aretry%3A+0%0D%0Atimeout%3A+300%0D%0Asuccess%3A+final_success%0D%0Afailure%3A+final_failure%0D%0Afailure_timeout%3A+final_failure_timeout%0D%0Afailure_retries%3A+final_failure_retries%0D%0Afailure_exception%3A+final_failure_exception%0D%0Afailure_guard%3A+final_failure_guard"
},
{
"closedLoopControlName": 
"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e",
"controlLoopYaml": 

Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Ukponmwan, Itohan
No its 2.1.6

From: FREEMAN, BRIAN D [mailto:bf1...@att.com]
Sent: Tuesday, October 30, 2018 10:37 AM
To: Ukponmwan, Itohan ; 
onap-discuss@lists.onap.org; krzysztof.kuzmi...@nokia.com; GATHMAN, JONATHAN C 
; FORSYTH, JAMES ; Ying, Ruoyu 

Cc: Ranganathan, Dileep ; Huang, Haibin 

Subject: Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Ok must be same issue
Thanks

Your aaf is 2 1.6-snapshot right ?



Sent via the Samsung Galaxy S8, an AT 4G LTE smartphone


 Original message 
From: "Ukponmwan, Itohan" 
mailto:itohan.ukponm...@intel.com>>
Date: 10/30/18 1:25 PM (GMT-05:00)
To: "FREEMAN, BRIAN D" mailto:bf1...@att.com>>, 
onap-discuss@lists.onap.org, 
krzysztof.kuzmi...@nokia.com, "GATHMAN, 
JONATHAN C" mailto:jg1...@att.com>>, "FORSYTH, JAMES" 
mailto:jf2...@att.com>>, "Ying, Ruoyu" 
mailto:ruoyu.y...@intel.com>>
Cc: "Ranganathan, Dileep" 
mailto:dileep.ranganat...@intel.com>>, "Huang, 
Haibin" mailto:haibin.hu...@intel.com>>
Subject: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Hi Brian,

I am running it in integration-SB-06.

-Itohan

From: FREEMAN, BRIAN D [mailto:bf1...@att.com]
Sent: Tuesday, October 30, 2018 10:21 AM
To: Ukponmwan, Itohan 
mailto:itohan.ukponm...@intel.com>>; 
onap-discuss@lists.onap.org; 
krzysztof.kuzmi...@nokia.com; GATHMAN, 
JONATHAN C mailto:jg1...@att.com>>; FORSYTH, JAMES 
mailto:jf2...@att.com>>; Ying, Ruoyu 
mailto:ruoyu.y...@intel.com>>
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Itohan - which environment so we can track whether its a new issue or just that 
the fix from yesterday hasnt been propagated.

Brian


From: Ukponmwan, Itohan 
mailto:itohan.ukponm...@intel.com>>
Sent: Tuesday, October 30, 2018 1:11 PM
To: onap-discuss@lists.onap.org; 
krzysztof.kuzmi...@nokia.com; FREEMAN, 
BRIAN D mailto:bf1...@att.com>>; GATHMAN, JONATHAN C 
mailto:jg1...@att.com>>; FORSYTH, JAMES 
mailto:jf2...@att.com>>; Ying, Ruoyu 
mailto:ruoyu.y...@intel.com>>
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied

I am also facing this issue. When I query AAI. I get the following error;

{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized 
(msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}.

Is there a workaround for this?

-Itohan



From: onap-discuss@lists.onap.org 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Krzysztof Kuzmicki
Sent: Tuesday, October 30, 2018 8:19 AM
To: FREEMAN, BRIAN D mailto:bf1...@att.com>>; 
onap-discuss@lists.onap.org; GATHMAN, 
JONATHAN C mailto:jg1...@att.com>>; FORSYTH, JAMES 
mailto:jf2...@att.com>>; Ying, Ruoyu 
mailto:ruoyu.y...@intel.com>>
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: Odp.: [onap-discuss] [OOM][AAI]Request to AAI got access denied


Hi



Unfortunately 2.1.5  and 2.1.5-SNAPSHOT :(.



br,

Krzysztof


Od: FREEMAN, BRIAN D mailto:bf1...@att.com>>
Wysłane: wtorek, 30 października 2018 15:20:59
Do: onap-discuss@lists.onap.org; Kuzmicki, 
Krzysztof (Nokia - PL/Wroclaw); GATHMAN, JONATHAN C; FORSYTH, JAMES; 
ruoyu.y...@intel.com
DW: Ranganathan, Dileep; Huang, Haibin; GATHMAN, JONATHAN C
Temat: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied


Can you check if you are using the 2.1.6-SNAPSHOT  image of AAF ?



and if so we might need to get Jonathan support to add a credential until a fix 
is merged.



Brian



From: onap-discuss@lists.onap.org 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Krzysztof Kuzmicki
Sent: Tuesday, October 30, 2018 10:15 AM
To: GATHMAN, JONATHAN C mailto:jg1...@att.com>>; FORSYTH, JAMES 
mailto:jf2...@att.com>>; 
onap-discuss@lists.onap.org; 
ruoyu.y...@intel.com
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: Odp.: [onap-discuss] [OOM][AAI]Request to AAI got access denied



Hi



We noticed similar issue last night during PnP PNF tests in  ONAP installed in 
ONAP_5G tenant in TLAB.
Here is exception:

2018-10-29T15:48:01.786Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
org.onap.so.client.RestClient - RestClientSSL using default SSL context!
2018-10-29T15:48:01.793Z|abefeefc-1b83-4614-a829-d98a6c5335be| 

Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Jimmy Forsyth
Itohan,

I’m concerned that your AAI is way out of date, since it should map the AAI 
user to a...@aai.onap.org, whereas this version is 
trying to map the user to a...@people.onap.org 
which is very old behavior in AAI – what version are you running?

Thanks,
jimmy

From:  on behalf of "Ukponmwan, Itohan" 

Reply-To: "onap-discuss@lists.onap.org" , 
"itohan.ukponm...@intel.com" 
Date: Tuesday, October 30, 2018 at 1:37 PM
To: "onap-discuss@lists.onap.org" , "Ukponmwan, 
Itohan" , "FREEMAN, BRIAN D" , 
"krzysztof.kuzmi...@nokia.com" , "GATHMAN, 
JONATHAN C" , "FORSYTH, JAMES" , "Ying, Ruoyu" 

Cc: "Ranganathan, Dileep" , "Huang, Haibin" 

Subject: Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

I see the following authentication issues in the logs of the aai-resources pod.

2018-10-30T17:03:43.190+ INFO [cadi] Authenticating via redirection:  
user/pass combo invalid via AAF from 10.42.96.241 for a...@people.osaaf.org 
from 10.42.96.241:44780
2018-10-30T17:03:43.190+ WARN [cadi] Trans: 
user=n/a[],ip=10.42.96.241,ms=46.157780,validate=46.149456,code=0.00
2018-10-30T17:03:50.321+ INFO [cadi] a...@people.osaaf.org  remains in 
Missed Credential Map (0 invalid tries) for 52 more seconds
2018-10-30T17:04:04.684+ INFO [cadi] Authenticating via redirection:  
user/pass combo invalid via AAF from 10.42.96.241 for a...@people.osaaf.org 
from 10.42.96.241:45304
2018-10-30T17:04:04.684+ WARN [cadi] Trans: 
user=n/a[],ip=10.42.96.241,ms=6.283113,validate=6.275950,code=0.00
2018-10-30T17:04:09.743+ INFO [cadi] Persist Cache: removed 0 of 0 items 
from memory and 0 of 0 from disk
2018-10-30T17:04:50.321+ INFO [cadi] a...@people.osaaf.org  has been 
removed from Missed Credential Map (2 invalid tries)
2018-10-30T17:04:50.321+ INFO [cadi] AAFLurPerm removed 0 and renewed 0 
expired Permissions out of 0 and removed 1 password misses out of 1
2018-10-30T17:06:09.743+ INFO [cadi] Persist Cache: removed 0 of 0 items 
from memory and 0 of 0 from disk
2018-10-30T17:07:02.003+ INFO [cadi] Authenticating via redirection:  
user/pass combo invalid via AAF from 10.42.96.241 for a...@people.osaaf.org 
from 10.42.96.241:49544
2018-10-30T17:07:02.003+ WARN [cadi] Trans: 
user=n/a[],ip=10.42.96.241,ms=17.682188,validate=17.670084,code=0.00
2018-10-30T17:07:50.324+ INFO [cadi] a...@people.osaaf.org  remains in 
Missed Credential Map (0 invalid tries) for 11 more seconds
2018-10-30T17:08:09.744+ INFO [cadi] Persist Cache: removed 0 of 0 items 
from memory and 0 of 0 from disk
2018-10-30T17:08:50.324+ INFO [cadi] a...@people.osaaf.org  has been 
removed from Missed Credential Map (0 invalid tries)
2018-10-30T17:08:50.324+ INFO [cadi] AAFLurPerm removed 0 and renewed 0 
expired Permissions out of 0 and removed 1 password misses out of 1
2018-10-30T17:10:09.745+ INFO [cadi] Persist Cache: removed 0 of 0 items 
from memory and 0 of 0 from disk
2018-10-30T17:12:09.746+ INFO [cadi] Persist Cache: removed 0 of 0 items 
from memory and 0 of 0 from disk
2018-10-30T17:14:09.745+ INFO [cadi] Persist Cache: removed 0 of 0 items 
from memory and 0 of 0 from disk
2018-10-30T17:16:09.745+ INFO [cadi] Persist Cache: removed 0 of 0 items 
from memory and 0 of 0 from disk
2018-10-30T17:18:09.745+ INFO [cadi] Persist Cache: removed 0 of 0 items 
from memory and 0 of 0 from disk




From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Ukponmwan, Itohan
Sent: Tuesday, October 30, 2018 10:25 AM
To: FREEMAN, BRIAN D ; onap-discuss@lists.onap.org; 
krzysztof.kuzmi...@nokia.com; GATHMAN, JONATHAN C ; FORSYTH, 
JAMES ; Ying, Ruoyu 
Cc: Ranganathan, Dileep ; Huang, Haibin 

Subject: Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Hi Brian,

I am running it in integration-SB-06.

-Itohan

From: FREEMAN, BRIAN D [mailto:bf1...@att.com]
Sent: Tuesday, October 30, 2018 10:21 AM
To: Ukponmwan, Itohan 
mailto:itohan.ukponm...@intel.com>>; 
onap-discuss@lists.onap.org; 
krzysztof.kuzmi...@nokia.com; GATHMAN, 
JONATHAN C mailto:jg1...@att.com>>; FORSYTH, JAMES 
mailto:jf2...@att.com>>; Ying, Ruoyu 
mailto:ruoyu.y...@intel.com>>
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Itohan – which environment so we can track whether its a new issue or just that 
the fix from yesterday hasnt been propagated.

Brian


From: Ukponmwan, Itohan 
mailto:itohan.ukponm...@intel.com>>
Sent: Tuesday, October 30, 2018 1:11 PM
To: onap-discuss@lists.onap.org; 
krzysztof.kuzmi...@nokia.com; FREEMAN, 
BRIAN D mailto:bf1...@att.com>>; GATHMAN, JONATHAN C 
mailto:jg1...@att.com>>; FORSYTH, JAMES 

Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Brian
Ok must be same issue
Thanks

Your aaf is 2 1.6-snapshot right ?



Sent via the Samsung Galaxy S8, an AT 4G LTE smartphone


 Original message 
From: "Ukponmwan, Itohan" 
Date: 10/30/18 1:25 PM (GMT-05:00)
To: "FREEMAN, BRIAN D" , onap-discuss@lists.onap.org, 
krzysztof.kuzmi...@nokia.com, "GATHMAN, JONATHAN C" , "FORSYTH, 
JAMES" , "Ying, Ruoyu" 
Cc: "Ranganathan, Dileep" , "Huang, Haibin" 

Subject: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Hi Brian,

I am running it in integration-SB-06.

-Itohan

From: FREEMAN, BRIAN D [mailto:bf1...@att.com]
Sent: Tuesday, October 30, 2018 10:21 AM
To: Ukponmwan, Itohan ; 
onap-discuss@lists.onap.org; krzysztof.kuzmi...@nokia.com; GATHMAN, JONATHAN C 
; FORSYTH, JAMES ; Ying, Ruoyu 

Cc: Ranganathan, Dileep ; Huang, Haibin 

Subject: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Itohan – which environment so we can track whether its a new issue or just that 
the fix from yesterday hasnt been propagated.

Brian


From: Ukponmwan, Itohan 
mailto:itohan.ukponm...@intel.com>>
Sent: Tuesday, October 30, 2018 1:11 PM
To: onap-discuss@lists.onap.org; 
krzysztof.kuzmi...@nokia.com; FREEMAN, 
BRIAN D mailto:bf1...@att.com>>; GATHMAN, JONATHAN C 
mailto:jg1...@att.com>>; FORSYTH, JAMES 
mailto:jf2...@att.com>>; Ying, Ruoyu 
mailto:ruoyu.y...@intel.com>>
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied

I am also facing this issue. When I query AAI. I get the following error;

{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized 
(msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}.

Is there a workaround for this?

-Itohan



From: onap-discuss@lists.onap.org 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Krzysztof Kuzmicki
Sent: Tuesday, October 30, 2018 8:19 AM
To: FREEMAN, BRIAN D mailto:bf1...@att.com>>; 
onap-discuss@lists.onap.org; GATHMAN, 
JONATHAN C mailto:jg1...@att.com>>; FORSYTH, JAMES 
mailto:jf2...@att.com>>; Ying, Ruoyu 
mailto:ruoyu.y...@intel.com>>
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: Odp.: [onap-discuss] [OOM][AAI]Request to AAI got access denied


Hi



Unfortunately 2.1.5  and 2.1.5-SNAPSHOT :(.



br,

Krzysztof


Od: FREEMAN, BRIAN D mailto:bf1...@att.com>>
Wysłane: wtorek, 30 października 2018 15:20:59
Do: onap-discuss@lists.onap.org; Kuzmicki, 
Krzysztof (Nokia - PL/Wroclaw); GATHMAN, JONATHAN C; FORSYTH, JAMES; 
ruoyu.y...@intel.com
DW: Ranganathan, Dileep; Huang, Haibin; GATHMAN, JONATHAN C
Temat: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied


Can you check if you are using the 2.1.6-SNAPSHOT  image of AAF ?



and if so we might need to get Jonathan support to add a credential until a fix 
is merged.



Brian



From: onap-discuss@lists.onap.org 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Krzysztof Kuzmicki
Sent: Tuesday, October 30, 2018 10:15 AM
To: GATHMAN, JONATHAN C mailto:jg1...@att.com>>; FORSYTH, JAMES 
mailto:jf2...@att.com>>; 
onap-discuss@lists.onap.org; 
ruoyu.y...@intel.com
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: Odp.: [onap-discuss] [OOM][AAI]Request to AAI got access denied



Hi



We noticed similar issue last night during PnP PNF tests in  ONAP installed in 
ONAP_5G tenant in TLAB.
Here is exception:

2018-10-29T15:48:01.786Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
org.onap.so.client.RestClient - RestClientSSL using default SSL context!
2018-10-29T15:48:01.793Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Making GET request to: 
https://aai.onap:8443/aai/v14/business/customers/customer/%7Bsome%20subscriber%20id%7D
Request Headers: {Authorization=[Basic TVNPOk1TTw==], X-FromAppId=[MSO], 
X-TransactionId=[], Accept=[application/json], 
X-ONAP-RequestID=[abefeefc-1b83-4614-a829-d98a6c5335be], 
X-ONAP-InvocationID=[a4c2c792-0a05-4d3d-be0e-0e161bb30549], 
X-ONAP-PartnerName=[SO]}
2018-10-29T15:48:01.869Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Response from GET: 

Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Ukponmwan, Itohan
I see the following authentication issues in the logs of the aai-resources pod.

2018-10-30T17:03:43.190+ INFO [cadi] Authenticating via redirection:  
user/pass combo invalid via AAF from 10.42.96.241 for a...@people.osaaf.org 
from 10.42.96.241:44780
2018-10-30T17:03:43.190+ WARN [cadi] Trans: 
user=n/a[],ip=10.42.96.241,ms=46.157780,validate=46.149456,code=0.00
2018-10-30T17:03:50.321+ INFO [cadi] a...@people.osaaf.org  remains in 
Missed Credential Map (0 invalid tries) for 52 more seconds
2018-10-30T17:04:04.684+ INFO [cadi] Authenticating via redirection:  
user/pass combo invalid via AAF from 10.42.96.241 for a...@people.osaaf.org 
from 10.42.96.241:45304
2018-10-30T17:04:04.684+ WARN [cadi] Trans: 
user=n/a[],ip=10.42.96.241,ms=6.283113,validate=6.275950,code=0.00
2018-10-30T17:04:09.743+ INFO [cadi] Persist Cache: removed 0 of 0 items 
from memory and 0 of 0 from disk
2018-10-30T17:04:50.321+ INFO [cadi] a...@people.osaaf.org  has been 
removed from Missed Credential Map (2 invalid tries)
2018-10-30T17:04:50.321+ INFO [cadi] AAFLurPerm removed 0 and renewed 0 
expired Permissions out of 0 and removed 1 password misses out of 1
2018-10-30T17:06:09.743+ INFO [cadi] Persist Cache: removed 0 of 0 items 
from memory and 0 of 0 from disk
2018-10-30T17:07:02.003+ INFO [cadi] Authenticating via redirection:  
user/pass combo invalid via AAF from 10.42.96.241 for a...@people.osaaf.org 
from 10.42.96.241:49544
2018-10-30T17:07:02.003+ WARN [cadi] Trans: 
user=n/a[],ip=10.42.96.241,ms=17.682188,validate=17.670084,code=0.00
2018-10-30T17:07:50.324+ INFO [cadi] a...@people.osaaf.org  remains in 
Missed Credential Map (0 invalid tries) for 11 more seconds
2018-10-30T17:08:09.744+ INFO [cadi] Persist Cache: removed 0 of 0 items 
from memory and 0 of 0 from disk
2018-10-30T17:08:50.324+ INFO [cadi] a...@people.osaaf.org  has been 
removed from Missed Credential Map (0 invalid tries)
2018-10-30T17:08:50.324+ INFO [cadi] AAFLurPerm removed 0 and renewed 0 
expired Permissions out of 0 and removed 1 password misses out of 1
2018-10-30T17:10:09.745+ INFO [cadi] Persist Cache: removed 0 of 0 items 
from memory and 0 of 0 from disk
2018-10-30T17:12:09.746+ INFO [cadi] Persist Cache: removed 0 of 0 items 
from memory and 0 of 0 from disk
2018-10-30T17:14:09.745+ INFO [cadi] Persist Cache: removed 0 of 0 items 
from memory and 0 of 0 from disk
2018-10-30T17:16:09.745+ INFO [cadi] Persist Cache: removed 0 of 0 items 
from memory and 0 of 0 from disk
2018-10-30T17:18:09.745+ INFO [cadi] Persist Cache: removed 0 of 0 items 
from memory and 0 of 0 from disk




From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Ukponmwan, Itohan
Sent: Tuesday, October 30, 2018 10:25 AM
To: FREEMAN, BRIAN D ; onap-discuss@lists.onap.org; 
krzysztof.kuzmi...@nokia.com; GATHMAN, JONATHAN C ; FORSYTH, 
JAMES ; Ying, Ruoyu 
Cc: Ranganathan, Dileep ; Huang, Haibin 

Subject: Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Hi Brian,

I am running it in integration-SB-06.

-Itohan

From: FREEMAN, BRIAN D [mailto:bf1...@att.com]
Sent: Tuesday, October 30, 2018 10:21 AM
To: Ukponmwan, Itohan 
mailto:itohan.ukponm...@intel.com>>; 
onap-discuss@lists.onap.org; 
krzysztof.kuzmi...@nokia.com; GATHMAN, 
JONATHAN C mailto:jg1...@att.com>>; FORSYTH, JAMES 
mailto:jf2...@att.com>>; Ying, Ruoyu 
mailto:ruoyu.y...@intel.com>>
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Itohan - which environment so we can track whether its a new issue or just that 
the fix from yesterday hasnt been propagated.

Brian


From: Ukponmwan, Itohan 
mailto:itohan.ukponm...@intel.com>>
Sent: Tuesday, October 30, 2018 1:11 PM
To: onap-discuss@lists.onap.org; 
krzysztof.kuzmi...@nokia.com; FREEMAN, 
BRIAN D mailto:bf1...@att.com>>; GATHMAN, JONATHAN C 
mailto:jg1...@att.com>>; FORSYTH, JAMES 
mailto:jf2...@att.com>>; Ying, Ruoyu 
mailto:ruoyu.y...@intel.com>>
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied

I am also facing this issue. When I query AAI. I get the following error;

{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized 
(msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}.

Is there a workaround for this?

-Itohan



From: onap-discuss@lists.onap.org 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Krzysztof Kuzmicki
Sent: Tuesday, October 30, 2018 8:19 AM
To: FREEMAN, BRIAN D mailto:bf1...@att.com>>; 

Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Ukponmwan, Itohan
Hi Brian,

I am running it in integration-SB-06.

-Itohan

From: FREEMAN, BRIAN D [mailto:bf1...@att.com]
Sent: Tuesday, October 30, 2018 10:21 AM
To: Ukponmwan, Itohan ; 
onap-discuss@lists.onap.org; krzysztof.kuzmi...@nokia.com; GATHMAN, JONATHAN C 
; FORSYTH, JAMES ; Ying, Ruoyu 

Cc: Ranganathan, Dileep ; Huang, Haibin 

Subject: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Itohan - which environment so we can track whether its a new issue or just that 
the fix from yesterday hasnt been propagated.

Brian


From: Ukponmwan, Itohan 
mailto:itohan.ukponm...@intel.com>>
Sent: Tuesday, October 30, 2018 1:11 PM
To: onap-discuss@lists.onap.org; 
krzysztof.kuzmi...@nokia.com; FREEMAN, 
BRIAN D mailto:bf1...@att.com>>; GATHMAN, JONATHAN C 
mailto:jg1...@att.com>>; FORSYTH, JAMES 
mailto:jf2...@att.com>>; Ying, Ruoyu 
mailto:ruoyu.y...@intel.com>>
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied

I am also facing this issue. When I query AAI. I get the following error;

{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized 
(msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}.

Is there a workaround for this?

-Itohan



From: onap-discuss@lists.onap.org 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Krzysztof Kuzmicki
Sent: Tuesday, October 30, 2018 8:19 AM
To: FREEMAN, BRIAN D mailto:bf1...@att.com>>; 
onap-discuss@lists.onap.org; GATHMAN, 
JONATHAN C mailto:jg1...@att.com>>; FORSYTH, JAMES 
mailto:jf2...@att.com>>; Ying, Ruoyu 
mailto:ruoyu.y...@intel.com>>
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: Odp.: [onap-discuss] [OOM][AAI]Request to AAI got access denied


Hi



Unfortunately 2.1.5  and 2.1.5-SNAPSHOT :(.



br,

Krzysztof


Od: FREEMAN, BRIAN D mailto:bf1...@att.com>>
Wysłane: wtorek, 30 października 2018 15:20:59
Do: onap-discuss@lists.onap.org; Kuzmicki, 
Krzysztof (Nokia - PL/Wroclaw); GATHMAN, JONATHAN C; FORSYTH, JAMES; 
ruoyu.y...@intel.com
DW: Ranganathan, Dileep; Huang, Haibin; GATHMAN, JONATHAN C
Temat: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied


Can you check if you are using the 2.1.6-SNAPSHOT  image of AAF ?



and if so we might need to get Jonathan support to add a credential until a fix 
is merged.



Brian



From: onap-discuss@lists.onap.org 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Krzysztof Kuzmicki
Sent: Tuesday, October 30, 2018 10:15 AM
To: GATHMAN, JONATHAN C mailto:jg1...@att.com>>; FORSYTH, JAMES 
mailto:jf2...@att.com>>; 
onap-discuss@lists.onap.org; 
ruoyu.y...@intel.com
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: Odp.: [onap-discuss] [OOM][AAI]Request to AAI got access denied



Hi



We noticed similar issue last night during PnP PNF tests in  ONAP installed in 
ONAP_5G tenant in TLAB.
Here is exception:

2018-10-29T15:48:01.786Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
org.onap.so.client.RestClient - RestClientSSL using default SSL context!
2018-10-29T15:48:01.793Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Making GET request to: 
https://aai.onap:8443/aai/v14/business/customers/customer/%7Bsome%20subscriber%20id%7D
Request Headers: {Authorization=[Basic TVNPOk1TTw==], X-FromAppId=[MSO], 
X-TransactionId=[], Accept=[application/json], 
X-ONAP-RequestID=[abefeefc-1b83-4614-a829-d98a6c5335be], 
X-ONAP-InvocationID=[a4c2c792-0a05-4d3d-be0e-0e161bb30549], 
X-ONAP-PartnerName=[SO]}
2018-10-29T15:48:01.869Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Response from GET: 
https://aai.onap:8443/aai/v14/business/customers/customer/%7Bsome%20subscriber%20id%7D
Response Headers: {connection=[close], Date=[Mon, 29 Oct 2018 15:48:01 GMT], 
Strict-Transport-Security=[max-age=1600; includeSubDomains; preload;], 

Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Brian
Itohan - which environment so we can track whether its a new issue or just that 
the fix from yesterday hasnt been propagated.

Brian


From: Ukponmwan, Itohan 
Sent: Tuesday, October 30, 2018 1:11 PM
To: onap-discuss@lists.onap.org; krzysztof.kuzmi...@nokia.com; FREEMAN, BRIAN D 
; GATHMAN, JONATHAN C ; FORSYTH, JAMES 
; Ying, Ruoyu 
Cc: Ranganathan, Dileep ; Huang, Haibin 

Subject: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied

I am also facing this issue. When I query AAI. I get the following error;

{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized 
(msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}.

Is there a workaround for this?

-Itohan



From: onap-discuss@lists.onap.org 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Krzysztof Kuzmicki
Sent: Tuesday, October 30, 2018 8:19 AM
To: FREEMAN, BRIAN D mailto:bf1...@att.com>>; 
onap-discuss@lists.onap.org; GATHMAN, 
JONATHAN C mailto:jg1...@att.com>>; FORSYTH, JAMES 
mailto:jf2...@att.com>>; Ying, Ruoyu 
mailto:ruoyu.y...@intel.com>>
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: Odp.: [onap-discuss] [OOM][AAI]Request to AAI got access denied


Hi



Unfortunately 2.1.5  and 2.1.5-SNAPSHOT :(.



br,

Krzysztof


Od: FREEMAN, BRIAN D mailto:bf1...@att.com>>
Wysłane: wtorek, 30 października 2018 15:20:59
Do: onap-discuss@lists.onap.org; Kuzmicki, 
Krzysztof (Nokia - PL/Wroclaw); GATHMAN, JONATHAN C; FORSYTH, JAMES; 
ruoyu.y...@intel.com
DW: Ranganathan, Dileep; Huang, Haibin; GATHMAN, JONATHAN C
Temat: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied


Can you check if you are using the 2.1.6-SNAPSHOT  image of AAF ?



and if so we might need to get Jonathan support to add a credential until a fix 
is merged.



Brian



From: onap-discuss@lists.onap.org 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Krzysztof Kuzmicki
Sent: Tuesday, October 30, 2018 10:15 AM
To: GATHMAN, JONATHAN C mailto:jg1...@att.com>>; FORSYTH, JAMES 
mailto:jf2...@att.com>>; 
onap-discuss@lists.onap.org; 
ruoyu.y...@intel.com
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: Odp.: [onap-discuss] [OOM][AAI]Request to AAI got access denied



Hi



We noticed similar issue last night during PnP PNF tests in  ONAP installed in 
ONAP_5G tenant in TLAB.
Here is exception:

2018-10-29T15:48:01.786Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
org.onap.so.client.RestClient - RestClientSSL using default SSL context!
2018-10-29T15:48:01.793Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Making GET request to: 
https://aai.onap:8443/aai/v14/business/customers/customer/%7Bsome%20subscriber%20id%7D
Request Headers: {Authorization=[Basic TVNPOk1TTw==], X-FromAppId=[MSO], 
X-TransactionId=[], Accept=[application/json], 
X-ONAP-RequestID=[abefeefc-1b83-4614-a829-d98a6c5335be], 
X-ONAP-InvocationID=[a4c2c792-0a05-4d3d-be0e-0e161bb30549], 
X-ONAP-PartnerName=[SO]}
2018-10-29T15:48:01.869Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Response from GET: 
https://aai.onap:8443/aai/v14/business/customers/customer/%7Bsome%20subscriber%20id%7D
Response Headers: {connection=[close], Date=[Mon, 29 Oct 2018 15:48:01 GMT], 
Strict-Transport-Security=[max-age=1600; includeSubDomains; preload;], 
WWW-Authenticate=[Basic 
realm="people.osaaf.org"]}{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized
 (msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}

2018-10-29T15:48:01.876Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.o.s.bpmn.servicedecomposition.tasks.BBInputSetup - Error calling A 
Request-Id=abefeefc-1b83-4614-a829-d98a6c5335be 
{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized 
(msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}
javax.ws.rs.ForbiddenException: Error calling A 
Request-Id=abefeefc-1b83-4614-a829-d98a6c5335be 

Re: [onap-modelingsub] [onap-discuss] Agreements on Montreal offline discussion of Resource IM and Service IM

2018-10-30 Thread Andy Mayer
Thanks for clearing this up Kenny.
Best Regards,
Andy




From: "Kenny Paul" mailto:kp...@linuxfoundation.org>>
Date: Tuesday, October 30, 2018 at 10:08:32 AM
To: "onap-modeling...@lists.onap.org" 
mailto:onap-modeling...@lists.onap.org>>, 
"onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, "SCAGGS, 
KEVIN" mailto:ks0...@att.com>>, "WECHSLER, CHESLA C" 
mailto:cw1...@att.com>>, "'denghui (L)'" 
mailto:denghu...@huawei.com>>
Cc: "HALLAHAN, RYAN" mailto:rh1...@att.com>>
Subject: Re: [onap-modelingsub] [onap-discuss] Agreements on Montreal offline 
discussion of Resource IM and Service IM

Actually that is completely non-negotiable; anything discussed in a breakout 
discussion MUST be taken back to a general, and fully public subcommittee call 
before any decision can be made.

…same song I've been singing for a couple of weeks now. ;-)

Best Regards,
-kenny

Kenny Paul, Technical Program Manager, The Linux Foundation
kp...@linuxfoundation.org, 510.766.5945
San Francisco Bay Area, Pacific Time Zone


From: onap-discuss@lists.onap.org  On Behalf Of 
WECHSLER, CHESLA C
Sent: Tuesday, October 30, 2018 8:43 AM
To: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] Agreements on Montreal offline discussion of 
Resource IM and Service IM

***Security Advisory: This Message Originated Outside of AT ***
Reference http://cso.att.com/EmailSecurity/IDSP.html for more information.

Because of the lack of good audio in the breakout sessions (and really, in 
general), I think we can only come out of Montreal with proposals to bring back 
to the normal call for discussion and approval.  Not all key people were able 
to travel to Montreal unfortunately.  Deng, Andy, what do you think?

Chesla



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13406): https://lists.onap.org/g/onap-discuss/message/13406
Mute This Topic: https://lists.onap.org/mt/27796546/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] The combined offline discussion in Montreal about the 'Architecture Proposal for Deployment Flexibility' and 'ETSI/ONAP Service Design consdierations'

2018-10-30 Thread Yan Yang
Hi ,

 

We will hold the combined offline right now about the following two topics:

 

1.   Architecture Proposal for Deployment Flexibility

2.   ETSI/ONAP Service Design considerations

 

Location : salon cartier B 

 

You can also join the discussion : https://zoom.us/s/9117271979

 

 

 

Best Regards,

Yan


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13405): https://lists.onap.org/g/onap-discuss/message/13405
Mute This Topic: https://lists.onap.org/mt/27796595/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Ukponmwan, Itohan
I am also facing this issue. When I query AAI. I get the following error;

{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized 
(msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}.

Is there a workaround for this?

-Itohan



From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Krzysztof Kuzmicki
Sent: Tuesday, October 30, 2018 8:19 AM
To: FREEMAN, BRIAN D ; onap-discuss@lists.onap.org; GATHMAN, 
JONATHAN C ; FORSYTH, JAMES ; Ying, Ruoyu 

Cc: Ranganathan, Dileep ; Huang, Haibin 

Subject: Odp.: [onap-discuss] [OOM][AAI]Request to AAI got access denied


Hi



Unfortunately 2.1.5  and 2.1.5-SNAPSHOT :(.



br,

Krzysztof


Od: FREEMAN, BRIAN D mailto:bf1...@att.com>>
Wysłane: wtorek, 30 października 2018 15:20:59
Do: onap-discuss@lists.onap.org; Kuzmicki, 
Krzysztof (Nokia - PL/Wroclaw); GATHMAN, JONATHAN C; FORSYTH, JAMES; 
ruoyu.y...@intel.com
DW: Ranganathan, Dileep; Huang, Haibin; GATHMAN, JONATHAN C
Temat: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied


Can you check if you are using the 2.1.6-SNAPSHOT  image of AAF ?



and if so we might need to get Jonathan support to add a credential until a fix 
is merged.



Brian



From: onap-discuss@lists.onap.org 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Krzysztof Kuzmicki
Sent: Tuesday, October 30, 2018 10:15 AM
To: GATHMAN, JONATHAN C mailto:jg1...@att.com>>; FORSYTH, JAMES 
mailto:jf2...@att.com>>; 
onap-discuss@lists.onap.org; 
ruoyu.y...@intel.com
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: Odp.: [onap-discuss] [OOM][AAI]Request to AAI got access denied



Hi



We noticed similar issue last night during PnP PNF tests in  ONAP installed in 
ONAP_5G tenant in TLAB.
Here is exception:

2018-10-29T15:48:01.786Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
org.onap.so.client.RestClient - RestClientSSL using default SSL context!
2018-10-29T15:48:01.793Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Making GET request to: 
https://aai.onap:8443/aai/v14/business/customers/customer/%7Bsome%20subscriber%20id%7D
Request Headers: {Authorization=[Basic TVNPOk1TTw==], X-FromAppId=[MSO], 
X-TransactionId=[], Accept=[application/json], 
X-ONAP-RequestID=[abefeefc-1b83-4614-a829-d98a6c5335be], 
X-ONAP-InvocationID=[a4c2c792-0a05-4d3d-be0e-0e161bb30549], 
X-ONAP-PartnerName=[SO]}
2018-10-29T15:48:01.869Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Response from GET: 
https://aai.onap:8443/aai/v14/business/customers/customer/%7Bsome%20subscriber%20id%7D
Response Headers: {connection=[close], Date=[Mon, 29 Oct 2018 15:48:01 GMT], 
Strict-Transport-Security=[max-age=1600; includeSubDomains; preload;], 
WWW-Authenticate=[Basic 
realm="people.osaaf.org"]}{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized
 (msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}

2018-10-29T15:48:01.876Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.o.s.bpmn.servicedecomposition.tasks.BBInputSetup - Error calling A 
Request-Id=abefeefc-1b83-4614-a829-d98a6c5335be 
{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized 
(msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}
javax.ws.rs.ForbiddenException: Error calling A 
Request-Id=abefeefc-1b83-4614-a829-d98a6c5335be 
{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized 
(msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}

(...)

at java.lang.Thread.run(Thread.java:748)
2018-10-29T15:48:01.878Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
org.onap.so.client.exception.ExceptionBuilder - Building a WorkflowException 
for Subflow
2018-10-29T15:48:01.878Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
org.onap.so.client.exception.ExceptionBuilder - Outgoing WorkflowException is 
WorkflowException[processKey=ExecuteBuildingBlock,errorCode=7000,errorMessage=Error
 calling A Request-Id=abefeefc-1b83-4614-a829-d98a6c5335be 
{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized 
(msg=%1) 

Re: [onap-modelingsub] [onap-discuss] Agreements on Montreal offline discussion of Resource IM and Service IM

2018-10-30 Thread Kenny Paul
Actually that is completely non-negotiable; anything discussed in a breakout 
discussion MUST be taken back to a general, and fully public subcommittee call 
before any decision can be made.  

 

…same song I've been singing for a couple of weeks now. ;-)

 

Best Regards, 
-kenny

Kenny Paul, Technical Program Manager, The Linux Foundation
kp...@linuxfoundation.org, 510.766.5945
San Francisco Bay Area, Pacific Time Zone

 

 

From: onap-discuss@lists.onap.org  On Behalf Of 
WECHSLER, CHESLA C
Sent: Tuesday, October 30, 2018 8:43 AM
To: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] Agreements on Montreal offline discussion of 
Resource IM and Service IM

 

***Security Advisory: This Message Originated Outside of AT ***
Reference http://cso.att.com/EmailSecurity/IDSP.html for more information.

Because of the lack of good audio in the breakout sessions (and really, in 
general), I think we can only come out of Montreal with proposals to bring back 
to the normal call for discussion and approval.  Not all key people were able 
to travel to Montreal unfortunately.  Deng, Andy, what do you think?

Chesla

 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13403): https://lists.onap.org/g/onap-discuss/message/13403
Mute This Topic: https://lists.onap.org/mt/27796546/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] [coe] Cancelling today's meeting

2018-10-30 Thread Victor Morales
Greetings,

Given that some people is attending the ONAP Architecture planning meeting and 
there are no highlights for this week I’m going to cancel this meeting.

Regards,
Victor Morales


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13402): https://lists.onap.org/g/onap-discuss/message/13402
Mute This Topic: https://lists.onap.org/mt/27796001/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Odp.: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Krzysztof Kuźmicki
Hi


Unfortunately 2.1.5  and 2.1.5-SNAPSHOT :(.


br,

Krzysztof


Od: FREEMAN, BRIAN D 
Wysłane: wtorek, 30 października 2018 15:20:59
Do: onap-discuss@lists.onap.org; Kuzmicki, Krzysztof (Nokia - PL/Wroclaw); 
GATHMAN, JONATHAN C; FORSYTH, JAMES; ruoyu.y...@intel.com
DW: Ranganathan, Dileep; Huang, Haibin; GATHMAN, JONATHAN C
Temat: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied


Can you check if you are using the 2.1.6-SNAPSHOT  image of AAF ?



and if so we might need to get Jonathan support to add a credential until a fix 
is merged.



Brian



From: onap-discuss@lists.onap.org  On Behalf Of 
Krzysztof Kuzmicki
Sent: Tuesday, October 30, 2018 10:15 AM
To: GATHMAN, JONATHAN C ; FORSYTH, JAMES ; 
onap-discuss@lists.onap.org; ruoyu.y...@intel.com
Cc: Ranganathan, Dileep ; Huang, Haibin 

Subject: Odp.: [onap-discuss] [OOM][AAI]Request to AAI got access denied



Hi



We noticed similar issue last night during PnP PNF tests in  ONAP installed in 
ONAP_5G tenant in TLAB.
Here is exception:

2018-10-29T15:48:01.786Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
org.onap.so.client.RestClient - RestClientSSL using default SSL context!
2018-10-29T15:48:01.793Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Making GET request to: 
https://aai.onap:8443/aai/v14/business/customers/customer/%7Bsome%20subscriber%20id%7D
Request Headers: {Authorization=[Basic TVNPOk1TTw==], X-FromAppId=[MSO], 
X-TransactionId=[], Accept=[application/json], 
X-ONAP-RequestID=[abefeefc-1b83-4614-a829-d98a6c5335be], 
X-ONAP-InvocationID=[a4c2c792-0a05-4d3d-be0e-0e161bb30549], 
X-ONAP-PartnerName=[SO]}
2018-10-29T15:48:01.869Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Response from GET: 
https://aai.onap:8443/aai/v14/business/customers/customer/%7Bsome%20subscriber%20id%7D
Response Headers: {connection=[close], Date=[Mon, 29 Oct 2018 15:48:01 GMT], 
Strict-Transport-Security=[max-age=1600; includeSubDomains; preload;], 
WWW-Authenticate=[Basic 
realm="people.osaaf.org"]}{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized
 (msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}

2018-10-29T15:48:01.876Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.o.s.bpmn.servicedecomposition.tasks.BBInputSetup - Error calling A 
Request-Id=abefeefc-1b83-4614-a829-d98a6c5335be 
{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized 
(msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}
javax.ws.rs.ForbiddenException: Error calling A 
Request-Id=abefeefc-1b83-4614-a829-d98a6c5335be 
{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized 
(msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}

(...)

at java.lang.Thread.run(Thread.java:748)
2018-10-29T15:48:01.878Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
org.onap.so.client.exception.ExceptionBuilder - Building a WorkflowException 
for Subflow
2018-10-29T15:48:01.878Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
org.onap.so.client.exception.ExceptionBuilder - Outgoing WorkflowException is 
WorkflowException[processKey=ExecuteBuildingBlock,errorCode=7000,errorMessage=Error
 calling A Request-Id=abefeefc-1b83-4614-a829-d98a6c5335be 
{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized 
(msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}},workStep=*]
2018-10-29T15:48:01.879Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
org.onap.so.client.exception.ExceptionBuilder - Throwing MSOWorkflowException
2018-10-29T15:48:01.905Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.onap.so.logging.jaxrs.filter.SpringClientFilter - Could not Target Entity: 
http://so-catalog-db-adapter.onap:8082/rainy_day_handler_macro/search/findOneByFlowNameAndServiceTypeAndVnfTypeAndErrorCodeAndWorkStep?flowName=UnassignServiceInstanceBB=%2A=%2A=7000=%2A

Is that the same 

Re: [onap-discuss] [integration][portal] Portal app is in infinite Waiting: PodInitializing state

2018-10-30 Thread Gary Wu
The main difference is that Wind River runs on SSDs, while TLAB runs on 
spinning disks.  So we see much heavier disk contention issues in TLAB.

Thanks,
Gary

From: TALASILA, MANOOP (MANOOP) [mailto:talas...@research.att.com]
Sent: Tuesday, October 30, 2018 8:04 AM
To: onap-discuss@lists.onap.org; Gary Wu ; 
krzysztof.kuzmi...@nokia.com
Cc: Przybysz, Marcin (Nokia - PL/Wroclaw) ; Pondel, 
Marek (Nokia - PL/Wroclaw) ; Yunxia Chen 

Subject: Re: [onap-discuss] [integration][portal] Portal app is in infinite 
Waiting: PodInitializing state

Thanks Gary for detailing the work around.

For some reason, we do not see this issue in Windriver lab environment (SB04 
instance) while doing integration/pairwise testing. There everything works.

However, we have seen this issue consistently in TLab environment. The Portal 
team is investigating to find any alternatives for avoiding the db-config pod 
initialization failures. It is tracked here - 
https://jira.onap.org/browse/PORTAL-399

Manoop

From: mailto:onap-discuss@lists.onap.org>> on 
behalf of Gary Wu mailto:gary.i...@huawei.com>>
Reply-To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"gary.i...@huawei.com" 
mailto:gary.i...@huawei.com>>
Date: Tuesday, October 30, 2018 at 10:50 AM
To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"krzysztof.kuzmi...@nokia.com" 
mailto:krzysztof.kuzmi...@nokia.com>>
Cc: "Przybysz, Marcin (Nokia - PL/Wroclaw)" 
mailto:marcin.przyb...@nokia.com>>, "Pondel, Marek 
(Nokia - PL/Wroclaw)" mailto:marek.pon...@nokia.com>>, 
Yunxia Chen mailto:helen.c...@huawei.com>>
Subject: Re: [onap-discuss] [integration][portal] Portal app is in infinite 
Waiting: PodInitializing state

portal-db had issues where it was taking so long to initialize that it aborted 
halfway, leaving the DB files in a corrupted state.  The quickest workaround is 
to delete the mysql directory under /dockerdata-nfs/dev-portal/ and then 
deleting the portal-db pod to allow it to redo the DB initialization.

The same issue can potentially occur for any of ONAP’s mysql databases.

Thanks,
Gary

From: onap-discuss@lists.onap.org 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Krzysztof Kuzmicki
Sent: Tuesday, October 30, 2018 7:32 AM
To: onap-discuss@lists.onap.org
Cc: Przybysz, Marcin (Nokia - PL/Wroclaw) 
mailto:marcin.przyb...@nokia.com>>; Pondel, Marek 
(Nokia - PL/Wroclaw) mailto:marek.pon...@nokia.com>>; 
Yunxia Chen mailto:helen.c...@huawei.com>>
Subject: [onap-discuss] [integration][portal] Portal app is in infinite 
Waiting: PodInitializing state


Hi



I have installed newest OOM staging release for Casablanca and portal app is 
not working after several undeployments and deployments of whole dev-portal 
releas.

I think that thi issue is cause by dev-portal-portal-db-config pod that doesn't 
finish successfully,

After couple of retries, when it is able to connect to dev-portal-portal-db, 
executed script doesn't introduce any changes and all inserts finish with error 
similar to :
ERROR 1046 (3D000) at line 363: No database selected

As I checked in portal-db pod following databases are available:
MariaDB [(none)]> show databases;
++
| Database   |
++
| information_schema |
| mysql  |
| performance_schema |
| test   |
++
4 rows in set (0.006 sec)

MariaDB [(none)]>

Maybe  there is some issue with portal-db initialization ?
Has anybody observed similar issue? Maybe somebody has some WA for that.

br,
Krzysztof








-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13399): https://lists.onap.org/g/onap-discuss/message/13399
Mute This Topic: https://lists.onap.org/mt/27792647/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [integration][portal] Portal app is in infinite Waiting: PodInitializing state

2018-10-30 Thread Manoop Talasila
Thanks Gary for detailing the work around.

For some reason, we do not see this issue in Windriver lab environment (SB04 
instance) while doing integration/pairwise testing. There everything works.

However, we have seen this issue consistently in TLab environment. The Portal 
team is investigating to find any alternatives for avoiding the db-config pod 
initialization failures. It is tracked here - 
https://jira.onap.org/browse/PORTAL-399

Manoop

From:  on behalf of Gary Wu 
Reply-To: "onap-discuss@lists.onap.org" , 
"gary.i...@huawei.com" 
Date: Tuesday, October 30, 2018 at 10:50 AM
To: "onap-discuss@lists.onap.org" , 
"krzysztof.kuzmi...@nokia.com" 
Cc: "Przybysz, Marcin (Nokia - PL/Wroclaw)" , 
"Pondel, Marek (Nokia - PL/Wroclaw)" , Yunxia Chen 

Subject: Re: [onap-discuss] [integration][portal] Portal app is in infinite 
Waiting: PodInitializing state

portal-db had issues where it was taking so long to initialize that it aborted 
halfway, leaving the DB files in a corrupted state.  The quickest workaround is 
to delete the mysql directory under /dockerdata-nfs/dev-portal/ and then 
deleting the portal-db pod to allow it to redo the DB initialization.

The same issue can potentially occur for any of ONAP’s mysql databases.

Thanks,
Gary

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Krzysztof Kuzmicki
Sent: Tuesday, October 30, 2018 7:32 AM
To: onap-discuss@lists.onap.org
Cc: Przybysz, Marcin (Nokia - PL/Wroclaw) ; Pondel, 
Marek (Nokia - PL/Wroclaw) ; Yunxia Chen 

Subject: [onap-discuss] [integration][portal] Portal app is in infinite 
Waiting: PodInitializing state


Hi



I have installed newest OOM staging release for Casablanca and portal app is 
not working after several undeployments and deployments of whole dev-portal 
releas.

I think that thi issue is cause by dev-portal-portal-db-config pod that doesn't 
finish successfully,

After couple of retries, when it is able to connect to dev-portal-portal-db, 
executed script doesn't introduce any changes and all inserts finish with error 
similar to :
ERROR 1046 (3D000) at line 363: No database selected

As I checked in portal-db pod following databases are available:
MariaDB [(none)]> show databases;
++
| Database   |
++
| information_schema |
| mysql  |
| performance_schema |
| test   |
++
4 rows in set (0.006 sec)

MariaDB [(none)]>

Maybe  there is some issue with portal-db initialization ?
Has anybody observed similar issue? Maybe somebody has some WA for that.

br,
Krzysztof








-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13398): https://lists.onap.org/g/onap-discuss/message/13398
Mute This Topic: https://lists.onap.org/mt/27792647/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [integration][portal] Portal app is in infinite Waiting: PodInitializing state

2018-10-30 Thread Gary Wu
portal-db had issues where it was taking so long to initialize that it aborted 
halfway, leaving the DB files in a corrupted state.  The quickest workaround is 
to delete the mysql directory under /dockerdata-nfs/dev-portal/ and then 
deleting the portal-db pod to allow it to redo the DB initialization.

The same issue can potentially occur for any of ONAP's mysql databases.

Thanks,
Gary

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Krzysztof Kuzmicki
Sent: Tuesday, October 30, 2018 7:32 AM
To: onap-discuss@lists.onap.org
Cc: Przybysz, Marcin (Nokia - PL/Wroclaw) ; Pondel, 
Marek (Nokia - PL/Wroclaw) ; Yunxia Chen 

Subject: [onap-discuss] [integration][portal] Portal app is in infinite 
Waiting: PodInitializing state


Hi



I have installed newest OOM staging release for Casablanca and portal app is 
not working after several undeployments and deployments of whole dev-portal 
releas.

I think that thi issue is cause by dev-portal-portal-db-config pod that doesn't 
finish successfully,

After couple of retries, when it is able to connect to dev-portal-portal-db, 
executed script doesn't introduce any changes and all inserts finish with error 
similar to :
ERROR 1046 (3D000) at line 363: No database selected

As I checked in portal-db pod following databases are available:
MariaDB [(none)]> show databases;
++
| Database   |
++
| information_schema |
| mysql  |
| performance_schema |
| test   |
++
4 rows in set (0.006 sec)

MariaDB [(none)]>

Maybe  there is some issue with portal-db initialization ?
Has anybody observed similar issue? Maybe somebody has some WA for that.

br,
Krzysztof








-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13397): https://lists.onap.org/g/onap-discuss/message/13397
Mute This Topic: https://lists.onap.org/mt/27792647/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] [integration][portal] Portal app is in infinite Waiting: PodInitializing state

2018-10-30 Thread Krzysztof Kuźmicki
Hi


I have installed newest OOM staging release for Casablanca and portal app is 
not working after several undeployments and deployments of whole dev-portal 
releas.

I think that thi issue is cause by dev-portal-portal-db-config pod that doesn't 
finish successfully,

After couple of retries, when it is able to connect to dev-portal-portal-db, 
executed script doesn't introduce any changes and all inserts finish with error 
similar to :

ERROR 1046 (3D000) at line 363: No database selected

As I checked in portal-db pod following databases are available:
MariaDB [(none)]> show databases;
++
| Database   |
++
| information_schema |
| mysql  |
| performance_schema |
| test   |
++
4 rows in set (0.006 sec)

MariaDB [(none)]>

Maybe  there is some issue with portal-db initialization ?
Has anybody observed similar issue? Maybe somebody has some WA for that.

br,
Krzysztof





-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13396): https://lists.onap.org/g/onap-discuss/message/13396
Mute This Topic: https://lists.onap.org/mt/27792647/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Brian
Can you check if you are using the 2.1.6-SNAPSHOT  image of AAF ?

and if so we might need to get Jonathan support to add a credential until a fix 
is merged.

Brian

From: onap-discuss@lists.onap.org  On Behalf Of 
Krzysztof Kuzmicki
Sent: Tuesday, October 30, 2018 10:15 AM
To: GATHMAN, JONATHAN C ; FORSYTH, JAMES ; 
onap-discuss@lists.onap.org; ruoyu.y...@intel.com
Cc: Ranganathan, Dileep ; Huang, Haibin 

Subject: Odp.: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Hi

We noticed similar issue last night during PnP PNF tests in  ONAP installed in 
ONAP_5G tenant in TLAB.
Here is exception:
2018-10-29T15:48:01.786Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
org.onap.so.client.RestClient - RestClientSSL using default SSL context!
2018-10-29T15:48:01.793Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Making GET request to: 
https://aai.onap:8443/aai/v14/business/customers/customer/%7Bsome%20subscriber%20id%7D
Request Headers: {Authorization=[Basic TVNPOk1TTw==], X-FromAppId=[MSO], 
X-TransactionId=[], Accept=[application/json], 
X-ONAP-RequestID=[abefeefc-1b83-4614-a829-d98a6c5335be], 
X-ONAP-InvocationID=[a4c2c792-0a05-4d3d-be0e-0e161bb30549], 
X-ONAP-PartnerName=[SO]}
2018-10-29T15:48:01.869Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Response from GET: 
https://aai.onap:8443/aai/v14/business/customers/customer/%7Bsome%20subscriber%20id%7D
Response Headers: {connection=[close], Date=[Mon, 29 Oct 2018 15:48:01 GMT], 
Strict-Transport-Security=[max-age=1600; includeSubDomains; preload;], 
WWW-Authenticate=[Basic 
realm="people.osaaf.org"]}{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized
 (msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}

2018-10-29T15:48:01.876Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.o.s.bpmn.servicedecomposition.tasks.BBInputSetup - Error calling A 
Request-Id=abefeefc-1b83-4614-a829-d98a6c5335be 
{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized 
(msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}
javax.ws.rs.ForbiddenException: Error calling A 
Request-Id=abefeefc-1b83-4614-a829-d98a6c5335be 
{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized 
(msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}
(...)
at java.lang.Thread.run(Thread.java:748)
2018-10-29T15:48:01.878Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
org.onap.so.client.exception.ExceptionBuilder - Building a WorkflowException 
for Subflow
2018-10-29T15:48:01.878Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
org.onap.so.client.exception.ExceptionBuilder - Outgoing WorkflowException is 
WorkflowException[processKey=ExecuteBuildingBlock,errorCode=7000,errorMessage=Error
 calling A Request-Id=abefeefc-1b83-4614-a829-d98a6c5335be 
{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized 
(msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}},workStep=*]
2018-10-29T15:48:01.879Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
org.onap.so.client.exception.ExceptionBuilder - Throwing MSOWorkflowException
2018-10-29T15:48:01.905Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.onap.so.logging.jaxrs.filter.SpringClientFilter - Could not Target Entity: 
http://so-catalog-db-adapter.onap:8082/rainy_day_handler_macro/search/findOneByFlowNameAndServiceTypeAndVnfTypeAndErrorCodeAndWorkStep?flowName=UnassignServiceInstanceBB=%2A=%2A=7000=%2A

Is that the same issue?

br,
Krzysztof


Od: onap-discuss@lists.onap.org 
mailto:onap-discuss@lists.onap.org>> w imieniu 
użytkownika Ying, Ruoyu mailto:ruoyu.y...@intel.com>>
Wysłane: wtorek, 30 października 2018 14:55:21
Do: GATHMAN, JONATHAN C; FORSYTH, JAMES; 
onap-discuss@lists.onap.org
DW: Ranganathan, Dileep; Huang, Haibin
Temat: Re: [onap-discuss] 

Odp.: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Krzysztof Kuźmicki
Hi

We noticed similar issue last night during PnP PNF tests in  ONAP installed in 
ONAP_5G tenant in TLAB.
Here is exception:

2018-10-29T15:48:01.786Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
org.onap.so.client.RestClient - RestClientSSL using default SSL context!
2018-10-29T15:48:01.793Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Making GET request to: 
https://aai.onap:8443/aai/v14/business/customers/customer/%7Bsome%20subscriber%20id%7D
Request Headers: {Authorization=[Basic TVNPOk1TTw==], X-FromAppId=[MSO], 
X-TransactionId=[], Accept=[application/json], 
X-ONAP-RequestID=[abefeefc-1b83-4614-a829-d98a6c5335be], 
X-ONAP-InvocationID=[a4c2c792-0a05-4d3d-be0e-0e161bb30549], 
X-ONAP-PartnerName=[SO]}
2018-10-29T15:48:01.869Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Response from GET: 
https://aai.onap:8443/aai/v14/business/customers/customer/%7Bsome%20subscriber%20id%7D
Response Headers: {connection=[close], Date=[Mon, 29 Oct 2018 15:48:01 GMT], 
Strict-Transport-Security=[max-age=1600; includeSubDomains; preload;], 
WWW-Authenticate=[Basic 
realm="people.osaaf.org"]}{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized
 (msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}

2018-10-29T15:48:01.876Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.o.s.bpmn.servicedecomposition.tasks.BBInputSetup - Error calling A 
Request-Id=abefeefc-1b83-4614-a829-d98a6c5335be 
{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized 
(msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}
javax.ws.rs.ForbiddenException: Error calling A 
Request-Id=abefeefc-1b83-4614-a829-d98a6c5335be 
{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized 
(msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}
(...)
at java.lang.Thread.run(Thread.java:748)
2018-10-29T15:48:01.878Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
org.onap.so.client.exception.ExceptionBuilder - Building a WorkflowException 
for Subflow
2018-10-29T15:48:01.878Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
org.onap.so.client.exception.ExceptionBuilder - Outgoing WorkflowException is 
WorkflowException[processKey=ExecuteBuildingBlock,errorCode=7000,errorMessage=Error
 calling A Request-Id=abefeefc-1b83-4614-a829-d98a6c5335be 
{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized 
(msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}},workStep=*]
2018-10-29T15:48:01.879Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
org.onap.so.client.exception.ExceptionBuilder - Throwing MSOWorkflowException
2018-10-29T15:48:01.905Z|abefeefc-1b83-4614-a829-d98a6c5335be| 
o.onap.so.logging.jaxrs.filter.SpringClientFilter - Could not Target Entity: 
http://so-catalog-db-adapter.onap:8082/rainy_day_handler_macro/search/findOneByFlowNameAndServiceTypeAndVnfTypeAndErrorCodeAndWorkStep?flowName=UnassignServiceInstanceBB=%2A=%2A=7000=%2A

Is that the same issue?

br,
Krzysztof




Od: onap-discuss@lists.onap.org  w imieniu 
użytkownika Ying, Ruoyu 
Wysłane: wtorek, 30 października 2018 14:55:21
Do: GATHMAN, JONATHAN C; FORSYTH, JAMES; onap-discuss@lists.onap.org
DW: Ranganathan, Dileep; Huang, Haibin
Temat: Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied


Hi all,



I am now able to access AAI after restarting the aaf-locate pod. Thanks for 
your help.

But it still maybe a bug here.



Best Regards,

Ruoyu



From: Ying, Ruoyu
Sent: Tuesday, October 30, 2018 9:24 PM
To: 'GATHMAN, JONATHAN C' ; FORSYTH, JAMES ; 
onap-discuss@lists.onap.org
Cc: Ranganathan, Dileep ; Huang, Haibin 

Subject: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied



Hi Jonathan,



We’re having this issue in both OOF and VFC tenant in the integration lab. And 
I got this issue after redeploying other components(I think AAI may also got 
upgraded at that time). And I check the aaf-locate service port, it seems fine 
here.

Thanks.



Best Regards,

Ruoyu



From: GATHMAN, JONATHAN C [mailto:jg1...@att.com]
Sent: Tuesday, October 30, 2018 9:18 PM
To: FORSYTH, JAMES mailto:jf2...@att.com>>; Ying, Ruoyu 
mailto:ruoyu.y...@intel.com>>; 
onap-discuss@lists.onap.org
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied



Is this on SB04?, and what time was the connection problem?



I have been monitoring SB04 all morning, and it continues to be fine.



The “seems to stop sometimes” is because it appears that SB04 is bounced, and 
there is something different about the Persistence mechanism on SB04, so that 
it doesn’t come up right all the time.  Otherwise, if no-one restarts, it is 
very stable.



I also checked early on “The Dailies” and they are up and functional as well.





--


Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread haibin
Hi All,

I also get the same error.
{
"timestamp": 1540900280234,
"status": 403,
"error": "Forbidden",
"message": "Access Denied",
"path": "/aai/v13/cloud-infrastructure/complexes/complex/clii3"
}

AAI: aai-3.0.0
AAF: aaf-3.0.0

I can't access all API by curl command, I think this is fatal error.

From: Ying, Ruoyu
Sent: Tuesday, October 30, 2018 9:00 PM
To: onap-discuss@lists.onap.org
Cc: Ranganathan, Dileep ; Huang, Haibin 

Subject: [OOM][AAI]Request to AAI got access denied

Hi AAI team,

Got an issue while curling AAI in OOF tenant in the integration lab. With Basic 
auth enabled and ssl cert verification off, the response of all the requests 
from AAI looks like this:
{
"timestamp": 1540900280234,
"status": 403,
"error": "Forbidden",
"message": "Access Denied",
"path": "/aai/v14/cloud-infrastructure/complexes/complex/DLLSTX233"
}

Any solution or workaround to solve it?
Thanks.

Best Regards,
Ruoyu



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13393): https://lists.onap.org/g/onap-discuss/message/13393
Mute This Topic: https://lists.onap.org/mt/27791822/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Ying, Ruoyu
Hi all,

I am now able to access AAI after restarting the aaf-locate pod. Thanks for 
your help.
But it still maybe a bug here.

Best Regards,
Ruoyu

From: Ying, Ruoyu
Sent: Tuesday, October 30, 2018 9:24 PM
To: 'GATHMAN, JONATHAN C' ; FORSYTH, JAMES ; 
onap-discuss@lists.onap.org
Cc: Ranganathan, Dileep ; Huang, Haibin 

Subject: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Hi Jonathan,

We’re having this issue in both OOF and VFC tenant in the integration lab. And 
I got this issue after redeploying other components(I think AAI may also got 
upgraded at that time). And I check the aaf-locate service port, it seems fine 
here.
Thanks.

Best Regards,
Ruoyu

From: GATHMAN, JONATHAN C [mailto:jg1...@att.com]
Sent: Tuesday, October 30, 2018 9:18 PM
To: FORSYTH, JAMES mailto:jf2...@att.com>>; Ying, Ruoyu 
mailto:ruoyu.y...@intel.com>>; 
onap-discuss@lists.onap.org
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Is this on SB04?, and what time was the connection problem?

I have been monitoring SB04 all morning, and it continues to be fine.

The “seems to stop sometimes” is because it appears that SB04 is bounced, and 
there is something different about the Persistence mechanism on SB04, so that 
it doesn’t come up right all the time.  Otherwise, if no-one restarts, it is 
very stable.

I also checked early on “The Dailies” and they are up and functional as well.


--
Jonathan Gathman
Principled-System Architect
ATO Tech Dev/SEAT/Platform Architecture and Technology Management

AT Services, Inc.
2349 Oaker, Arnold, MO 63010
m  314-550-3312  |  
jonathan.gath...@us.att.com


From: "FORSYTH, JAMES" mailto:jf2...@att.com>>
Date: Tuesday, October 30, 2018 at 8:13 AM
To: "Ying, Ruoyu" mailto:ruoyu.y...@intel.com>>, 
"onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Cc: "Ranganathan, Dileep" 
mailto:dileep.ranganat...@intel.com>>, "Huang, 
Haibin" mailto:haibin.hu...@intel.com>>, "GATHMAN, 
JONATHAN C" mailto:jg1...@att.com>>
Subject: Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Hi, Ruoyu,

Yes, we’ve observed that the aaf-locate service stops sometimes and users get 
access denied in AAI.  AAF team, do you more info or a workaround?

Thanks,
jimmy

From: "Ying, Ruoyu" mailto:ruoyu.y...@intel.com>>
Date: Tuesday, October 30, 2018 at 9:10 AM
To: "FORSYTH, JAMES" mailto:jf2...@att.com>>, 
"onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Cc: "Ranganathan, Dileep" 
mailto:dileep.ranganat...@intel.com>>, "Huang, 
Haibin" mailto:haibin.hu...@intel.com>>
Subject: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Hi jimmy,

I check the aaf pods, they are running normally.
However, I did see an error log inside aai-resources like this:
Authenticating Service unavailable from 10.42.192.221:38084 ( No Entries found 
for 
'https://aaf-locate.onap:8095/locate/AAF_NS.service:2.0'
 )

Any suggestion here? Thanks.

Best Regards,
Ruoyu

From: FORSYTH, JAMES [mailto:jf2...@att.com]
Sent: Tuesday, October 30, 2018 9:02 PM
To: onap-discuss@lists.onap.org; Ying, 
Ruoyu mailto:ruoyu.y...@intel.com>>
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

First step – you should verify if AAF is running.  If you look at the logs for 
the aai-resources pod it will usually tell you if it can’t get an answer from 
AAF.

Thanks,
-jimmy

From: mailto:onap-discuss@lists.onap.org>> on 
behalf of "Ying, Ruoyu" mailto:ruoyu.y...@intel.com>>
Reply-To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"ruoyu.y...@intel.com" 
mailto:ruoyu.y...@intel.com>>
Date: Tuesday, October 30, 2018 at 9:00 AM
To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Cc: "Ranganathan, Dileep" 
mailto:dileep.ranganat...@intel.com>>, "Huang, 
Haibin" mailto:haibin.hu...@intel.com>>
Subject: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Hi AAI team,

Got an issue while curling AAI in OOF tenant in the integration lab. With Basic 
auth enabled and ssl cert verification off, the response of all the requests 
from AAI looks like this:
{
"timestamp": 1540900280234,
"status": 403,
"error": "Forbidden",
"message": "Access Denied",
"path": 

Re: [onap-discuss] Agreements on Montreal offline discussion of Resource IM and Service IM

2018-10-30 Thread SCAGGS, KEVIN
Hi Chesla,

Adding to your statement, I said pretty much the same thing on the call 
yesterday.

Contributions should go through the “about to be established” governance 
process.

Regards,
Kevin

From: onap-discuss@lists.onap.org  On Behalf Of 
WECHSLER, CHESLA C
Sent: Tuesday, October 30, 2018 8:43 AM
To: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] Agreements on Montreal offline discussion of 
Resource IM and Service IM

***Security Advisory: This Message Originated Outside of AT ***
Reference http://cso.att.com/EmailSecurity/IDSP.html for more information.

Because of the lack of good audio in the breakout sessions (and really, in 
general), I think we can only come out of Montreal with proposals to bring back 
to the normal call for discussion and approval.  Not all key people were able 
to travel to Montreal unfortunately.  Deng, Andy, what do you think?

Chesla


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13391): https://lists.onap.org/g/onap-discuss/message/13391
Mute This Topic: https://lists.onap.org/mt/27786848/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] Agreements on Montreal offline discussion of Resource IM and Service IM

2018-10-30 Thread C. Wechsler
Because of the lack of good audio in the breakout sessions (and really, in 
general), I think we can only come out of Montreal with proposals to bring back 
to the normal call for discussion and approval.  Not all key people were able 
to travel to Montreal unfortunately.  Deng, Andy, what do you think?

Chesla

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13390): https://lists.onap.org/g/onap-discuss/message/13390
Mute This Topic: https://lists.onap.org/mt/27786848/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Ying, Ruoyu
Hi Jonathan,

We’re having this issue in both OOF and VFC tenant in the integration lab. And 
I got this issue after redeploying other components(I think AAI may also got 
upgraded at that time). And I check the aaf-locate service port, it seems fine 
here.
Thanks.

Best Regards,
Ruoyu

From: GATHMAN, JONATHAN C [mailto:jg1...@att.com]
Sent: Tuesday, October 30, 2018 9:18 PM
To: FORSYTH, JAMES ; Ying, Ruoyu ; 
onap-discuss@lists.onap.org
Cc: Ranganathan, Dileep ; Huang, Haibin 

Subject: Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Is this on SB04?, and what time was the connection problem?

I have been monitoring SB04 all morning, and it continues to be fine.

The “seems to stop sometimes” is because it appears that SB04 is bounced, and 
there is something different about the Persistence mechanism on SB04, so that 
it doesn’t come up right all the time.  Otherwise, if no-one restarts, it is 
very stable.

I also checked early on “The Dailies” and they are up and functional as well.


--
Jonathan Gathman
Principled-System Architect
ATO Tech Dev/SEAT/Platform Architecture and Technology Management

AT Services, Inc.
2349 Oaker, Arnold, MO 63010
m  314-550-3312  |  
jonathan.gath...@us.att.com


From: "FORSYTH, JAMES" mailto:jf2...@att.com>>
Date: Tuesday, October 30, 2018 at 8:13 AM
To: "Ying, Ruoyu" mailto:ruoyu.y...@intel.com>>, 
"onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Cc: "Ranganathan, Dileep" 
mailto:dileep.ranganat...@intel.com>>, "Huang, 
Haibin" mailto:haibin.hu...@intel.com>>, "GATHMAN, 
JONATHAN C" mailto:jg1...@att.com>>
Subject: Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Hi, Ruoyu,

Yes, we’ve observed that the aaf-locate service stops sometimes and users get 
access denied in AAI.  AAF team, do you more info or a workaround?

Thanks,
jimmy

From: "Ying, Ruoyu" mailto:ruoyu.y...@intel.com>>
Date: Tuesday, October 30, 2018 at 9:10 AM
To: "FORSYTH, JAMES" mailto:jf2...@att.com>>, 
"onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Cc: "Ranganathan, Dileep" 
mailto:dileep.ranganat...@intel.com>>, "Huang, 
Haibin" mailto:haibin.hu...@intel.com>>
Subject: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Hi jimmy,

I check the aaf pods, they are running normally.
However, I did see an error log inside aai-resources like this:
Authenticating Service unavailable from 10.42.192.221:38084 ( No Entries found 
for 
'https://aaf-locate.onap:8095/locate/AAF_NS.service:2.0'
 )

Any suggestion here? Thanks.

Best Regards,
Ruoyu

From: FORSYTH, JAMES [mailto:jf2...@att.com]
Sent: Tuesday, October 30, 2018 9:02 PM
To: onap-discuss@lists.onap.org; Ying, 
Ruoyu mailto:ruoyu.y...@intel.com>>
Cc: Ranganathan, Dileep 
mailto:dileep.ranganat...@intel.com>>; Huang, 
Haibin mailto:haibin.hu...@intel.com>>
Subject: Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

First step – you should verify if AAF is running.  If you look at the logs for 
the aai-resources pod it will usually tell you if it can’t get an answer from 
AAF.

Thanks,
-jimmy

From: mailto:onap-discuss@lists.onap.org>> on 
behalf of "Ying, Ruoyu" mailto:ruoyu.y...@intel.com>>
Reply-To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"ruoyu.y...@intel.com" 
mailto:ruoyu.y...@intel.com>>
Date: Tuesday, October 30, 2018 at 9:00 AM
To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Cc: "Ranganathan, Dileep" 
mailto:dileep.ranganat...@intel.com>>, "Huang, 
Haibin" mailto:haibin.hu...@intel.com>>
Subject: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Hi AAI team,

Got an issue while curling AAI in OOF tenant in the integration lab. With Basic 
auth enabled and ssl cert verification off, the response of all the requests 
from AAI looks like this:
{
"timestamp": 1540900280234,
"status": 403,
"error": "Forbidden",
"message": "Access Denied",
"path": "/aai/v14/cloud-infrastructure/complexes/complex/DLLSTX233"
}

Any solution or workaround to solve it?
Thanks.

Best Regards,
Ruoyu




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13388): https://lists.onap.org/g/onap-discuss/message/13388
Mute This Topic: https://lists.onap.org/mt/27791822/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [SO][AAF] AAI request gets Unauthorized

2018-10-30 Thread Jimmy Forsyth
Hi, Alexis,

If aaf-locate is not working in your environment (as Jonathan said we’ve 
observed this in SB04 and it seems like it might be happening in other tenant 
labs) then changing the credentials won’t help.  It’s a good thing to move to 
the new credentials for the future but aaf-locate has to be running for 
authentication and authorization to work in AAI whether it’s a new-style or 
legacy credential.

Thanks,
jimmy

From:  on behalf of Alexis de Talhouet 

Reply-To: "onap-discuss@lists.onap.org" , 
"adetalhoue...@gmail.com" 
Date: Tuesday, October 30, 2018 at 9:18 AM
To: "LEFEVRE, CATHERINE" 
Cc: "onap-discuss@lists.onap.org" , 
"fu.guangr...@zte.com.cn" , "parou...@objectify.sk" 
, "GATHMAN, JONATHAN C" , "FORSYTH, 
JAMES" , Seshu m 
Subject: Re: [onap-discuss] [SO][AAF] AAI request gets Unauthorized

There seems to be an issue with AAF locate, as mentioned in that thread: 
https://lists.onap.org/g/onap-discuss/message/13384
Former AAI auth *should* work, but due to the AAF locate feature failing 
currently on us, let’s migrate to the new creds for AAI within SO.

Here is the patch: 
https://gerrit.onap.org/r/#/c/71456/

Alexis


On Oct 30, 2018, at 5:16 AM, Lefevre, Catherine 
mailto:catherine.lefe...@intl.att.com>> wrote:

Dear all,
Are you testing this on SB04?
I understand this is the only lab that is current fort the moment.
If you are testing in another lab then you will need to replicate similar SB04 
settings

Good morning Jonathan,
Can you please look at this issue with Jimmy?

Best regards
Catherine

From: onap-discuss@lists.onap.org 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Guangrong Fu
Sent: Tuesday, October 30, 2018 9:59 AM
To: parou...@objectify.sk
Cc: onap-discuss@lists.onap.org; 
adetalhoue...@gmail.com
Subject: 答复: Re: 答复: [onap-discuss] [SO][AAF] AAI request gets Unauthorized

I'm having this issue on the instance deployed in the DCAE tenant.




原始邮件
发件人:PavelParoulek mailto:parou...@objectify.sk>>
收件人:onap-discuss 
mailto:onap-discuss@lists.onap.org>>;
抄送人:"Alexis de Talhouët" 
mailto:adetalhoue...@gmail.com>>;onap-discuss 
mailto:onap-discuss@lists.onap.org>>;
日 期 :2018年10月30日 16:25
主 题 :Re: 答复: [onap-discuss] [SO][AAF] AAI request gets Unauthorized
Hi, on what instance/environment do you experience this problem?


 On Tue, 30 Oct 2018 09:20:53 +0100  Guangrong 
Fumailto:fu.guangr...@zte.com.cn>> wrote 

Same issue here. Could anybody help?




原始邮件
发件人:AlexisdeTalhouet mailto:adetalhoue...@gmail.com>>
收件人:onap-discuss 
mailto:onap-discuss@lists.onap.org>>;
日 期 :2018年10月30日 04:42
主 题 :[onap-discuss] [SO][AAF] AAI request gets Unauthorized
Team,
Are they some configuration that should be updated regarding SO to AAI 
communication since AAI integrated with AFF?

I’m facing an Unauthorized for my service request. Bellow a snippet of the BPMN 
logs:

```
18-10-29T20:23:26.705Z|6d5938d9-9f3c-4c5a-82b3-9d86c1720aec| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Making GET request to: 
https://aai.onap:8443/aai/v14/business/customers/customer/Demonstration/service-subscriptions/service-subscription/vFW/service-instances?depth=2=Service_Ete_Nameedbd0170-f5ac-487f-b044-305f73045e74
 Request Headers: {Authorization=[Basic TVNPOk1TTw==], X-FromAppId=[MSO], 
X-TransactionId=[], Accept=[application/json], 
X-ONAP-RequestID=[6d5938d9-9f3c-4c5a-82b3-9d86c1720aec], 
X-ONAP-InvocationID=[1e70e4b5-7709-48e8-971b-c53ba402a0c9], 
X-ONAP-PartnerName=[SO]} 
2018-10-29T20:23:27.043Z|6d5938d9-9f3c-4c5a-82b3-9d86c1720aec| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Response from GET: 
https://aai.onap:8443/aai/v14/business/customers/customer/Demonstration/service-subscriptions/service-subscription/vFW/service-instances?depth=2=Service_Ete_Nameedbd0170-f5ac-487f-b044-305f73045e74
 Response Headers: {connection=[close], Date=[Mon, 29 Oct 2018 20:23:26 GMT], 
Strict-Transport-Security=[max-age=1600; includeSubDomains; 

Re: [onap-discuss] [SO][AAF] AAI request gets Unauthorized

2018-10-30 Thread Alexis de Talhouet
There seems to be an issue with AAF locate, as mentioned in that thread: 
https://lists.onap.org/g/onap-discuss/message/13384 

Former AAI auth *should* work, but due to the AAF locate feature failing 
currently on us, let’s migrate to the new creds for AAI within SO.

Here is the patch: https://gerrit.onap.org/r/#/c/71456/ 


Alexis

> On Oct 30, 2018, at 5:16 AM, Lefevre, Catherine 
>  wrote:
> 
> Dear all,
> Are you testing this on SB04?
> I understand this is the only lab that is current fort the moment.
> If you are testing in another lab then you will need to replicate similar 
> SB04 settings
>
> Good morning Jonathan,
> Can you please look at this issue with Jimmy?
>
> Best regards
> Catherine
>
> From: onap-discuss@lists.onap.org  
> [mailto:onap-discuss@lists.onap.org ] On 
> Behalf Of Guangrong Fu
> Sent: Tuesday, October 30, 2018 9:59 AM
> To: parou...@objectify.sk 
> Cc: onap-discuss@lists.onap.org ; 
> adetalhoue...@gmail.com 
> Subject: 答复: Re: 答复: [onap-discuss] [SO][AAF] AAI request gets Unauthorized
>
> I'm having this issue on the instance deployed in the DCAE tenant.
> 
>
> 
>
> 
>
> 
>
> 
> 原始邮件
> 发件人:PavelParoulek mailto:parou...@objectify.sk>>
> 收件人:onap-discuss  >;
> 抄送人:"Alexis de Talhouët"  >;onap-discuss  >;
> 日 期 :2018年10月30日 16:25
> 主 题 :Re: 答复: [onap-discuss] [SO][AAF] AAI request gets Unauthorized
> Hi, on what instance/environment do you experience this problem?
>
> 
>
> 
>  On Tue, 30 Oct 2018 09:20:53 +0100  Guangrong Fu > wrote 
>
> Same issue here. Could anybody help?
> 
>
> 
>
> 
>
> 
>
> 
> 原始邮件
> 发件人:AlexisdeTalhouet  >
> 收件人:onap-discuss  >;
> 日 期 :2018年10月30日 04:42
> 主 题 :[onap-discuss] [SO][AAF] AAI request gets Unauthorized
> Team,
> Are they some configuration that should be updated regarding SO to AAI 
> communication since AAI integrated with AFF?
>
> I’m facing an Unauthorized for my service request. Bellow a snippet of the 
> BPMN logs:
>
> ```
> 18-10-29T20:23:26.705Z|6d5938d9-9f3c-4c5a-82b3-9d86c1720aec| 
> o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Making GET request to: 
> https://aai.onap: 
> 8443/aai/v14/business/customers/customer/Demonstration/service-subscriptions/service-subscription/vFW/service-instances?depth=2=Service_Ete_Nameedbd0170-f5ac-487f-b044-305f73045e74
>  Request Headers: {Authorization=[Basic TVNPOk1TTw==], X-FromAppId=[MSO], 
> X-TransactionId=[], Accept=[application/json], 
> X-ONAP-RequestID=[6d5938d9-9f3c-4c5a-82b3-9d86c1720aec], 
> X-ONAP-InvocationID=[1e70e4b5-7709-48e8-971b-c53ba402a0c9], 
> X-ONAP-PartnerName=[SO]} 
> 2018-10-29T20:23:27.043Z|6d5938d9-9f3c-4c5a-82b3-9d86c1720aec| 
> o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Response from GET: 
> https://aai.onap: 
> 8443/aai/v14/business/customers/customer/Demonstration/service-subscriptions/service-subscription/vFW/service-instances?depth=2=Service_Ete_Nameedbd0170-f5ac-487f-b044-305f73045e74
>  Response Headers: {connection=[close], Date=[Mon, 29 Oct 2018 20:23:26 GMT], 
> Strict-Transport-Security=[max-age=1600; includeSubDomains; preload;], 
> WWW-Authenticate=[Basic realm="people.osaaf.org 
> "]}{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized
>  (msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}  
> 2018-10-29T20:23:27.154Z|6d5938d9-9f3c-4c5a-82b3-9d86c1720aec| 
> o.o.s.b.i.workflow.tasks.WorkflowAction - WorkflowAction was unable to verify 
> ifthe instance name already exist in AAI.
>
> Thanks,
> Alexis
>
> 
> 
>
>
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13386): https://lists.onap.org/g/onap-discuss/message/13386
Mute This Topic: https://lists.onap.org/mt/27791959/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]

Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Alexis de Talhouet
James,

I see, thanks for the information. I believe this is then the same issue I’m 
facing with SO.

Alexis

> On Oct 30, 2018, at 9:13 AM, Jimmy Forsyth  wrote:
> 
> Hi, Ruoyu,
>
> Yes, we’ve observed that the aaf-locate service stops sometimes and users get 
> access denied in AAI.  AAF team, do you more info or a workaround?
>
> Thanks,
> jimmy
>
> From: "Ying, Ruoyu" mailto:ruoyu.y...@intel.com>>
> Date: Tuesday, October 30, 2018 at 9:10 AM
> To: "FORSYTH, JAMES" mailto:jf2...@att.com>>, 
> "onap-discuss@lists.onap.org " 
> mailto:onap-discuss@lists.onap.org>>
> Cc: "Ranganathan, Dileep"  >, "Huang, Haibin" 
> mailto:haibin.hu...@intel.com>>
> Subject: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied
>
> Hi jimmy,
>
> I check the aaf pods, they are running normally.
> However, I did see an error log inside aai-resources like this:
> Authenticating Service unavailable from 10.42.192.221:38084 ( No Entries 
> found for 'https://aaf-locate.onap:8095/locate/AAF_NS.service:2.0 
> '
>  )
>
> Any suggestion here? Thanks.
>
> Best Regards,
> Ruoyu
>
>  <>From: FORSYTH, JAMES [mailto:jf2...@att.com ] 
> Sent: Tuesday, October 30, 2018 9:02 PM
> To: onap-discuss@lists.onap.org ; Ying, 
> Ruoyu mailto:ruoyu.y...@intel.com>>
> Cc: Ranganathan, Dileep  >; Huang, Haibin  >
> Subject: Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied
>
> First step – you should verify if AAF is running.  If you look at the logs 
> for the aai-resources pod it will usually tell you if it can’t get an answer 
> from AAF.
>
> Thanks,
> -jimmy
>
> From: mailto:onap-discuss@lists.onap.org>> on 
> behalf of "Ying, Ruoyu" mailto:ruoyu.y...@intel.com>>
> Reply-To: "onap-discuss@lists.onap.org " 
> mailto:onap-discuss@lists.onap.org>>, 
> "ruoyu.y...@intel.com "  >
> Date: Tuesday, October 30, 2018 at 9:00 AM
> To: "onap-discuss@lists.onap.org " 
> mailto:onap-discuss@lists.onap.org>>
> Cc: "Ranganathan, Dileep"  >, "Huang, Haibin" 
> mailto:haibin.hu...@intel.com>>
> Subject: [onap-discuss] [OOM][AAI]Request to AAI got access denied
>
> Hi AAI team,
>
> Got an issue while curling AAI in OOF tenant in the integration lab. With 
> Basic auth enabled and ssl cert verification off, the response of all the 
> requests from AAI looks like this:
> {
> "timestamp": 1540900280234 ,
> "status": 403,
> "error": "Forbidden",
> "message": "Access Denied",
> "path": "/aai/v14/cloud-infrastructure/complexes/complex/DLLSTX233"
> }
> 
> Any solution or workaround to solve it?
> Thanks.
>
> Best Regards,
> Ruoyu
>
>
> 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13385): https://lists.onap.org/g/onap-discuss/message/13385
Mute This Topic: https://lists.onap.org/mt/27791822/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Jimmy Forsyth
Hi, Ruoyu,

Yes, we’ve observed that the aaf-locate service stops sometimes and users get 
access denied in AAI.  AAF team, do you more info or a workaround?

Thanks,
jimmy

From: "Ying, Ruoyu" 
Date: Tuesday, October 30, 2018 at 9:10 AM
To: "FORSYTH, JAMES" , "onap-discuss@lists.onap.org" 

Cc: "Ranganathan, Dileep" , "Huang, Haibin" 

Subject: RE: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Hi jimmy,

I check the aaf pods, they are running normally.
However, I did see an error log inside aai-resources like this:
Authenticating Service unavailable from 10.42.192.221:38084 ( No Entries found 
for 
'https://aaf-locate.onap:8095/locate/AAF_NS.service:2.0'
 )

Any suggestion here? Thanks.

Best Regards,
Ruoyu

From: FORSYTH, JAMES [mailto:jf2...@att.com]
Sent: Tuesday, October 30, 2018 9:02 PM
To: onap-discuss@lists.onap.org; Ying, Ruoyu 
Cc: Ranganathan, Dileep ; Huang, Haibin 

Subject: Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

First step – you should verify if AAF is running.  If you look at the logs for 
the aai-resources pod it will usually tell you if it can’t get an answer from 
AAF.

Thanks,
-jimmy

From: mailto:onap-discuss@lists.onap.org>> on 
behalf of "Ying, Ruoyu" mailto:ruoyu.y...@intel.com>>
Reply-To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"ruoyu.y...@intel.com" 
mailto:ruoyu.y...@intel.com>>
Date: Tuesday, October 30, 2018 at 9:00 AM
To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Cc: "Ranganathan, Dileep" 
mailto:dileep.ranganat...@intel.com>>, "Huang, 
Haibin" mailto:haibin.hu...@intel.com>>
Subject: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Hi AAI team,

Got an issue while curling AAI in OOF tenant in the integration lab. With Basic 
auth enabled and ssl cert verification off, the response of all the requests 
from AAI looks like this:
{
"timestamp": 1540900280234,
"status": 403,
"error": "Forbidden",
"message": "Access Denied",
"path": "/aai/v14/cloud-infrastructure/complexes/complex/DLLSTX233"
}

Any solution or workaround to solve it?
Thanks.

Best Regards,
Ruoyu




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13384): https://lists.onap.org/g/onap-discuss/message/13384
Mute This Topic: https://lists.onap.org/mt/27791822/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Jimmy Forsyth
Hi, Alexis,

That was the original place, but AAF added a filter so that we can support 
legacy credentials in Casablanca.

Thanks,
jimmy

On 10/30/18, 9:10 AM, "onap-discuss@lists.onap.org on behalf of Alexis de 
Talhouet"  
wrote:

Since AAF came in the picture, former AAI auth doesn’t work any more.

You should use a...@aai.onap.org:demo123456!

Alexis

> On Oct 30, 2018, at 8:59 AM, Ying, Ruoyu  wrote:
> 
> Hi AAI team,
>
> Got an issue while curling AAI in OOF tenant in the integration lab. With 
Basic auth enabled and ssl cert verification off, the response of all the 
requests from AAI looks like this:
> {
> "timestamp": 1540900280234,
> "status": 403,
> "error": "Forbidden",
> "message": "Access Denied",
> "path": "/aai/v14/cloud-infrastructure/complexes/complex/DLLSTX233"
> }
> 
> Any solution or workaround to solve it?
> Thanks.
>
> Best Regards,
> Ruoyu
>
>
> 







-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13383): https://lists.onap.org/g/onap-discuss/message/13383
Mute This Topic: https://lists.onap.org/mt/27791822/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Ying, Ruoyu
Hi jimmy,

I check the aaf pods, they are running normally.
However, I did see an error log inside aai-resources like this:
Authenticating Service unavailable from 10.42.192.221:38084 ( No Entries found 
for 'https://aaf-locate.onap:8095/locate/AAF_NS.service:2.0' )

Any suggestion here? Thanks.

Best Regards,
Ruoyu

From: FORSYTH, JAMES [mailto:jf2...@att.com]
Sent: Tuesday, October 30, 2018 9:02 PM
To: onap-discuss@lists.onap.org; Ying, Ruoyu 
Cc: Ranganathan, Dileep ; Huang, Haibin 

Subject: Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

First step – you should verify if AAF is running.  If you look at the logs for 
the aai-resources pod it will usually tell you if it can’t get an answer from 
AAF.

Thanks,
-jimmy

From: mailto:onap-discuss@lists.onap.org>> on 
behalf of "Ying, Ruoyu" mailto:ruoyu.y...@intel.com>>
Reply-To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"ruoyu.y...@intel.com" 
mailto:ruoyu.y...@intel.com>>
Date: Tuesday, October 30, 2018 at 9:00 AM
To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Cc: "Ranganathan, Dileep" 
mailto:dileep.ranganat...@intel.com>>, "Huang, 
Haibin" mailto:haibin.hu...@intel.com>>
Subject: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Hi AAI team,

Got an issue while curling AAI in OOF tenant in the integration lab. With Basic 
auth enabled and ssl cert verification off, the response of all the requests 
from AAI looks like this:
{
"timestamp": 1540900280234,
"status": 403,
"error": "Forbidden",
"message": "Access Denied",
"path": "/aai/v14/cloud-infrastructure/complexes/complex/DLLSTX233"
}

Any solution or workaround to solve it?
Thanks.

Best Regards,
Ruoyu




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13382): https://lists.onap.org/g/onap-discuss/message/13382
Mute This Topic: https://lists.onap.org/mt/27791822/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Alexis de Talhouet
Since AAF came in the picture, former AAI auth doesn’t work any more.

You should use a...@aai.onap.org:demo123456!

Alexis

> On Oct 30, 2018, at 8:59 AM, Ying, Ruoyu  wrote:
> 
> Hi AAI team,
>
> Got an issue while curling AAI in OOF tenant in the integration lab. With 
> Basic auth enabled and ssl cert verification off, the response of all the 
> requests from AAI looks like this:
> {
> "timestamp": 1540900280234,
> "status": 403,
> "error": "Forbidden",
> "message": "Access Denied",
> "path": "/aai/v14/cloud-infrastructure/complexes/complex/DLLSTX233"
> }
> 
> Any solution or workaround to solve it?
> Thanks.
>
> Best Regards,
> Ruoyu
>
>
> 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13381): https://lists.onap.org/g/onap-discuss/message/13381
Mute This Topic: https://lists.onap.org/mt/27791822/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Jimmy Forsyth
First step – you should verify if AAF is running.  If you look at the logs for 
the aai-resources pod it will usually tell you if it can’t get an answer from 
AAF.

Thanks,
-jimmy

From:  on behalf of "Ying, Ruoyu" 

Reply-To: "onap-discuss@lists.onap.org" , 
"ruoyu.y...@intel.com" 
Date: Tuesday, October 30, 2018 at 9:00 AM
To: "onap-discuss@lists.onap.org" 
Cc: "Ranganathan, Dileep" , "Huang, Haibin" 

Subject: [onap-discuss] [OOM][AAI]Request to AAI got access denied

Hi AAI team,

Got an issue while curling AAI in OOF tenant in the integration lab. With Basic 
auth enabled and ssl cert verification off, the response of all the requests 
from AAI looks like this:
{
"timestamp": 1540900280234,
"status": 403,
"error": "Forbidden",
"message": "Access Denied",
"path": "/aai/v14/cloud-infrastructure/complexes/complex/DLLSTX233"
}

Any solution or workaround to solve it?
Thanks.

Best Regards,
Ruoyu




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13380): https://lists.onap.org/g/onap-discuss/message/13380
Mute This Topic: https://lists.onap.org/mt/27791822/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Ying, Ruoyu
Hi AAI team,

Got an issue while curling AAI in OOF tenant in the integration lab. With Basic 
auth enabled and ssl cert verification off, the response of all the requests 
from AAI looks like this:
{
"timestamp": 1540900280234,
"status": 403,
"error": "Forbidden",
"message": "Access Denied",
"path": "/aai/v14/cloud-infrastructure/complexes/complex/DLLSTX233"
}

Any solution or workaround to solve it?
Thanks.

Best Regards,
Ruoyu



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13379): https://lists.onap.org/g/onap-discuss/message/13379
Mute This Topic: https://lists.onap.org/mt/27791822/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] Today's VID weekly cancellation

2018-10-30 Thread Ofir Sonsino
Hi all,

Today's VID weekly is cancelled due to an election day.

Thanks,
Ofir

Sent from my Samsung Galaxy smartphone.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13377): https://lists.onap.org/g/onap-discuss/message/13377
Mute This Topic: https://lists.onap.org/mt/27791284/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] How to read policy from PAP via REST interface #policy

2018-10-30 Thread l . kaihlavirt
Hi,

PDP API provides getConfig method for reading policies, but that recognizes 
only policies that are in PDP group. Is there any way to browse policies that 
exist only in PAP via any REST interface?

br,

Lasse

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13378): https://lists.onap.org/g/onap-discuss/message/13378
Mute This Topic: https://lists.onap.org/mt/27791285/21656
Mute #policy: https://lists.onap.org/mk?hashtag=policy=2740164
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] Unable to connect SDC from ONAP Portal

2018-10-30 Thread haibin
I install ONAP with OOM, you can access VFC project in integration lab.

> -Original Message-
> From: �S雯汝 [mailto:luluhu...@iii.org.tw]
> Sent: Tuesday, October 30, 2018 4:17 PM
> To: Huang, Haibin ; onap-discuss@lists.onap.org
> Subject: RE: [onap-discuss] Unable to connect SDC from ONAP Portal
> 
> Hi, Haibin
> 
> The issue was still exist, after I used IE or Chrome as the browser and 
> changed
> the URL from http to https
> ( eg.https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm).
> 
> There was no javascript issue happened when I access the SDC tab.
> 
> Did you install ONAP with Heat template or other approaches?
> What is the ONAP version you installed ?
> 
> thank you
> 
> lulu
> -Original Message-
> From: Huang, Haibin [mailto:haibin.hu...@intel.com]
> Sent: Monday, October 29, 2018 11:47 AM
> To: luluhu...@iii.org.tw; onap-discuss@lists.onap.org
> Subject: RE: [onap-discuss] Unable to connect SDC from ONAP Portal
> 
> Hi lulu,
> 
> Sorry, URL is
> https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.
> htm
> Attention: please use https not http.
> 
> If IE get blank web page ,  you can try Chrome.
> In chrome when I saw the blank web page, I noticed a red x on the top right of
> the browser window. It worked when I clicked the x and clicked “allow unsafe
> script” (I’m not sure of the exact words but that’s the only option then when 
> you
> click the red x). I hope this solves the issue.
> 
> 
> > -Original Message-
> > From: �S雯汝 [mailto:luluhu...@iii.org.tw]
> > Sent: Friday, October 26, 2018 3:29 PM
> > To: Huang, Haibin ;
> > onap-discuss@lists.onap.org
> > Subject: RE: [onap-discuss] Unable to connect SDC from ONAP Portal
> >
> > Hi, Haibin
> > When I changed browser from Firefox to IE 11, and to access the URL
> > http://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm
> > It still unable to connect SDC tab and Home Tab of ONAP Portal.
> > Something wrong happed in SDC VM when it initialized.
> > Please referenced the attachment files.
> > Do you know how to fix it ?
> > thanks
> > lulu
> > -Original Message-
> > From: Huang, Haibin [mailto:haibin.hu...@intel.com]
> > Sent: Wednesday, October 24, 2018 3:31 PM
> > To: luluhu...@iii.org.tw; onap-discuss@lists.onap.org
> > Subject: RE: [onap-discuss] Unable to connect SDC from ONAP Portal
> >
> > You can try to use IE, I use firefox and also can't access it.
> > I can access it using IE.
> >
> > You should use this url
> > http://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm,
> > please notice the port 30225
> >
> > > -Original Message-
> > > From: �S雯汝 [mailto:luluhu...@iii.org.tw]
> > > Sent: Wednesday, October 24, 2018 3:23 PM
> > > To: Huang, Haibin ;
> > > onap-discuss@lists.onap.org
> > > Subject: RE: [onap-discuss] Unable to connect SDC from ONAP Portal
> > >
> > > Hi, Haibin
> > > Thank you for your reply.
> > > The javascript of Firefox Quantum had been enabled and the ONAP
> > > Portal Home tab was workable except the SDC Tab(Unable to connect).
> > > The SDC VM was running
> > > Please reference the attachment files.
> > >
> > > Do you know how to fix this issue.
> > > Thank you.
> > >
> > > lulu
> > > -Original Message-
> > > From: Huang, Haibin [mailto:haibin.hu...@intel.com]
> > > Sent: Wednesday, October 24, 2018 2:14 PM
> > > To: onap-discuss@lists.onap.org; luluhu...@iii.org.tw
> > > Subject: RE: [onap-discuss] Unable to connect SDC from ONAP Portal
> > >
> > > Hi lulu,
> > >
> > > Please see below jira and enable javascript
> > > http://www.masslandrecords.com/help/edjs.htm
> > > https://jira.onap.org/browse/PORTAL-454
> > >
> > > > -Original Message-
> > > > From: onap-discuss@lists.onap.org
> > > > [mailto:onap-discuss@lists.onap.org]
> > > > On Behalf Of LuluHuang
> > > > Sent: Wednesday, October 24, 2018 12:36 PM
> > > > To: onap-discuss@lists.onap.org
> > > > Subject: [onap-discuss] Unable to connect SDC from ONAP Portal
> > > >
> > > > Hi, all
> > > > Do you know how to fix the issue about access sdc fail from ONAP
> portal.
> > > > The attachment files are the configuration files,log file of sdc
> > > > vm console and the picture about ONAP portal.
> > > > Thank you.
> > > >
> > > > Lulu
> > > >
> > > >
> > > > 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13376): https://lists.onap.org/g/onap-discuss/message/13376
Mute This Topic: https://lists.onap.org/mt/27577341/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss][policy] please help to resolve this issue - No JSON object could be decoded

2018-10-30 Thread Vidyashree Rama
Hi Jorge,

Thanks for the response. it worked.

I am facing another issue. Kindly help to proceed.
When I post dmaap events, EVENT.CLEANUP is executed which means policy is
not avaliable.
1. How to check whether policy is loaded in casablanca?
2. How to set the log level to debug?

I am sending following request to push policy

policy@drools:/tmp/basex-controlloop$
*policy@drools:/tmp/basex-controlloop$ curl -k --silent --user
d...@people.osaaf.org:demo123456! -X PUT --header 'Content-Type:
text/plain' -d '{"closedLoopControlName":
"ControlLoop-CCVPN-2179b738-fd36-4843-a71a-a8c24c70c66b","controlLoopYaml":
"controlLoop%3A%0D%0A++version%3A+2.0.0%0D%0A++controlLoopName%3A+ControlLoop-CCVPN-2179b738-fd36-4843-a71a-a8c24c70c66b%0D%0A++trigger_policy%3A+unique-policy-id-16-Reroute%0D%0A++timeout%3A+3600%0D%0A++abatement%3A+false%0D%0A+%0D%0Apolicies%3A%0D%0A++-+id%3A+unique-policy-id-16-Reroute%0D%0Aname%3A+Connectivity
Reroute%0D%0Adescription%3A%0D%0Aactor%3A+SDNC%0D%0Arecipe%3A+Reroute%0D%0Atarget%3A%0D%0A++type%3A+VM%0D%0Aretry%3A+3%0D%0Atimeout%3A+1200%0D%0Asuccess%3A+final_success%0D%0Afailure%3A+final_failure%0D%0Afailure_timeout%3A+final_failure_timeout%0D%0Afailure_retries%3A+final_failure_retries%0D%0Afailure_exception%3A+final_failure_exception%0D%0Afailure_guard%3A+final_failure_guard","policyName":
"ccvpn","policyScope":"DCAE","policyVersion": "1.2.0"}'
"https://localhost:9696/policy/pdp/engine/topics/sources/dmaap/unauthenticated.DCAE_CL_OUTPUT/events
"*
["{\"closedLoopControlName\":
\"ControlLoop-CCVPN-2179b738-fd36-4843-a71a-a8c24c70c66b\",\"controlLoopYaml\":
\"controlLoop%3A%0D%0A++version%3A+2.0.0%0D%0A++controlLoopName%3A+ControlLoop-CCVPN-2179b738-fd36-4843-a71a-a8c24c70c66b%0D%0A++trigger_policy%3A+unique-policy-id-16-Reroute%0D%0A++timeout%3A+3600%0D%0A++abatement%3A+false%0D%0A+%0D%0Apolicies%3A%0D%0A++-+id%3A+unique-policy-id-16-Reroute%0D%0Aname%3A+Connectivity
Reroute%0D%0Adescription%3A%0D%0Aactor%3A+SDNC%0D%0Arecipe%3A+Reroute%0D%0Atarget%3A%0D%0A++type%3A+VM%0D%0Aretry%3A+3%0D%0Atimeout%3A+1200%0D%0Asuccess%3A+final_success%0D%0Afailure%3A+final_failure%0D%0Afailure_timeout%3A+final_failure_timeout%0D%0Afailure_retries%3A+final_failure_retries%0D%0Afailure_exception%3A+final_failure_exception%0D%0Afailure_guard%3A+final_failure_guard\",\"policyName\":
\"ccvpn\",\"policyScope\":\"DCAE\",\"policyVersion\":
\"1.2.0\"}"]policy@drools:/tmp/basex-controlloop$
policy@drools:/tmp/basex-controlloop$

*Response for
http://localhost:9696/policy/pdp/engine/controllers/casablanca/drools/facts/casablanca
*

*https://localhost:9696/policy/pdp/engine
> get --auth
d...@people.osaaf.org:demo1*
*23456!
http://localhost:9696/policy/pdp/engine/controllers/casablanca/drools/fac
*
*ts/casablanca*
HTTP/1.1 200 OK
Content-Length: 967
Content-Type: application/json
Date: Tue, 30 Oct 2018 08:54:15 GMT
Server: Jetty(9.4.12.v20180830)

{
"alive": true,
"controllers": [
"casablanca"
],
"features": [
"org.onap.policy.drools.healthcheck.HealthCheckFeature",

"org.onap.policy.drools.apps.controlloop.feature.utils.ControlLoopUtilsFeature"
],
"httpServers": [
{
"alive": true,
"host": "0.0.0.0",
"name": "SECURED-CONFIG",
"port": 9696,
"user": "d...@people.osaaf.org"
}
],
"locked": false,
"sinks": [
{
"alive": true,
"allowSelfSignedCerts": false,
"apiKey": "",
"apiSecret": "",
"locked": false,
"partitionKey": "96c420a9-265a-4a3f-8a1f-a12933e31c3d",
"recentEvents": [],
"servers": [
"mr.api.simpledemo.onap.org"
],
"topic": "PDPD-CONFIGURATION",
"topicCommInfrastructure": "DMAAP",
"useHttps": true
}
],
"sources": [
{
"alive": true,
"allowSelfSignedCerts": false,
"apiKey": "",
"apiSecret": "",
"consumerGroup": "92362421-1b86-4418-b1fe-c08bb2ac5ab4",
"consumerInstance": "drools",
"fetchLimit": 100,
"fetchTimeout": 15000,
"locked": false,
"recentEvents": [],
"servers": [
"mr.api.simpledemo.onap.org"
],
"topic": "PDPD-CONFIGURATION",
"topicCommInfrastructure": "DMAAP",
"useHttps": true
}
]
}


*Beijing verison logs: *

policy@drools:/tmp/basex-controlloop/bin$

Re: 答复: [onap-discuss] [SO][AAF] AAI request gets Unauthorized

2018-10-30 Thread Catherine LEFEVRE
Dear all,
Are you testing this on SB04?
I understand this is the only lab that is current fort the moment.
If you are testing in another lab then you will need to replicate similar SB04 
settings

Good morning Jonathan,
Can you please look at this issue with Jimmy?

Best regards
Catherine

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Guangrong Fu
Sent: Tuesday, October 30, 2018 9:59 AM
To: parou...@objectify.sk
Cc: onap-discuss@lists.onap.org; adetalhoue...@gmail.com
Subject: 答复: Re: 答复: [onap-discuss] [SO][AAF] AAI request gets Unauthorized


I'm having this issue on the instance deployed in the DCAE tenant.








原始邮件
发件人:PavelParoulek mailto:parou...@objectify.sk>>
收件人:onap-discuss 
mailto:onap-discuss@lists.onap.org>>;
抄送人:"Alexis de Talhouët" 
mailto:adetalhoue...@gmail.com>>;onap-discuss 
mailto:onap-discuss@lists.onap.org>>;
日 期 :2018年10月30日 16:25
主 题 :Re: 答复: [onap-discuss] [SO][AAF] AAI request gets Unauthorized
Hi, on what instance/environment do you experience this problem?


 On Tue, 30 Oct 2018 09:20:53 +0100  Guangrong 
Fumailto:fu.guangr...@zte.com.cn>> wrote 


Same issue here. Could anybody help?








原始邮件
发件人:AlexisdeTalhouet mailto:adetalhoue...@gmail.com>>
收件人:onap-discuss 
mailto:onap-discuss@lists.onap.org>>;
日 期 :2018年10月30日 04:42
主 题 :[onap-discuss] [SO][AAF] AAI request gets Unauthorized
Team,
Are they some configuration that should be updated regarding SO to AAI 
communication since AAI integrated with AFF?

I’m facing an Unauthorized for my service request. Bellow a snippet of the BPMN 
logs:

```
18-10-29T20:23:26.705Z|6d5938d9-9f3c-4c5a-82b3-9d86c1720aec| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Making GET request to: 
https://aai.onap:8443/aai/v14/business/customers/customer/Demonstration/service-subscriptions/service-subscription/vFW/service-instances?depth=2=Service_Ete_Nameedbd0170-f5ac-487f-b044-305f73045e74
 Request Headers: {Authorization=[Basic TVNPOk1TTw==], X-FromAppId=[MSO], 
X-TransactionId=[], Accept=[application/json], 
X-ONAP-RequestID=[6d5938d9-9f3c-4c5a-82b3-9d86c1720aec], 
X-ONAP-InvocationID=[1e70e4b5-7709-48e8-971b-c53ba402a0c9], 
X-ONAP-PartnerName=[SO]} 
2018-10-29T20:23:27.043Z|6d5938d9-9f3c-4c5a-82b3-9d86c1720aec| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Response from GET: 
https://aai.onap:8443/aai/v14/business/customers/customer/Demonstration/service-subscriptions/service-subscription/vFW/service-instances?depth=2=Service_Ete_Nameedbd0170-f5ac-487f-b044-305f73045e74
 Response Headers: {connection=[close], Date=[Mon, 29 Oct 2018 20:23:26 GMT], 
Strict-Transport-Security=[max-age=1600; includeSubDomains; preload;], 
WWW-Authenticate=[Basic 
realm="people.osaaf.org"]}{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized
 (msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}  
2018-10-29T20:23:27.154Z|6d5938d9-9f3c-4c5a-82b3-9d86c1720aec| 
o.o.s.b.i.workflow.tasks.WorkflowAction - WorkflowAction was unable to verify 
if the instance name already exist in AAI.

Thanks,
Alexis








-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13374): https://lists.onap.org/g/onap-discuss/message/13374
Mute This Topic: https://lists.onap.org/mt/27790419/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



答复: Re: 答复: [onap-discuss] [SO][AAF] AAI request gets Unauthorized

2018-10-30 Thread Guangrong Fu
I'm having this issue on the instance deployed in the DCAE tenant.



















原始邮件



发件人:PavelParoulek 
收件人:onap-discuss ;
抄送人:"Alexis de Talhouët" ;onap-discuss 
;
日 期 :2018年10月30日 16:25
主 题 :Re: 答复: [onap-discuss] [SO][AAF] AAI request gets Unauthorized



Hi, on what instance/environment do you experience this problem?






 On Tue, 30 Oct 2018 09:20:53 +0100  Guangrong Fu 
wrote 


Same issue here. Could anybody help?



















原始邮件

发件人:AlexisdeTalhouet 
收件人:onap-discuss ;
日 期 :2018年10月30日 04:42
主 题 :[onap-discuss] [SO][AAF] AAI request gets Unauthorized

Team,
Are they some configuration that should be updated regarding SO to AAI 
communication since AAI integrated with AFF?

I’m facing an Unauthorized for my service request. Bellow a snippet of the BPMN 
logs:

``` 18-10-29T20:23:26.705Z|6d5938d9-9f3c-4c5a-82b3-9d86c1720aec| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Making GET request to: 
https://aai.onap:8443/aai/v14/business/customers/customer/Demonstration/service-subscriptions/service-subscription/vFW/service-instances?depth=2=Service_Ete_Nameedbd0170-f5ac-487f-b044-305f73045e74
 Request Headers: {Authorization=[Basic TVNPOk1TTw==], X-FromAppId=[MSO], 
X-TransactionId=[], Accept=[application/json], 
X-ONAP-RequestID=[6d5938d9-9f3c-4c5a-82b3-9d86c1720aec], 
X-ONAP-InvocationID=[1e70e4b5-7709-48e8-971b-c53ba402a0c9], 
X-ONAP-PartnerName=[SO]} 
2018-10-29T20:23:27.043Z|6d5938d9-9f3c-4c5a-82b3-9d86c1720aec| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Response from GET: 
https://aai.onap:8443/aai/v14/business/customers/customer/Demonstration/service-subscriptions/service-subscription/vFW/service-instances?depth=2=Service_Ete_Nameedbd0170-f5ac-487f-b044-305f73045e74
 Response Headers: {connection=[close], Date=[Mon, 29 Oct 2018 20:23:26 GMT], 
Strict-Transport-Security=[max-age=1600; includeSubDomains; preload;], 
WWW-Authenticate=[Basic 
realm="people.osaaf.org"]}{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized
 (msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}  
2018-10-29T20:23:27.154Z|6d5938d9-9f3c-4c5a-82b3-9d86c1720aec| 
o.o.s.b.i.workflow.tasks.WorkflowAction - WorkflowAction was unable to verify 
if the instance name already exist in AAI.

Thanks,
Alexis













  

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13373): https://lists.onap.org/g/onap-discuss/message/13373
Mute This Topic: https://lists.onap.org/mt/27790374/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: 答复: [onap-discuss] [SO][AAF] AAI request gets Unauthorized

2018-10-30 Thread Pavel Paroulek




Hi, on what instance/environment do you experience this 
problem? On Tue, 30 Oct 2018 09:20:53 +0100  Guangrong 
Fu wrote Same issue here. Could anybody 
help?原始邮件发件人:AlexisdeTalhouet 收件人:onap-discuss 
;日 期 :2018年10月30日 04:42主 题 :[onap-discuss] 
[SO][AAF] AAI request gets UnauthorizedTeam,Are they some configuration that 
should be updated regarding SO to AAI communication since AAI integrated with 
AFF?I’m facing an Unauthorized for my service request. Bellow a snippet of the 
BPMN logs:``` 18-10-29T20:23:26.705Z|6d5938d9-9f3c-4c5a-82b3-9d86c1720aec| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Making GET request to: 
https://aai.onap:8443/aai/v14/business/customers/customer/Demonstration/service-subscriptions/service-subscription/vFW/service-instances?depth=2=Service_Ete_Nameedbd0170-f5ac-487f-b044-305f73045e74
 Request Headers: {Authorization=[Basic TVNPOk1TTw==], X-FromAppId=[MSO], 
X-TransactionId=[], Accept=[application/json], 
X-ONAP-RequestID=[6d5938d9-9f3c-4c5a-82b3-9d86c1720aec], 
X-ONAP-InvocationID=[1e70e4b5-7709-48e8-971b-c53ba402a0c9], 
X-ONAP-PartnerName=[SO]} 
2018-10-29T20:23:27.043Z|6d5938d9-9f3c-4c5a-82b3-9d86c1720aec| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Response from GET: 
https://aai.onap:8443/aai/v14/business/customers/customer/Demonstration/service-subscriptions/service-subscription/vFW/service-instances?depth=2=Service_Ete_Nameedbd0170-f5ac-487f-b044-305f73045e74
 Response Headers: {connection=[close], Date=[Mon, 29 Oct 2018 20:23:26 GMT], 
Strict-Transport-Security=[max-age=1600; includeSubDomains; preload;], 
WWW-Authenticate=[Basic 
realm="people.osaaf.org"]}{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized
 (msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}  
2018-10-29T20:23:27.154Z|6d5938d9-9f3c-4c5a-82b3-9d86c1720aec| 
o.o.s.b.i.workflow.tasks.WorkflowAction - WorkflowAction was unable to verify 
if the instance name already exist in AAI.Thanks,Alexis   







-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13372): https://lists.onap.org/g/onap-discuss/message/13372
Mute This Topic: https://lists.onap.org/mt/27790252/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



答复: [onap-discuss] [SO][AAF] AAI request gets Unauthorized

2018-10-30 Thread Guangrong Fu
Same issue here. Could anybody help?























原始邮件



发件人:AlexisdeTalhouet 
收件人:onap-discuss ;
日 期 :2018年10月30日 04:42
主 题 :[onap-discuss] [SO][AAF] AAI request gets Unauthorized


Team,


Are they some configuration that should be updated regarding SO to AAI 
communication since AAI integrated with AFF?



I’m facing an Unauthorized for my service request. Bellow a snippet of the BPMN 
logs:



``` 18-10-29T20:23:26.705Z|6d5938d9-9f3c-4c5a-82b3-9d86c1720aec| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Making GET request to: 
https://aai.onap:8443/aai/v14/business/customers/customer/Demonstration/service-subscriptions/service-subscription/vFW/service-instances?depth=2=Service_Ete_Nameedbd0170-f5ac-487f-b044-305f73045e74
 Request Headers: {Authorization=[Basic TVNPOk1TTw==], X-FromAppId=[MSO], 
X-TransactionId=[], Accept=[application/json], 
X-ONAP-RequestID=[6d5938d9-9f3c-4c5a-82b3-9d86c1720aec], 
X-ONAP-InvocationID=[1e70e4b5-7709-48e8-971b-c53ba402a0c9], 
X-ONAP-PartnerName=[SO]} 
2018-10-29T20:23:27.043Z|6d5938d9-9f3c-4c5a-82b3-9d86c1720aec| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Response from GET: 
https://aai.onap:8443/aai/v14/business/customers/customer/Demonstration/service-subscriptions/service-subscription/vFW/service-instances?depth=2=Service_Ete_Nameedbd0170-f5ac-487f-b044-305f73045e74
 Response Headers: {connection=[close], Date=[Mon, 29 Oct 2018 20:23:26 GMT], 
Strict-Transport-Security=[max-age=1600; includeSubDomains; preload;], 
WWW-Authenticate=[Basic 
realm="people.osaaf.org"]}{"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized
 (msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}  
2018-10-29T20:23:27.154Z|6d5938d9-9f3c-4c5a-82b3-9d86c1720aec| 
o.o.s.b.i.workflow.tasks.WorkflowAction - WorkflowAction was unable to verify 
if the instance name already exist in AAI.



Thanks,

Alexis


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13371): https://lists.onap.org/g/onap-discuss/message/13371
Mute This Topic: https://lists.onap.org/mt/27790252/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] Unable to connect SDC from ONAP Portal

2018-10-30 Thread LuluHuang
Hi, Haibin

The issue was still exist, after I used IE or Chrome as the browser and
changed the URL from http to https (
eg.https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm). 

There was no javascript issue happened when I access the SDC tab.

Did you install ONAP with Heat template or other approaches?
What is the ONAP version you installed ?

thank you

lulu
-Original Message-
From: Huang, Haibin [mailto:haibin.hu...@intel.com] 
Sent: Monday, October 29, 2018 11:47 AM
To: luluhu...@iii.org.tw; onap-discuss@lists.onap.org
Subject: RE: [onap-discuss] Unable to connect SDC from ONAP Portal

Hi lulu,

Sorry, URL is https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.
htm
Attention: please use https not http.

If IE get blank web page ,  you can try Chrome.
In chrome when I saw the blank web page, I noticed a red x on the top right
of the browser window. It worked when I clicked the x and clicked “allow
unsafe script” (I’m not sure of the exact words but that’s the only
option then when you click the red x). I hope this solves the issue.


> -Original Message-
> From: 黃雯汝 [mailto:luluhu...@iii.org.tw]
> Sent: Friday, October 26, 2018 3:29 PM
> To: Huang, Haibin ; 
> onap-discuss@lists.onap.org
> Subject: RE: [onap-discuss] Unable to connect SDC from ONAP Portal
> 
> Hi, Haibin
> When I changed browser from Firefox to IE 11, and to access the URL 
> http://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm
> It still unable to connect SDC tab and Home Tab of ONAP Portal.
> Something wrong happed in SDC VM when it initialized.
> Please referenced the attachment files.
> Do you know how to fix it ?
> thanks
> lulu
> -Original Message-
> From: Huang, Haibin [mailto:haibin.hu...@intel.com]
> Sent: Wednesday, October 24, 2018 3:31 PM
> To: luluhu...@iii.org.tw; onap-discuss@lists.onap.org
> Subject: RE: [onap-discuss] Unable to connect SDC from ONAP Portal
> 
> You can try to use IE, I use firefox and also can't access it.
> I can access it using IE.
> 
> You should use this url
> http://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm, 
> please notice the port 30225
> 
> > -Original Message-
> > From: 黃雯汝 [mailto:luluhu...@iii.org.tw]
> > Sent: Wednesday, October 24, 2018 3:23 PM
> > To: Huang, Haibin ; 
> > onap-discuss@lists.onap.org
> > Subject: RE: [onap-discuss] Unable to connect SDC from ONAP Portal
> >
> > Hi, Haibin
> > Thank you for your reply.
> > The javascript of Firefox Quantum had been enabled and the ONAP 
> > Portal Home tab was workable except the SDC Tab(Unable to connect).
> > The SDC VM was running
> > Please reference the attachment files.
> >
> > Do you know how to fix this issue.
> > Thank you.
> >
> > lulu
> > -Original Message-
> > From: Huang, Haibin [mailto:haibin.hu...@intel.com]
> > Sent: Wednesday, October 24, 2018 2:14 PM
> > To: onap-discuss@lists.onap.org; luluhu...@iii.org.tw
> > Subject: RE: [onap-discuss] Unable to connect SDC from ONAP Portal
> >
> > Hi lulu,
> >
> > Please see below jira and enable javascript 
> > http://www.masslandrecords.com/help/edjs.htm
> > https://jira.onap.org/browse/PORTAL-454
> >
> > > -Original Message-
> > > From: onap-discuss@lists.onap.org
> > > [mailto:onap-discuss@lists.onap.org]
> > > On Behalf Of LuluHuang
> > > Sent: Wednesday, October 24, 2018 12:36 PM
> > > To: onap-discuss@lists.onap.org
> > > Subject: [onap-discuss] Unable to connect SDC from ONAP Portal
> > >
> > > Hi, all
> > > Do you know how to fix the issue about access sdc fail from ONAP
portal.
> > > The attachment files are the configuration files,log file of sdc 
> > > vm console and the picture about ONAP portal.
> > > Thank you.
> > >
> > > Lulu
> > >
> > >
> > > 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13370): https://lists.onap.org/g/onap-discuss/message/13370
Mute This Topic: https://lists.onap.org/mt/27577341/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [E] [onap-discuss][SO][uui] Problem in Creating E2E Service in SO

2018-10-30 Thread subhash kumar singh
Hello Jothi,

Please share the request details invoked on SO, It would be captured in SO 
debug logs.
First you have to enable the debug logging and capture the logs and please 
share.

--
Regards,
Subhash kumar Singh

From: Jothi, Shobana [mailto:shobana.jo...@verizon.com]
Sent: Tuesday, October 30, 2018 1:56 PM
To: Subhash Kumar Singh
Subject: Re: [E] [onap-discuss][SO][uui] Problem in Creating E2E Service in SO

Hi Subash,
Thanks for the response.

We are using Beijing Release (OOM based deployment of ONAPP).
Do you want the logs of UUI or SO ?

Thanks,
Shobana Jothi


On Sat, Oct 27, 2018 at 7:17 PM Subhash Kumar Singh 
mailto:subhash.kumar.si...@huawei.com>> wrote:
Hello Shobana,

After code migration I dint test this workflow. For CCVPN I used same workflow 
but I dint face any issue here.
Could you please share logs from debug.log, error.log and the input for request.

--
Regards,
Subhash Kumar Singh

From: onap-discuss@lists.onap.org 
[mailto:onap-discuss@lists.onap.org] On 
Behalf Of Jothi, Shobana via Lists.Onap.Org
Sent: Thursday, October 25, 2018 11:14 PM
To: onap-discuss@lists.onap.org
Subject: Re: [E] [onap-discuss][SO][uui] Problem in Creating E2E Service in SO

Attaching the logs file.

Regards,
Shobana Jothi


On Thu, Oct 25, 2018 at 8:42 PM Jothi, Shobana via 
Lists.Onap.Org
 mailto:verizon@lists.onap.org>> 
wrote:
Hi All,

I just went through  the SO code related to the above logs attached in my 
previous mail.

In code 
bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy
 : 315
the payload is formed. [Note: UserId and Reason are null]
whereas in line 335 in the same file payload is printed where the userId and 
Reason tags are missing.
Logs:
http://org.openecomp.mso/requestsdb"
  
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   
   
  
 c7d6eb40-c0db-4634-b557-6d909f426c89
 a7c3b0a7-21bf-47a3-b5ac-f5d089caa66f
 CREATE
 
 processing
 Prepare service creation
 0
 
  
   


Can anyone please let me know if there is some issue with this ?
Is the http connect failing because of this payload issue?

Regards,
Shobana Jothi


On Thu, Oct 25, 2018 at 11:40 AM Jothi, Shobana 
mailto:shobana.jo...@verizon.com>> wrote:
Dear All,
I am trying to create the Service instance from UUI for volte package. Was 
successful in populating the VF-C catalog. But when I create the instace from 
UUI, I get "500 Internal Server Error, SO Instance is not available". Attaching 
the error logs from SO container. Please provide your input on this.

I tried with curl command to SO to create the service. Got the following error.

{"serviceException":{"messageId":"SVC2000","text":"Request Failed due to BPEL 
error with HTTP Status= %1 \nError occurred while executing the process: 
org.camunda.connect.ConnectorRequestException: HTCL-02007 Unable to execute 
HTTP request","variables":["502"]}}


Regards,
Shobana Jothi


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13369): https://lists.onap.org/g/onap-discuss/message/13369
Mute This Topic: https://lists.onap.org/mt/27633225/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [E] [onap-discuss] [OOM] OpenStack Rocky vs Pike

2018-10-30 Thread Bharath Thiruveedula via Lists.Onap.Org
Hi Ashwini,

Yeah Ocata supports both. But George asked about Rocky I think.

Best Regards
Bharath T

On Mon, Oct 29, 2018 at 8:13 PM  wrote:

> Hi Bharat,
>
> As discussed in your mail, there are new code changes in Robot to support
> Keystone v3 APIs.
>  Robot Script: As of ONAP beijing robot scripts work only in keystone
> v2.0. I can see there is patch for keystone v3 in robot. I have to confirm
> the testing part.
>
> Ocata supports both v3 and v2. I have tested v3 APIs against Openstack
> Ocata.
>
> Thanks,
> Ashwini
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13368): https://lists.onap.org/g/onap-discuss/message/13368
Mute This Topic: https://lists.onap.org/mt/27740443/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-