Re: [onap-discuss] [Onap-release] Gerrit usage too heavy with local HTTP calls

2020-04-24 Thread Ondrej via lists.onap.org
Hi everyone,

please my python request for git clone from gerrit  is still rejected, will 
this work again ?
Before the stability issue it was working(23.4.2020 10:00 European time).

If not can give me hand how I should switch to git to clone oom/elalto version ?

Thank you
Best regards
Ondrej

From: onap-discuss@lists.onap.org  On Behalf Of 
Ondrej via lists.onap.org
Sent: štvrtok, 23. apríla 2020 21:29
To: Jessica Wagantall 
Cc: onap-discuss@lists.onap.org; TIMONEY, DAN ; FRANEY, JOHN J 
; Krzysztof Opasiak (k.opas...@samsung.com) 
; onap-release ; onap-tsc 

Subject: Re: [onap-discuss] [Onap-release] Gerrit usage too heavy with local 
HTTP calls

It is Ansible task which is working with the remote repo, but I think it would 
be possible to download this repo from Github and use it like this.

My question is the old way with python would work after the fix ?
I’m asking because Im not the autor of the ansible tasks.

Thank you
Ondrej

From: Jessica Wagantall 
mailto:jwagant...@linuxfoundation.org>>
Sent: štvrtok, 23. apríla 2020 21:03
To: FRINDRICH Ondrej OSK 
mailto:ondrej1.frindr...@orange.com>>
Cc: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; TIMONEY, 
DAN mailto:dt5...@att.com>>; FRANEY, JOHN J 
mailto:jf2...@att.com>>; Krzysztof Opasiak 
(k.opas...@samsung.com<mailto:k.opas...@samsung.com>) 
mailto:k.opas...@samsung.com>>; onap-release 
mailto:onap-rele...@lists.onap.org>>; onap-tsc 
mailto:onap-...@lists.onap.org>>
Subject: Re: [onap-discuss] [Onap-release] Gerrit usage too heavy with local 
HTTP calls

Is this something that can potentially be customized to pull from Github?
Or the AP mirror?
Sorry I am not familiar on how this is written, but is that something possible 
to do?

Thanks!
Jess

On Thu, Apr 23, 2020 at 11:49 AM FRINDRICH Ondrej OSK 
mailto:ondrej1.frindr...@orange.com>> wrote:
Hi everyone,

I’m doing the python request because I was currently deploying elalto via OOM 
and I get The requested URL returned error: 403
At 16:00 European time it was working without any error.
The full traceback is:
WARNING: The below traceback may *not* be related to the actual failure.
  File "/tmp/ansible_git_payload_yMFc1V/__main__.py", line 452, in clone
os.makedirs(dest_dirname)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)

fatal: [control01-elalto]: FAILED! => changed=false
  cmd: /usr/bin/git ls-remote https://gerrit.onap.org/r/oom -h refs/heads/elalto
  invocation:
module_args:
  accept_hostkey: false
  archive: null
  bare: false
  clone: true
  depth: 1
  dest: /opt/oom
  executable: null
 force: false
  key_file: null
  recursive: true
  reference: null
  refspec: null
  remote: origin
  repo: https://gerrit.onap.org/r/oom
  separate_git_dir: null
  ssh_opts: null
  track_submodules: false
  umask: null
  update: true
  verify_commit: false
  version: elalto
  msg: 'fatal: unable to access ''https://gerrit.onap.org/r/oom/'': The 
requested URL returned error: 403'
  rc: 128
  stderr: |-
fatal: unable to access 'https://gerrit.onap.org/r/oom/': The requested URL 
returned error: 403
  stderr_lines: 
  stdout: ''
  stdout_lines: 

Will this way work after the fix or what should I use instead of it ?

Thank you
Best regards
Ondrej

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Jessica Wagantall
Sent: štvrtok, 23. apríla 2020 20:40
To: TIMONEY, DAN mailto:dt5...@att.com>>
Cc: FRANEY, JOHN J mailto:jf2...@att.com>>; Krzysztof Opasiak 
(k.opas...@samsung.com<mailto:k.opas...@samsung.com>) 
mailto:k.opas...@samsung.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; onap-release 
mailto:onap-rele...@lists.onap.org>>; onap-tsc 
mailto:onap-...@lists.onap.org>>
Subject: Re: [onap-discuss] [Onap-release] Gerrit usage too heavy with local 
HTTP calls

Will need to take a look into that.. I think Kenny can give me some information 
on that.
That seems to be the most active IP earlier. We had others causing noise 2 hrs 
ago which were the cause for the 1st drop.
Also, we noticed one python client making HTTP calls too but they were getting 
rejected. Not sure if this also happened before the service went down..

We continue to keep an eye on it..

On Thu, Apr 23, 2020 at 11:22 AM TIMONEY, DAN 
mailto:dt5...@att.com>> wrote:
Jess,

Out of curiosity, I did a reverse DNS lookup on 142.93.109.98 and got this:

$ host 142.93.109.98
98.109.93.142.in-addr.arpa domain name pointer 
comoros.bitergia.net<http://comoros.bitergia.net>.

So maybe biterga is the culprit?  Can that be updated to do its pulls from 
github maybe?

Dan

From: mailto:onap-rele...@lists.onap.org>&

Re: [onap-discuss] [Onap-release] Gerrit usage too heavy with local HTTP calls

2020-04-23 Thread Ondrej via lists.onap.org
It is Ansible task which is working with the remote repo, but I think it would 
be possible to download this repo from Github and use it like this.

My question is the old way with python would work after the fix ?
I’m asking because Im not the autor of the ansible tasks.

Thank you
Ondrej

From: Jessica Wagantall 
Sent: štvrtok, 23. apríla 2020 21:03
To: FRINDRICH Ondrej OSK 
Cc: onap-discuss@lists.onap.org; TIMONEY, DAN ; FRANEY, JOHN J 
; Krzysztof Opasiak (k.opas...@samsung.com) 
; onap-release ; onap-tsc 

Subject: Re: [onap-discuss] [Onap-release] Gerrit usage too heavy with local 
HTTP calls

Is this something that can potentially be customized to pull from Github?
Or the AP mirror?
Sorry I am not familiar on how this is written, but is that something possible 
to do?

Thanks!
Jess

On Thu, Apr 23, 2020 at 11:49 AM FRINDRICH Ondrej OSK 
mailto:ondrej1.frindr...@orange.com>> wrote:
Hi everyone,

I’m doing the python request because I was currently deploying elalto via OOM 
and I get The requested URL returned error: 403
At 16:00 European time it was working without any error.
The full traceback is:
WARNING: The below traceback may *not* be related to the actual failure.
  File "/tmp/ansible_git_payload_yMFc1V/__main__.py", line 452, in clone
os.makedirs(dest_dirname)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)

fatal: [control01-elalto]: FAILED! => changed=false
  cmd: /usr/bin/git ls-remote https://gerrit.onap.org/r/oom -h refs/heads/elalto
  invocation:
module_args:
  accept_hostkey: false
  archive: null
  bare: false
  clone: true
  depth: 1
  dest: /opt/oom
  executable: null
 force: false
  key_file: null
  recursive: true
  reference: null
  refspec: null
  remote: origin
  repo: https://gerrit.onap.org/r/oom
  separate_git_dir: null
  ssh_opts: null
  track_submodules: false
  umask: null
  update: true
  verify_commit: false
  version: elalto
  msg: 'fatal: unable to access ''https://gerrit.onap.org/r/oom/'': The 
requested URL returned error: 403'
  rc: 128
  stderr: |-
fatal: unable to access 'https://gerrit.onap.org/r/oom/': The requested URL 
returned error: 403
  stderr_lines: 
  stdout: ''
  stdout_lines: 

Will this way work after the fix or what should I use instead of it ?

Thank you
Best regards
Ondrej

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Jessica Wagantall
Sent: štvrtok, 23. apríla 2020 20:40
To: TIMONEY, DAN mailto:dt5...@att.com>>
Cc: FRANEY, JOHN J mailto:jf2...@att.com>>; Krzysztof Opasiak 
(k.opas...@samsung.com<mailto:k.opas...@samsung.com>) 
mailto:k.opas...@samsung.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; onap-release 
mailto:onap-rele...@lists.onap.org>>; onap-tsc 
mailto:onap-...@lists.onap.org>>
Subject: Re: [onap-discuss] [Onap-release] Gerrit usage too heavy with local 
HTTP calls

Will need to take a look into that.. I think Kenny can give me some information 
on that.
That seems to be the most active IP earlier. We had others causing noise 2 hrs 
ago which were the cause for the 1st drop.
Also, we noticed one python client making HTTP calls too but they were getting 
rejected. Not sure if this also happened before the service went down..

We continue to keep an eye on it..

On Thu, Apr 23, 2020 at 11:22 AM TIMONEY, DAN 
mailto:dt5...@att.com>> wrote:
Jess,

Out of curiosity, I did a reverse DNS lookup on 142.93.109.98 and got this:

$ host 142.93.109.98
98.109.93.142.in-addr.arpa domain name pointer 
comoros.bitergia.net<http://comoros.bitergia.net>.

So maybe biterga is the culprit?  Can that be updated to do its pulls from 
github maybe?

Dan

From: mailto:onap-rele...@lists.onap.org>> on 
behalf of 
"jwagant...@linuxfoundation.org<mailto:jwagant...@linuxfoundation.org>" 
mailto:jwagant...@linuxfoundation.org>>
Date: Thursday, April 23, 2020 at 1:47 PM
To: "FRANEY, JOHN J" mailto:jf2...@att.com>>, "Krzysztof 
Opasiak (k.opas...@samsung.com<mailto:k.opas...@samsung.com>)" 
mailto:k.opas...@samsung.com>>
Cc: onap-discuss 
mailto:onap-discuss@lists.onap.org>>, onap-release 
mailto:onap-rele...@lists.onap.org>>, onap-tsc 
mailto:onap-...@lists.onap.org>>
Subject: Re: [Onap-release] Gerrit usage too heavy with local HTTP calls

@Krzysztof Opasiak (k.opas...@samsung.com)<mailto:k.opas...@samsung.com> , the 
most active IP is 142.93.109.98

@FRANEY, JOHN J<mailto:jf2...@att.com> we encourage the local usage of Github 
and APAC as much as possible. If you need to push code, you can always add a 
local
remote to gerrit even if you fetched the code using Github.

Thanks!
Jess

On Thu, Apr 23, 

Re: [onap-discuss] [Onap-release] Gerrit usage too heavy with local HTTP calls

2020-04-23 Thread Ondrej via lists.onap.org
Hi everyone,

I’m doing the python request because I was currently deploying elalto via OOM 
and I get The requested URL returned error: 403
At 16:00 European time it was working without any error.
The full traceback is:
WARNING: The below traceback may *not* be related to the actual failure.
  File "/tmp/ansible_git_payload_yMFc1V/__main__.py", line 452, in clone
os.makedirs(dest_dirname)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)

fatal: [control01-elalto]: FAILED! => changed=false
  cmd: /usr/bin/git ls-remote https://gerrit.onap.org/r/oom -h refs/heads/elalto
  invocation:
module_args:
  accept_hostkey: false
  archive: null
  bare: false
  clone: true
  depth: 1
  dest: /opt/oom
  executable: null
 force: false
  key_file: null
  recursive: true
  reference: null
  refspec: null
  remote: origin
  repo: https://gerrit.onap.org/r/oom
  separate_git_dir: null
  ssh_opts: null
  track_submodules: false
  umask: null
  update: true
  verify_commit: false
  version: elalto
  msg: 'fatal: unable to access ''https://gerrit.onap.org/r/oom/'': The 
requested URL returned error: 403'
  rc: 128
  stderr: |-
fatal: unable to access 'https://gerrit.onap.org/r/oom/': The requested URL 
returned error: 403
  stderr_lines: 
  stdout: ''
  stdout_lines: 

Will this way work after the fix or what should I use instead of it ?

Thank you
Best regards
Ondrej

From: onap-discuss@lists.onap.org  On Behalf Of 
Jessica Wagantall
Sent: štvrtok, 23. apríla 2020 20:40
To: TIMONEY, DAN 
Cc: FRANEY, JOHN J ; Krzysztof Opasiak (k.opas...@samsung.com) 
; onap-discuss@lists.onap.org; onap-release 
; onap-tsc 
Subject: Re: [onap-discuss] [Onap-release] Gerrit usage too heavy with local 
HTTP calls

Will need to take a look into that.. I think Kenny can give me some information 
on that.
That seems to be the most active IP earlier. We had others causing noise 2 hrs 
ago which were the cause for the 1st drop.
Also, we noticed one python client making HTTP calls too but they were getting 
rejected. Not sure if this also happened before the service went down..

We continue to keep an eye on it..

On Thu, Apr 23, 2020 at 11:22 AM TIMONEY, DAN 
mailto:dt5...@att.com>> wrote:
Jess,

Out of curiosity, I did a reverse DNS lookup on 142.93.109.98 and got this:

$ host 142.93.109.98
98.109.93.142.in-addr.arpa domain name pointer 
comoros.bitergia.net<http://comoros.bitergia.net>.

So maybe biterga is the culprit?  Can that be updated to do its pulls from 
github maybe?

Dan

From: mailto:onap-rele...@lists.onap.org>> on 
behalf of 
"jwagant...@linuxfoundation.org<mailto:jwagant...@linuxfoundation.org>" 
mailto:jwagant...@linuxfoundation.org>>
Date: Thursday, April 23, 2020 at 1:47 PM
To: "FRANEY, JOHN J" mailto:jf2...@att.com>>, "Krzysztof 
Opasiak (k.opas...@samsung.com<mailto:k.opas...@samsung.com>)" 
mailto:k.opas...@samsung.com>>
Cc: onap-discuss 
mailto:onap-discuss@lists.onap.org>>, onap-release 
mailto:onap-rele...@lists.onap.org>>, onap-tsc 
mailto:onap-...@lists.onap.org>>
Subject: Re: [Onap-release] Gerrit usage too heavy with local HTTP calls

@Krzysztof Opasiak (k.opas...@samsung.com)<mailto:k.opas...@samsung.com> , the 
most active IP is 142.93.109.98

@FRANEY, JOHN J<mailto:jf2...@att.com> we encourage the local usage of Github 
and APAC as much as possible. If you need to push code, you can always add a 
local
remote to gerrit even if you fetched the code using Github.

Thanks!
Jess

On Thu, Apr 23, 2020 at 10:34 AM FRANEY, JOHN J 
mailto:jf2...@att.com>> wrote:
Jess,

Under which use case should I use which link?

Sorry, I was using only:  
https://wiki.onap.org/display/DW/Resources+and+Repositories<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_Resources-2Band-2BRepositories&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=qLcfee4a2vOwYSub0bljcQ&m=vSnzsAVDO6A68AjXDRs9iguvenOZPugxgP3mlVBcYzw&s=1lFWuTO11eB2Kaq7SqiWmr0dgDJtxJAvbOljDRcvj18&e=>


John




From: onap-rele...@lists.onap.org<mailto:onap-rele...@lists.onap.org> 
mailto:onap-rele...@lists.onap.org>> On Behalf Of 
jwagant...@linuxfoundation.org<mailto:jwagant...@linuxfoundation.org>
Sent: Thursday, April 23, 2020 1:16 PM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; 
onap-release mailto:onap-rele...@lists.onap.org>>; 
onap-tsc mailto:onap-...@lists.onap.org>>
Subject: [Onap-release] Gerrit usage too heavy with local HTTP calls

Dear team,

We have noticed several times that ONAP Gerrit is being flooded with HTTP 
requests
which causes the server to be overloaded and drop causing backlogs in Jenkins 
too and
requiring a lot of work to restore these s

Re: [onap-discuss] Zoom meeting problems today?

2019-06-26 Thread Ondrej via Lists.Onap.Org
I have the same issue Keong

Ondrej

-Original Message-
From: onap-discuss@lists.onap.org  On Behalf Of 
Keong Lim
Sent: streda, 26. júna 2019 15:02
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] Zoom meeting problems today?

Is anyone else having trouble connecting to Zoom meetings today (26th June)?
All the meeting ids appear to be invalid or something.

Tried several including the AAI Weekly and Seccom meeting.


Keong




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

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



[onap-discuss] AAI - asi_swagger_13 Service instance parameters

2018-06-21 Thread Ondrej
Hi,

I'm currently working with aai_swagger_v13 especially Service instance object 
parameters and I'm looking for some parameters which could be used as:

* startDate - time when the service was activated(in production)

* endDate - time when the service was 
disabled/decommissioned/cancelled/...

Please do you know some parameters which could be used for this ?
I only found created-at and updated-at parameters bud these are not suitable 
for this.

Thanks
Best regards
Ondrej

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

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