Hi Jorge,

Please use the Integration-SB-03 environment for your debugging.  I may 
re-deploy the others from time-to-time to test new incremental changes.

Thanks,
Gary

From: DRAGOSH, PAMELA L (PAM) [mailto:[email protected]]
Sent: Tuesday, January 09, 2018 5:26 AM
To: Gary Wu <[email protected]>; PLATANIA, MARCO (MARCO) 
<[email protected]>; Yunxia Chen <[email protected]>; onap-discuss 
<[email protected]>; 'Chengli Wang' <[email protected]>; 
Kang Xi <[email protected]>; Yang Xu (Yang, Fixed Network) 
<[email protected]>; FLOOD, JERRY <[email protected]>; Eric Debeau 
<[email protected]>; HERNANDEZ-HERRERO, JORGE <[email protected]>
Subject: Re: [integration] ONAP Amsterdam Maintenance release testing

Gary/Marco,

+Jorge

Jorge is back from vacation, perhaps we let him take a look and see why all of 
sudden this problem is happening. We assume the environment is setup correctly, 
i.e. /etc/hosts has the right DNS information. Has the overall environment 
changed since release last November? We are assuming for Amsterdam HEAT was 
still being used as is, no changes.

If there’s a bug then Marco can go ahead and file the JIRA and work with Jorge 
on determining the fix.

Regards,

Pam


From: Gary Wu <[email protected]<mailto:[email protected]>>
Date: Monday, January 8, 2018 at 8:59 PM
To: "PLATANIA, MARCO (MARCO)" 
<[email protected]<mailto:[email protected]>>, Yunxia Chen 
<[email protected]<mailto:[email protected]>>, onap-discuss 
<[email protected]<mailto:[email protected]>>, 'Chengli 
Wang' <[email protected]<mailto:[email protected]>>, Kang 
Xi <[email protected]<mailto:[email protected]>>, "Yang Xu (Yang, Fixed 
Network)" <[email protected]<mailto:[email protected]>>, "FLOOD, JERRY" 
<[email protected]<mailto:[email protected]>>, Eric Debeau 
<[email protected]<mailto:[email protected]>>, "DRAGOSH, PAMELA L 
(PAM)" <[email protected]<mailto:[email protected]>>
Subject: RE: [integration] ONAP Amsterdam Maintenance release testing

Thanks Marco.

Pam, is this issue already being tracked by policy?  Or should we log a new 
Jira ticket?

Thanks,
Gary

From: PLATANIA, MARCO (MARCO) [mailto:[email protected]]
Sent: Monday, January 08, 2018 5:57 PM
To: Gary Wu <[email protected]<mailto:[email protected]>>; Yunxia Chen 
<[email protected]<mailto:[email protected]>>; onap-discuss 
<[email protected]<mailto:[email protected]>>; 'Chengli 
Wang' <[email protected]<mailto:[email protected]>>; Kang 
Xi <[email protected]<mailto:[email protected]>>; Yang Xu (Yang, Fixed 
Network) <[email protected]<mailto:[email protected]>>; FLOOD, JERRY 
<[email protected]<mailto:[email protected]>>; Eric Debeau 
<[email protected]<mailto:[email protected]>>; DRAGOSH, PAMELA L 
(PAM) <[email protected]<mailto:[email protected]>>
Subject: Re: [integration] ONAP Amsterdam Maintenance release testing

Gary,

The issue with Policy is that PAP can’t connect to PDP.

echo "pushPolicy : PUT : com.MicroServicevCPE"
+ echo 'pushPolicy : PUT : com.MicroServicevCPE'
curl -v --silent -X PUT --header 'Content-Type: application/json' --header 
'Accept: text/plain' --header 'ClientAuth: cHl0aG9uOnRlc3Q=' --header 
'Authorization: Basic dGVzdHBkcDphbHBoYTEyMw==' --header 'Environment: TEST' -d 
'{
  "pdpGroup": "default",
  "policyName": "com.MicroServicevCPE",
PE300 - Data Issue: response code of the URL is 404.  This indicates a problem 
with getting the version from the PAP or the policy does not exist.pushPolicy : 
PUT : com.MicroServicevCPE
  "policyType": "MicroService"
}' 'http://pdp:8081/pdp/api/pushPolicy' 
<https://urldefense.proofpoint.com/v2/url?u=http-3A__pdp-3A8081_pdp_api_pushPolicy-27-25C2-25A0&d=DwQGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=jwTiArcEj6aUX0HjV0M3dT12gUtk7rC07xpgpVZkS_4&m=1a6ggbjunnczwWDc2rWJR6RVXAf3O9DWbuzWj7Y0KVw&s=11vjgkY_C-ivD48vLy_1d9RQsZ3pREl_IKVGDszNwwQ&e=>
+ curl -v --silent -X PUT --header 'Content-Type: application/json' --header 
'Accept: text/plain' --header 'ClientAuth: cHl0aG9uOnRlc3Q=' --header 
'Authorization: Basic dGVzdHBkcDphbHBoYTEyMw==' --header 'Environment: TEST' -d 
'{
  "pdpGroup": "default",
  "policyName": "com.MicroServicevCPE",
  "policyType": "MicroService"
}' 
http://pdp:8081/pdp/api/pushPolicy<https://urldefense.proofpoint.com/v2/url?u=http-3A__pdp-3A8081_pdp_api_pushPolicy&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=jwTiArcEj6aUX0HjV0M3dT12gUtk7rC07xpgpVZkS_4&m=1a6ggbjunnczwWDc2rWJR6RVXAf3O9DWbuzWj7Y0KVw&s=HygaScuLm-YzQTpF5UEovJKAtcUAstcQtxmUDy_1xz0&e=>
* Hostname was NOT found in DNS cache
*   Trying 172.18.0.6...
* Connected to pdp (172.18.0.6) port 8081 (#0)
> PUT /pdp/api/pushPolicy HTTP/1.1
> User-Agent: curl/7.35.0
> Host: pdp:8081
> Content-Type: application/json
> Accept: text/plain
> ClientAuth: cHl0aG9uOnRlc3Q=
> Authorization: Basic dGVzdHBkcDphbHBoYTEyMw==
> Environment: TEST
> Content-Length: 99
>
} [data not shown]
* upload completely sent off: 99 out of 99 bytes
< HTTP/1.1 400 Bad Request
* Server Apache-Coyote/1.1 is not blacklisted
< Server: Apache-Coyote/1.1
< Content-Type: text/plain;charset=ISO-8859-1
< Content-Length: 146
< Date: Mon, 08 Jan 2018 21:30:45 GMT
< Connection: close
<
{ [data not shown]
* Closing connection 0

We already faced this issue a couple of days ago while debugging OOM, not sure 
whether it’s being tracked somewhere.

Thanks,
Marco

From: Gary Wu <[email protected]<mailto:[email protected]>>
Date: Monday, January 8, 2018 at 7:17 PM
To: Yunxia Chen <[email protected]<mailto:[email protected]>>, 
onap-discuss <[email protected]<mailto:[email protected]>>, 
"PLATANIA, MARCO (MARCO)" 
<[email protected]<mailto:[email protected]>>, 'Chengli Wang' 
<[email protected]<mailto:[email protected]>>, Kang Xi 
<[email protected]<mailto:[email protected]>>, "Yang Xu (Yang, Fixed 
Network)" <[email protected]<mailto:[email protected]>>, "FLOOD, JERRY" 
<[email protected]<mailto:[email protected]>>, Eric Debeau 
<[email protected]<mailto:[email protected]>>
Subject: RE: [integration] ONAP Amsterdam Maintenance release testing

It’s been about 5 hours since the deployments, and none of the environments 
have passed health checks.  Here are the current failures:

Integration-Jenkins: policy, vid
Integration-SB-03: policy
Integration-SB-04: policy, uui
Integration-SB-05: dcae, policy

It seems that policy is currently failing consistently, plus some others that 
fail sporadically.  Does anyone know what the issue is with policy?

Thanks,
Gary

From: Gary Wu
Sent: Monday, January 08, 2018 12:30 PM
To: Yunxia Chen <[email protected]<mailto:[email protected]>>; 
onap-discuss <[email protected]<mailto:[email protected]>>; 
PLATANIA, MARCO (MARCO) 
<[email protected]<mailto:[email protected]>>; 'Chengli Wang' 
<[email protected]<mailto:[email protected]>>; Kang Xi 
<[email protected]<mailto:[email protected]>>; Yang Xu (Yang, Fixed Network) 
<[email protected]<mailto:[email protected]>>; Jerry Flood 
<[email protected]<mailto:[email protected]>>; Eric Debeau 
<[email protected]<mailto:[email protected]>>
Subject: RE: [integration] ONAP Amsterdam Maintenance release testing

It’s taking a while since we’re doing several simultaneous deployments.  I’ll 
send out another update when the environments are up.

The Jenkins URL is: 
http://12.234.32.117/jenkins/<https://urldefense.proofpoint.com/v2/url?u=http-3A__12.234.32.117_jenkins_&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=KgFIQiUJzSC0gUhJaQxg8eC3w16GC3sKgWIcs4iIee0&m=icRkVA3EVTeZx-b9_7_68tqory4UWCQJi5I3XDMU4LM&s=EiVctmRFdVOHojySDyggzV4iSt4hLLoEEDsufxO14oE&e=>.

Thanks,
Gary

From: Yunxia Chen
Sent: Monday, January 08, 2018 11:30 AM
To: Gary Wu <[email protected]<mailto:[email protected]>>; onap-discuss 
<[email protected]<mailto:[email protected]>>; PLATANIA, 
MARCO (MARCO) <[email protected]<mailto:[email protected]>>; 
'Chengli Wang' 
<[email protected]<mailto:[email protected]>>; Kang Xi 
<[email protected]<mailto:[email protected]>>; Yang Xu (Yang, Fixed Network) 
<[email protected]<mailto:[email protected]>>; Jerry Flood 
<[email protected]<mailto:[email protected]>>; Eric Debeau 
<[email protected]<mailto:[email protected]>>
Subject: Re: [integration] ONAP Amsterdam Maintenance release testing

Thank you Gary. Please let us know once it passed all health check.

At the same time, could you please include vFWCL test cases into your Jenkin 
env, even though right now, it is still using the temporary solution. Please 
also send us the URL of that Jenkin website.

Regards,

Helen Chen

From: Gary Wu <[email protected]<mailto:[email protected]>>
Date: Monday, January 8, 2018 at 11:26 AM
To: Helen Chen 00725961 <[email protected]<mailto:[email protected]>>, 
onap-discuss <[email protected]<mailto:[email protected]>>, 
"PLATANIA, MARCO (MARCO)" 
<[email protected]<mailto:[email protected]>>, 'Chengli Wang' 
<[email protected]<mailto:[email protected]>>, Kang Xi 
<[email protected]<mailto:[email protected]>>, "Yang Xu (Yang, Fixed 
Network)" <[email protected]<mailto:[email protected]>>, Jerry Flood 
<[email protected]<mailto:[email protected]>>, Eric Debeau 
<[email protected]<mailto:[email protected]>>
Subject: RE: [integration] ONAP Amsterdam Maintenance release testing

I’m deploying to SB-03, SB-04, and SB-05 now.  Please let everyone know which 
environment you’ll be using.

Thanks,
Gary

From: Yunxia Chen
Sent: Monday, January 08, 2018 11:13 AM
To: onap-discuss 
<[email protected]<mailto:[email protected]>>; PLATANIA, 
MARCO (MARCO) <[email protected]<mailto:[email protected]>>; 
'Chengli Wang' 
<[email protected]<mailto:[email protected]>>; Gary Wu 
<[email protected]<mailto:[email protected]>>; Kang Xi 
<[email protected]<mailto:[email protected]>>; Yang Xu (Yang, Fixed Network) 
<[email protected]<mailto:[email protected]>>; Jerry Flood 
<[email protected]<mailto:[email protected]>>; Eric Debeau 
<[email protected]<mailto:[email protected]>>
Subject: [integration] ONAP Amsterdam Maintenance release testing
Importance: High

Hi, Team,
We’ll start the MR testing today. Let’s run all use cases at least once before 
the end of this Tuesday, (VoLTE might take longer), and to see where we are. I 
come with the following list, maybe you could add more and volunteer yourself 
on them:


1.      Install three instances for (vFWCL, vDNS, vCOE) with ONAP at three 
Integration space, (let’s use the latest template from Amsterdam branches), 
Gary, please use your scripts to do it.

2.      vFWCL: Gary

3.      vDNS: Marco

4.      vCPE: Kang

5.      VoLTE: Chengli and Yang

As a stretch goal, we have a minimal set of space configuration, please also 
try it.

Please let me know if this work for you.

Regards,
Helen Chen
_______________________________________________
onap-discuss mailing list
[email protected]
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to