Re: [onap-discuss] Docker Lgin

2017-09-28 Thread Elhay Efrat
Working with proxy ?

-- Sent from my Android Device



From: onap-discuss-boun...@lists.onap.org on behalf of ayush.ga...@wipro.com
Sent: Friday, September 29, 2017 5:19:54 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] Docker Lgin


Hi,


During my stack deployment on openstack my VM's are unable to login to the 
docker repository.


docker login -u docker -p password nexus3.onap.org:10001
Error response from daemon: Get https://nexus3.onap.org:10001/v1/users/: EOF


Any workaround for this.


Thanks

Ayush Garg

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. WARNING: Computer viruses can be transmitted via email. The 
recipient should check this email and any attachments for the presence of 
viruses. The company accepts no liability for any damage caused by any virus 
transmitted by this email. www.wipro.com
__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__
This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,

you may review at https://www.amdocs.com/about/email-disclaimer 

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] Docker Lgin

2017-09-28 Thread ayush.ga...@wipro.com
Hi,


During my stack deployment on openstack my VM's are unable to login to the 
docker repository.


docker login -u docker -p password nexus3.onap.org:10001
Error response from daemon: Get https://nexus3.onap.org:10001/v1/users/: EOF


Any workaround for this.


Thanks

Ayush Garg

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. WARNING: Computer viruses can be transmitted via email. The 
recipient should check this email and any attachments for the presence of 
viruses. The company accepts no liability for any damage caused by any virus 
transmitted by this email. www.wipro.com

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
_
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] INT-235: Rackspace 20170928 HEAT deployment fails on nexus3:10003 authentication failure on several VM's during docker image pulls in cloud init

2017-09-28 Thread PLATANIA, MARCO (MARCO)
Hi Michael,

The init scripts are set to use port 10001, unless some team is using custom 
scripts that point to 10003.

Marco




On Thu, Sep 28, 2017 at 6:50 PM -0400, "Michael O'Brien" 
> wrote:

Team,
   Was running a refreshed Rackspace as a verification of issues in mso, policy 
etc…as part of ongoing determination if ONAP 1.1 is sane – until CI tagging of 
good builds is in.
   Rackspace and likely openstack deployment is currently having nexus3 auth 
issues affecting multiple VM’s (SDNC, DCAE,….), for example robot,clamp are 
fine because they just use nexus3:10001.
   I understand there may be workarounds in pre-authenticating docker against 
the repo – but this should be added to the deployment scripts directly as 
currently the HEAT deployments are in regression.

   The issue is during the *_init.sh script specifically for port 10003 (note: 
10001 is OK)

https://jira.onap.org/browse/INT-235


root@vm1-sdnc:/var/log# cat cloud-init-output.log

OK

Status: Downloaded newer image for 
nexus3.onap.org:10001/onap/admportal-sdnc-image:1.2-STAGING-latest

0.1-STAGING-latest: Pulling from onap/ccsdk-dgbuilder-image

50513f4bae65: Already exists



BUSTED

Status: Downloaded newer image for mysql/mysql-server:5.6

Pulling sdnc (nexus3.onap.org:10003/onap/sdnc-image:latest)...

Pulling repository nexus3.onap.org:10003/onap/sdnc-image

unauthorized: authentication required

/michael


This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,
you may review at 
https://www.amdocs.com/about/email-disclaimer
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] 500 Bad Gateway error is back?

2017-09-28 Thread Srinivasa Goda
Any update on this? I do see this error continuously and I couldn't even do one 
step of creating NVLM. What am I doing wrong? Just following WiKi. I'm using 
K8S+Rancher for ONAP.


Thanks,

Regards,

Srini


[Beta Tester Badge 3]



From: onap-discuss-boun...@lists.onap.org  
on behalf of Srinivasa Goda 
Sent: Wednesday, September 27, 2017 3:34 PM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] 500 Bad Gateway error is back?


Hi All,


I've checked out latest OOM and started testing. Now, I see 500 error when I 
click on SDC. Is this error back?


Thanks,

Srini


[Beta Tester Badge 3]
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] INT-235: Rackspace 20170928 HEAT deployment fails on nexus3:10003 authentication failure on several VM's during docker image pulls in cloud init

2017-09-28 Thread Michael O'Brien
Team,
   Was running a refreshed Rackspace as a verification of issues in mso, policy 
etc...as part of ongoing determination if ONAP 1.1 is sane - until CI tagging 
of good builds is in.
   Rackspace and likely openstack deployment is currently having nexus3 auth 
issues affecting multiple VM's (SDNC, DCAE,), for example robot,clamp are 
fine because they just use nexus3:10001.
   I understand there may be workarounds in pre-authenticating docker against 
the repo - but this should be added to the deployment scripts directly as 
currently the HEAT deployments are in regression.

   The issue is during the *_init.sh script specifically for port 10003 (note: 
10001 is OK)

https://jira.onap.org/browse/INT-235


root@vm1-sdnc:/var/log# cat cloud-init-output.log

OK

Status: Downloaded newer image for 
nexus3.onap.org:10001/onap/admportal-sdnc-image:1.2-STAGING-latest

0.1-STAGING-latest: Pulling from onap/ccsdk-dgbuilder-image

50513f4bae65: Already exists



BUSTED

Status: Downloaded newer image for mysql/mysql-server:5.6

Pulling sdnc (nexus3.onap.org:10003/onap/sdnc-image:latest)...

Pulling repository nexus3.onap.org:10003/onap/sdnc-image

unauthorized: authentication required

/michael


This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,

you may review at https://www.amdocs.com/about/email-disclaimer 

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] please cancel the 9/29/2017 Multi VIM/Cloud weekly meeting

2017-09-28 Thread Xinhui Li
In lieu of ONap meet-up this week

Thanks!

Xinhui Li
ONAP Multi VIM/Cloud PTL

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [ONAP Helpdesk #45935] Jenkins Sandbox Setup Issue

2017-09-28 Thread Jessica Wagantall via RT
Dear Varun, 

do you still need our help on this?

Thanks!
Jess
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [ONAP Helpdesk #45672] ONAP Jenkins system fails repeatedly

2017-09-28 Thread Jessica Wagantall via RT
Dear Guangrong

Just FYI, our provider is investigating this issue now and Andy has increased 
the number of instances allowed in Jenkins to help with the workload for this 
upcoming code freeze. 

Thanks!
Jess
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [ONAP Helpdesk #46273] [DMAAP] Verify CSIT Jenkins Job Not Running

2017-09-28 Thread Jessica Wagantall via RT
Dear Varun, 

This job should only get triggered when projects modify their CSIT test suites 
in the integration repo.  If they don’t make changes to their CSIT test suites, 
then these jobs should not get triggered.

You can also get more explanation from Gary on this

Thanks!
Jess
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [documentation] Paris-Saclay Monday slides for the session Documentation: how to describe detailed call flows

2017-09-28 Thread eric.debeau
Hello, I uploaded the slides presented on Monday afternoon for the 
"Documentation: how to describe detailed call flows" session
https://wiki.onap.org/download/attachments/15997434/ONAP-Documentation-Detailed-Call-Flows.pdf?api=v2

Best Regards

Eric

_

Ce message et ses pieces jointes peuvent contenir des informations 
confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce 
message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages 
electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou 
falsifie. Merci.

This message and its attachments may contain confidential or privileged 
information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete 
this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been 
modified, changed or falsified.
Thank you.

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [integration] RE: Accessing VMs on CSIT

2017-09-28 Thread Andrew Grimberg
There is no shell access available to any instances in the environment.

If you need to do any sort of troubleshooting but don't want to log out
to the archives, I suggest utilizing the sandbox and creating jobs that
output any extra diagnostics you want.

-Andy-

On 09/28/2017 08:18 AM, Gary Wu wrote:
> Not that I’m aware of, but you can log a request with LF and see what
> they say. 
> 
>  
> 
> If you need things checked, usually you’ll need to log a request with LF
> helpdesk to get them to do that for you.  The alternative is to collect
> more log information.  In your scripts, you can put things into
> $WORKSPACE/archives/, and those files will be collected into the log
> directory on nexus for that job. 
> 
>  
> 
> Thanks,
> 
> Gary
> 
>  
> 
> *From:* RAJU, CHINNAPPA [mailto:cr7...@att.com]
> *Sent:* Thursday, September 28, 2017 8:06 AM
> *To:* Gary Wu 
> *Cc:* HERNANDEZ-HERRERO, JORGE ; DRAGOSH, PAM
> ; HOTZE, BECKY L ;
> ABDULMANNAN, MOHAMMED 
> *Subject:* Accessing VMs on CSIT
> 
>  
> 
> Hi Gary,
> 
>  
> 
> I know the VMs change every time a build is triggered. But in case we
> want to logon to a VM before it is destroyed and see what is going on,
> is there a way?
> 
>  
> 
>  
> 
> Thanks & Regards,
> 
> Chinnappa Raju
> 
> SENIOR QUALITY TESTER
> 
> ECOMP Open Source Automation
> 
>  
> 
> 
> 
> ___
> onap-discuss mailing list
> onap-discuss@lists.onap.org
> https://lists.onap.org/mailman/listinfo/onap-discuss
> 

-- 
Andrew J Grimberg
Lead, IT Release Engineering
The Linux Foundation



signature.asc
Description: OpenPGP digital signature
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [integration] RE: Accessing VMs on CSIT

2017-09-28 Thread Gary Wu
Not that I'm aware of, but you can log a request with LF and see what they say.

If you need things checked, usually you'll need to log a request with LF 
helpdesk to get them to do that for you.  The alternative is to collect more 
log information.  In your scripts, you can put things into 
$WORKSPACE/archives/, and those files will be collected into the log directory 
on nexus for that job.

Thanks,
Gary

From: RAJU, CHINNAPPA [mailto:cr7...@att.com]
Sent: Thursday, September 28, 2017 8:06 AM
To: Gary Wu 
Cc: HERNANDEZ-HERRERO, JORGE ; DRAGOSH, PAM 
; HOTZE, BECKY L ; ABDULMANNAN, 
MOHAMMED 
Subject: Accessing VMs on CSIT

Hi Gary,

I know the VMs change every time a build is triggered. But in case we want to 
logon to a VM before it is destroyed and see what is going on, is there a way?


Thanks & Regards,
Chinnappa Raju
SENIOR QUALITY TESTER
ECOMP Open Source Automation

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] jenkins job settings read-only access - getting 504 timeout

2017-09-28 Thread Andrew Grimberg
On 09/28/2017 07:19 AM, Michael O'Brien wrote:
> DevOps team,
> 
>    Hi, noticed that we can’t view the settings on Jenkins jobs – is
> there a way to get read-only access – looks like a file-system-level
> access issue as the page content comes up empty  – just curious
> 
>    Thank you
> 
>    /Michael
> 
>    Example
> 
> https://jenkins.onap.org/view/so/job/so-master-docker-version-java-daily/
> 
> view-configuration
> 
> https://jenkins.onap.org/view/so/job/so-master-docker-version-java-daily/configure
> 
> build | provide configuration files | view selected file
> 
> https://jenkins.onap.org/?id=global-settings

Greetings Michael,

We do not allow non-admins to view managed files. The reason is that
there are environment passwords that are not public in some of those
files. As such, allowing public access would be a security leak.

> https://jenkins.onap.org/jobConfigHistory/
> 
> Show system configs only
> 

Jenkins system history is not available to non-admins for similar
reasons as the managed files.

> 
> Show created jobs only
> 
> Show deleted jobs only
> 
> Show all configs 
> 
> No permission to view system changes
> 
> Clicking on any above
> 
> *504 Gateway Time-out*

Requesting the history on all jobs that you've got access to can be a
lot of data. Jenkins itself, particularly if under load, may not be able
to render the full data set. If you're interested in the historical
changes related to a specific job it's better to look at the history via
that particular job itself.

-Andy-

-- 
Andrew J Grimberg
Lead, IT Release Engineering
The Linux Foundation



signature.asc
Description: OpenPGP digital signature
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] jenkins job settings read-only access - getting 504 timeout

2017-09-28 Thread Michael O'Brien
DevOps team,
   Hi, noticed that we can't view the settings on Jenkins jobs - is there a way 
to get read-only access - looks like a file-system-level access issue as the 
page content comes up empty  - just curious
   Thank you
   /Michael

   Example
https://jenkins.onap.org/view/so/job/so-master-docker-version-java-daily/
view-configuration
https://jenkins.onap.org/view/so/job/so-master-docker-version-java-daily/configure
build | provide configuration files | view selected file
https://jenkins.onap.org/?id=global-settings
https://jenkins.onap.org/jobConfigHistory/
Show system configs 
only
Show job configs only
Show created jobs 
only
Show deleted jobs 
only
Show all configs
No permission to view system changes

Clicking on any above
504 Gateway Time-out



   Thank you
   /michael
This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,

you may review at https://www.amdocs.com/about/email-disclaimer 

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] ECOMPPORTAL servlet exception with 500 HTTP Status

2017-09-28 Thread TALASILA, MANOOP (MANOOP)
Hi Marc,

We tried to rebuild the images to stable version. Please try deploying 
1.1-STAGING-latest Dockers of Portal now and please let us know, if the images 
still have any issue. Thanks.

Manoop




On Tue, Sep 26, 2017 at 9:47 AM -0400, "marc.fied...@telekom.de" 
> wrote:


Now I’m in the right conversation.

Same with us.

Is there anything changed on the portal app?

BR
Marc


Von meinem iPhone gesendet

Am 26.09.2017 um 15:00 schrieb Ganesh Kaila 
>:

Hi,

When I am trying to deploy ONAP on Vanilla openstack with heat template from 
https://gerrit.onap.org/r/demo.git.
 Recently, I am seeing the exception.



Is anyone seeing the same exception or am I doing anything wrong? Please let me 
know.

Thanks in advance.

​Regards
,
Ganesh
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [Modeling] Session this afternoon will start on time at 3pm

2017-09-28 Thread denghui (L)
Thanks everybody
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] Updated package names

2017-09-28 Thread Arul Nambi
Hi Guys,
The package name has been updated from openecomp to onap in the following 
microservices.
aai/logging-service
aai/rest-client
aai/router-core
aai/model-loader
aai/search-data-service
aai/data-router
aai/sparky-be
aai/sparky-fe
The artifact ids can be found in the pom file, update accordingly if you are 
using any of these services.
regards
Arul

Arul Nambi MASc
Software Developer
Open Network Division

Amdocs Technology
[cid:image010.png@01D2C9B5.447E30F0]

This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,

you may review at https://www.amdocs.com/about/email-disclaimer 

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] ONAP Amesterdam CLI document

2017-09-28 Thread Kanagaraj Manickam
Dear Community,

ONAP is now enabled with CLI, which is being an integral part of any
software Platform in this world, like OpenStack, ODL, K8s, docker, etc.
And please find the ONAP commands supported for ONAP Amesterdam release
here. For any issues, please reach us over onap-discuss mailing list.

http://onap.readthedocs.io/en/latest/submodules/cli.git/docs/user_guide.html

Thank you.

Regards
Kanagaraj M
CLI PTL.
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [ONAP Helpdesk #46306] ci-management change error

2017-09-28 Thread Lusheng Ji via RT
Jess,

Thanks for the suggestion.  I will follow that from now on.
I have abandoned this change and made a resubmission, which you have approved.  
Thank you for your help!

Lusheng


On 9/27/17, 9:14 PM, "Jessica Wagantall via RT" 
 wrote:

Dear Lusheng, 

We really discourage developers from using the Gerrit UI for making changes 
into your gerrits. 
The reason is because it can be faulty at times and it might not have the 
results you are looking for. 

I would suggest you make your changes locally:
- Clone the repo and checkout origin/master
- Cherry-pick your change into your local tree
- Make your changes
- Git add 
- Git commit --amend
- Git push

Let me know if this works better 
Thanks!
Jess



___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] Schedule Changes for the Paris-Saclay Face to Face meeting - Thursday Sept: 28th

2017-09-28 Thread denghui (L)
Just follow up , we have invited vice chair of ETSI NFV ISG, Bruno (Orange ) to 
introduce the consideration of how both ONAP and ETSI NFV may work together.
We also have other standard bodies contact point like Oasis Tosca/TMF/3GPP 
SA2/SA5 speech. Thanks them for contribution here.

https://wiki.onap.org/display/DW/External+SDOs+session+in+Developer+event+in+September

Please join us in the plenary room at 9am.

Thanks a lot

DENG Hui

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Phil Robb
Sent: Thursday, September 28, 2017 7:45 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] Schedule Changes for the Paris-Saclay Face to Face 
meeting - Thursday Sept: 28th

Hello:

For those wanting to attend sessions at the Paris Saclay developer event today, 
we have made some schedule changes from yesterday.  To accommodate the travel 
schedules of some of the Project Technical Leaders and TSC members, we've moved 
the Amsterdam M4 Milestone review to begin at 10am CET and run until 3pm CET 
with a break for lunch between 11:30am and 12:30pm CET.   For the full schedule 
please see the wiki page here:  
https://wiki.onap.org/display/DW/Agenda+for+M4+Review

To accommodate this change in the M4 timing, we've recently moved sessions that 
had been in those slots to other times during the day.  Please double check the 
Event wiki page for updates on the Thursday sessions that you want to attend.

https://wiki.onap.org/display/DW/ONAP+Paris+Event+Schedule+September+25-28%2C+2017

Sorry for this last minute change.

Best,

Phil.
--
Phil Robb
Executive Director, OpenDaylight Project
VP Operations - Networking & Orchestration, The Linux Foundation
(O) 970-229-5949
(M) 970-420-4292
Skype: Phil.Robb
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss