Re: [onap-discuss] OOM Casablanca - Install #oom

2018-12-02 Thread Michael O'Brien
Use sudo for helm commands - this page and the following both flag this Or just run everything as root https://wiki.onap.org/display/DW/OOM+Helm+%28un%29Deploy+plugins

Re: [onap-discuss] AWS in ONAP

2018-11-30 Thread Michael O'Brien
recently since the ONS conference in march - we should re-sync. thank you /michael -Original Message- From: Tina Tsou Sent: Friday, November 30, 2018 10:12 AM To: Michael O'Brien Cc: Joe Kidder ; Bob Monkman Subject: AWS in ONAP Dear Michael, You may notice that AWS announcer Arm

Re: [onap-discuss] [OOM] Fatty is not pretty - technical detail discussion below - and "F* is not P*" as a title is inappropriate

2018-11-30 Thread Michael O'Brien
Sylvain, Hi, the numbers of nodes requested is currently 13 + 1 Eric and the OOM/Integration teams are merging minimal and use case related yaml profiles (for example vFW required) – this is complicated by the fact they must allocate enough ram per container to handle the 66% JVM GC

Re: [onap-discuss] Update S3P for TSC

2018-11-27 Thread Michael O'Brien
are helping. I think common issues across project should be consolidated and fixed at a higher level if you want this accelerated. Thank you /michael From: ZWARICO, AMY Sent: Tuesday, November 27, 2018 9:37 AM To: Michael O'Brien ; Gildas Lanilis ; onap-discuss@lists.onap.org Cc

Re: [onap-discuss] Multicloud pod restart fails

2018-11-27 Thread Michael O'Brien
Yang, Looks like all the errors are secondary - pods like filebeat trying to attach as a sidecar etc... except the CNI networking one - this one looks like there is an issue with either your k8s network or your general system. How does the rest of the k8s system look like besides

Re: [onap-discuss] Has anyone had success in restarting the #kubernetes cluster after a power outage with an #OOM #Beijing ONAP

2018-11-27 Thread Michael O'Brien
Hi, This is a kubernetes undercloud issue – not specific to onap I regularly restart my VMware VM’s – especially when duplicating VMs across laptops – in that case there are 3 scenarios – I would like to cover off it you are experiencing #3 – IP change – that will render your cluster

Re: [onap-discuss] Update S3P for TSC

2018-11-26 Thread Michael O'Brien
Lanilis ; Michael O'Brien ; onap-discuss@lists.onap.org Cc: Stephen Terrill ; pawel.pawl...@orange.com; Kenny Paul Subject: RE: Update S3P for TSC Michael, my email has been behaving strangely today. So sorry that I missed the fact that the link is to the protected page (https://wiki.onap.org

[onap-discuss] Jenkins helm verify failure due to stopped helm repo - reran "sudo helm serve &" to restart on the jenkins vm - move helm serv line above make line

2018-11-23 Thread Michael O'Brien
Jessica, Noticed a job failure - cause is a missing helm repo instance like https://git.onap.org/logging-analytics/tree/deploy/rancher/oom_rancher_setup.sh#n223 sudo helm serve & https://gerrit.onap.org/r/#/c/73431/ https://jenkins.onap.org/job/oom-master-verify-helm/1321/console

Re: [onap-discuss] OOM resources limits

2018-11-23 Thread Michael O'Brien
Eric, Thanks for the work/triage - we will address the POMBA and also review the LOG resource limits (11+3) - raised tracking epic Are we doing this for Casablanca for the morning of the 27th (there is only 1.5 days left) or doing it in the Dublin branch when it is ready?

Re: [onap-discuss] [OOM][Casablanca][POMBA] pomba kibana is OOMKilled all the time

2018-11-23 Thread Michael O'Brien
Sylvain, Thanks for the heads up, I verified behavior on a couple environments – the AWS CD system and a dev VMware deploy on my laptop are OK. Like James states the timing may be off depending on what is on that particular VM in the 1+13 cluster – bringing up only POMBA is fine for

Re: [onap-discuss] Update S3P for TSC

2018-11-22 Thread Michael O'Brien
Sent: Wednesday, November 21, 2018 4:53 PM To: Michael O'Brien ; ZWARICO, AMY ; onap-discuss@lists.onap.org Cc: Stephen Terrill ; pawel.pawl...@orange.com; Kenny Paul Subject: RE: Update S3P for TSC Hi Michael, We has some licensing compliance with the tool we are using for the scan

Re: [onap-discuss] Update S3P for TSC

2018-11-22 Thread Michael O'Brien
: ZWARICO, AMY Sent: Wednesday, November 21, 2018 8:43 AM To: onap-discuss@lists.onap.org; Michael O'Brien ; Gildas Lanilis Cc: Stephen Terrill ; pawel.pawl...@orange.com; Kenny Paul Subject: RE: [onap-discuss] Update S3P for TSC So sorry. I looked at the URL too quickly and thought that the page

Re: [onap-discuss] ONAP Portal issue #music

2018-11-22 Thread Michael O'Brien
Sangeeth, Thanks for the triage - and the scenario - usually we just raise a bug for NPE's even if a parameter change/addition would bypass this code path. Checked the history in IntelliJ. Feel free to adjust the jira Looks like the NPE may be caused by the previous call to

Re: Suspected SPAM - [onap-discuss] [dmaap] problem with redeploy on latest branch

2018-11-22 Thread Michael O'Brien
Depending on your deployment/redeployment state and whether you had any DCAE - a manual cleanup including the pvc deletion will be required - the following purge and 4 complete eradications will clean your cluster https://git.onap.org/logging-analytics/tree/deploy/cd.sh#n76 sudo helm

Re: [onap-discuss] [portal] problem with starting portal-portal-app

2018-11-22 Thread Michael O'Brien
Marcin, Is there eventually one portal-db-config pod completed - it is normal for config jobs to retry until they pass. onap onap-portal-portal-db-config-4k6rj 0/2 Completed 0 9d However I find it odd that a config job has a

Re: [onap-discuss] Update S3P for TSC

2018-11-21 Thread Michael O'Brien
way/8e7c981bf15e44369bb6ca29d7895ea4> SONATYPE-2017-0312 False Positive From: ZWARICO, AMY Sent: Tuesday, November 20, 2018 9:43 PM To: Michael O'Brien ; Gildas Lanilis Cc: Stephen Terrill ; pawel.pawl...@orange.com; ZWARICO, AMY Subject: RE: Update S3P for TSC Thank you for you

Re: [onap-discuss] [oom] Helm Installation failure

2018-11-19 Thread Michael O'Brien
Hi, You should use Mike's undeploy/deploy plugin https://wiki.onap.org/display/DW/OOM+Helm+%28un%29Deploy+plugins But if you run into any existing artifact (pv, pvc, secret, clusterrolebinding) - run the following in sequence - some of this may be due to the secondary cloudify

Re: [onap-discuss] ONAP deployment - are apt-get install commands OK in the dockerFile (now non-stateless, see offline-installer) #cia #deployment

2018-11-19 Thread Michael O'Brien
– allowing for offline installs as well. Discussion here is focused only on the entrypoint sh scripts and git pulls. Thank you /michael From: onap-discuss@lists.onap.org On Behalf Of Michael O'Brien Sent: Saturday, November 17, 2018 10:00 AM To: onap-discuss@lists.onap.org; gildas.lani

[onap-discuss] logging weekly meeting 20181120 cancelled due to conflicting meet #log

2018-11-19 Thread Michael O'Brien
Team, We will address the items from last weeks' meeting next Tue 20181127 - right after the TSC RC2 release meet https://wiki.onap.org/display/DW/LOG+Meeting+Minutes+2018-11-13 /michael “Amdocs’ email platform is based on a third-party, worldwide, cloud-based system. Any emails sent to

Re: [onap-discuss] ONAP deployment - are apt-get install commands OK in the dockerFile (now non-stateless, see offline-installer) #cia #deployment

2018-11-17 Thread Michael O'Brien
project – internet access would be required just like the “git clone”. I recommend we discuss this at the next PTL meet. I ask this also to the CIA and Offline-installer projects as a general guidance on enhancing base images. Thank you /michael From: Michael O'Brien Sent: Thursday

Re: [onap-discuss] ONAP deployment

2018-11-15 Thread Michael O'Brien
-builder/tree/src/main/docker/Dockerfile https://git.onap.org/logging-analytics/pomba/pomba-sdnc-context-builder/tree/src/main/docker/startService.sh From: onap-discuss@lists.onap.org On Behalf Of Michael O'Brien Sent: Thursday, November 15, 2018 6:24 PM To: gildas.lani...@huawei.com; onap-rele

Re: [onap-discuss] ONAP deployment

2018-11-15 Thread Michael O'Brien
Gildas, for logging-analytics no For logging-analytics-pomba* (6 repos) - going through the code now for later today. Also we may want to expand the list to more than git clone - if your goal is offline onap install integrity. apt-get install wget git clone chef operations /michael

Re: [onap-discuss][logging][multicloud] filebeat sidecar for multicloud pods failed to publish log message to logstash

2018-11-15 Thread Michael O'Brien
that generated your logs so I can reproduce it in my stack. Thank you /michael From: Yang, Bin Sent: Thursday, November 15, 2018 1:22 AM To: onap-discuss@lists.onap.org; Yang, Bin ; Michael O'Brien Cc: Ethan Lynn (ethanly...@vmware.com) ; HUANG, HAIBIN (haibin.hu...@intel.com

Re: [onap-discuss] oparent 1.2.2 released

2018-11-13 Thread Michael O'Brien
Gary thanks for the release - incorporating now so any move beyond Spring 5.0.9 to 5.0.10 to 5.1.2 will not get 4 library overrides back to 5.0.9 https://jira.onap.org/browse/LOG-835 https://jira.onap.org/browse/INT-716 Thank you /michael From: onap-discuss@lists.onap.org On Behalf Of Gary Wu

Re: [onap-discuss] running run-clm on all repos immediately without waiting for weekly sunday build - to fix stale nexus-iq reports

2018-11-11 Thread Michael O'Brien
t repos so - as we are being hammered on CLM work. https://jira.onap.org/browse/TSC-50 Thank you /michael -Original Message- From: Andrew Grimberg Sent: Saturday, November 10, 2018 12:01 PM To: onap-discuss@lists.onap.org; Michael O'Brien Subject: Re: [onap-discuss] running run-clm on

Re: [onap-discuss] Logging/POMBA CLM status - and spring-boot moving target discussion

2018-11-11 Thread Michael O'Brien
but no java 1.2.2 yet /michael From: Michael O'Brien Sent: Saturday, November 10, 2018 11:04 AM To: 'Gildas Lanilis' ; 'Catherine LEFEVRE' ; Stephen Terrill ; 'az9...@att.com' Cc: onap-discuss@lists.onap.org Subject: Logging/POMBA CLM status - and spring-boot moving target discussion Amy

[onap-discuss] oparent spring 5.0.9 versions must be upgraded to 5.1.2 to fix oparent CLM issue and unblock downstream overrides - oparent CLM job needs to be run daily not weekly

2018-11-11 Thread Michael O'Brien
Team, This brings up a larger issue around the fact that oparent cannot have any red or orange CLM issues at any time - if the rest of us are going to inherit properly from it - any CLM issue above is currently getting inherited downstream. I understand that 5.0.9 just went CLM-bad

[onap-discuss] Logging/POMBA CLM status - and spring-boot moving target discussion

2018-11-10 Thread Michael O'Brien
Amy, The CLM page is updated, I raised several bugs against our project for the ecosystem of issues across the repos - so we can cover them off without missing any. https://wiki.onap.org/pages/viewpage.action?pageId=43385152 A couple weeks ago we fixed most of the

[onap-discuss] running run-clm on all repos immediately without waiting for weekly sunday build - to fix stale nexus-iq reports

2018-11-09 Thread Michael O'Brien
Team, Noticed some of the clm reports are stale - not reflecting current state of dependency issues. This is usually fixed by the magic word "run-clm" - in a current merge. Issue is how do I kick of builds in all the repos without having to hunt down the last commit for each repo - or

Re: [onap-discuss] Unable to push patch to gerrit

2018-11-08 Thread Michael O'Brien
I have received this on one of my mac's a couple times - googled and fixed via procedure https://wiki.onap.org/display/DW/ONAP+Development#ONAPDevelopment-Quickstarts If you get a 404 on commit hooks - reconfigure - https://lists.onap.org/pipermail/onap-discuss/2018-May/009737.html curl -kLo

[onap-discuss] No LOG meeting Tue - prep for RC2, sick and Corp meet #log

2018-11-05 Thread Michael O'Brien
Team, No logging meet this week on Tue, I doing work for RC2, I can't talk too much (first time sick in 2 years) and there is a Corp meet at the same time. Thank you /michael “Amdocs’ email platform is based on a third-party, worldwide, cloud-based system. Any emails sent to Amdocs will

[onap-discuss] POMBA zoom issue - use alternate https://zoom.us/j/7939937123

2018-11-01 Thread Michael O'Brien
Team, The normal pomba meeting zoom has the "other meeting in progress" - for now use my https://zoom.us/j/7939937123 /michael “Amdocs’ email platform is based on a third-party, worldwide, cloud-based system. Any emails sent to Amdocs will be processed and stored using such system and

Re: [onap-discuss] AWS deploy

2018-10-31 Thread Michael O'Brien
, October 31, 2018 8:38 AM To: Michael O'Brien Subject: AWS deploy Hello Obrien, We are working to deploy ONAP on our servers with OOM. I saw that there is a Cloud Native Deploment project. Can you tell me if this is the most recent procedure to install ONAP on AWS? https://wiki.onap.org/display/DW

Re: [onap-discuss] Issues with Tiller (Cannot Connect to Tiller)

2018-10-27 Thread Michael O'Brien
Itohan, Like Kiran mentions – register the IP of the master and use kubectl only from that vm – I understood this to be implicit – but will update the docs. If you are new to kubernetes/helm then start with a non-clustered setup – install the system as per the script in the jira – bring up

Re: [onap-discuss] Please Join Us at the LF Deep Learning Project For Acumos AI Day in NYC

2018-10-25 Thread Michael O'Brien
Reubin, Hi, I was originally booked for this conference but I had to switch to the ONAP Academic conference a week ago for this mon/tue at the same location - which took this months' budget https://wiki.onap.org/display/DW/ONAP+Academic+Summit+-+October+2018 For reference, ONAP and acumos

[onap-discuss] ONAP Logging meeting 20181030 cancelled due to LF OSN conflict #log

2018-10-25 Thread Michael O'Brien
I have a conflict presenting at the LF OSN conference around that time on Tue. https://events.linuxfoundation.org/events/osn_days_2018/north-america/ottawa_ontario_canada/ thank you /michael “Amdocs’ email platform is based on a third-party, worldwide, cloud-based system. Any emails sent to

Re: [onap-discuss] [OOM] Docker v17.03 isn't available in Ubuntu 18.04

2018-10-24 Thread Michael O'Brien
George, Hi, yes I have tried 18.02 – as I am keen to move my development vms where I run k8s/oom and eclipse together from 16.04 – no luck- I have not tried rancher 2.1 yet - which may work. Testing was started and stopped on a Saturday on 30th June https://jira.onap.org/browse/LOG-526 via

Re: [onap-discuss] Issues with Tiller (Cannot Connect to Tiller)

2018-10-24 Thread Michael O'Brien
Itohan, Hi, the k8s cluster is sensitive to network lag or timeouts - we are working this out if the out of the box k8s config is sufficient for all cloud-native deployments. On some systems the cluster may degrade over a couple days to a month - I have systems with 1500+ k8s container

Re: [onap-discuss] python logging library #logging #oof #multivim #multicloud #python

2018-10-24 Thread Michael O'Brien
/onap-discuss/topic/logging_python_logging/25307286?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,25307286 Michael O'Brien Sep 10 #12340<https://lists.onap.org/g/onap-discuss/message/12340> Hi, good question. The Multivim/multicloud team (Liang Ke) developed and pushed the python v

[onap-discuss] Logging Dublin scope review meet 1600EDT GMT-5 #log

2018-10-23 Thread Michael O'Brien
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Eastern Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0400 TZOFFSETTO:-0500 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT

[onap-discuss] Logging meeting at 11 run by co-PTL Prudence Au - Michael working ONAP Academic Conference

2018-10-23 Thread Michael O'Brien
Michael O'Brien<https://wiki.onap.org/display/~michaelobrien> is working at the ONAP Academic Summit <https://wiki.onap.org/display/DW/ONAP+Academic+Summit+-+October+2018> Mon/Tue - Prudence Au<https://wiki.onap.org/display/~pau2882> will run the meeting https://wiki.onap.

[onap-discuss] Prudence is proxy/co-PTL for Logging meeting tue and log/pomba PTL meet monday - I am at the ONAP academic summit #log

2018-10-21 Thread Michael O'Brien
Team, I will be mostly out of the office from 8-18:00 EDT (GMT-5) on Mon and Tue for the ONAP Academic summit Prudence Au - my co-PTL will represent the logging/pomba projects in the PTL meeting Monday and the logging meeting Tue. Normally I would be available during the conference

Re: [onap-discuss] [AAI] [OOM] AAI Elastic search pod not coming up in master branch

2018-10-17 Thread Michael O'Brien
Sirisha, Hi, that is a common OS based issue for some new VM’s depending on your undercloud – this is the vm.max_map_count of 64k instead of 256Kb limitation - not 256Gb on the OS. This occurs for all elasticsearch containers whether AAI, CLAMP, LOG, SDC…. Run the following before doing

Re: [onap-discuss] [sdnc][integration]SDNC fails health check after ONAP install

2018-10-15 Thread Michael O'Brien
1/1 Running0 1h /michael From: onap-discuss@lists.onap.org On Behalf Of Michael O'Brien Sent: Monday, October 15, 2018 7:36 PM To: onap-discuss@lists.onap.org; yang@huawei.com Subject: Re: [onap-discuss] [sdnc][integration]SDNC fails health check after

Re: [onap-discuss] [sdnc][integration]SDNC fails health check after ONAP install

2018-10-15 Thread Michael O'Brien
On a full deployment out of the box I am seeing better behavior. Maybe post more details about your deployment - full/partial or -set ?.enabled=true/false yaml overrides 20181015:1930 update Michael O'Brien<https://jira.onap.org/secure/ViewProfile.jspa?name=michaelobrien> Yang -

Re: [onap-discuss] SDC UI --- How to create VSP without Heat Template

2018-10-15 Thread Michael O'Brien
There is a split heat template you can use for the vFW in the repo - I have not run the templates since Dec, but I will be doing so this week to prep for 2 conference demo's later this month. I'll notify on the process https://git.onap.org/demo/tree/heat/vFWCL /michael From:

[onap-discuss] CLM dependency fixing in eclipse dependency hierarchy pane - faster turnaround best practices #2101

2018-10-10 Thread Michael O'Brien
Team, As usual I forget about a feature I used to use to great effect - most of you know this already - just posting in case someone else is trying to track down dependency trees to get the culprit bringing in a rogue lower version of spring-core or spring-boot for example - rediscovered

[onap-discuss] Unplanned outage of GERRIT SSH access today 20181010:1130-1200 EDT (GMT-4)

2018-10-10 Thread Michael O'Brien
Ssh gerrit access timed out for 30 min today (git clones, git review ) By noon the ssh access was back. Do we have a planned outage page - as myself and several others could not push changes for 30 min affecting the release timeline. Thank you /michael “Amdocs’ email platform is based on a

Re: [onap-discuss] Release procedure for repos with a pom hierarchy that includes multiple war/jars per repo #logging #pomba #release

2018-10-03 Thread Michael O'Brien
) Skipping both root poms, kubernetes, docker modules Thank you /michael From: onap-discuss@lists.onap.org On Behalf Of Michael O'Brien Sent: Tuesday, October 2, 2018 6:15 PM To: Gary Wu ; onap-discuss@lists.onap.org Cc: Prudence Au ; Jessica Wagantall Subject: Re: [onap-discuss] Release

Re: [onap-discuss] [ONAP Helpdesk #61676] gerrit down

2018-10-02 Thread Michael O'Brien
va/130/console /michael -Original Message- From: onap-discuss@lists.onap.org On Behalf Of Michael O'Brien Sent: Tuesday, October 2, 2018 4:10 PM To: onap-discuss@lists.onap.org; bf1...@att.com; TIMONEY, DAN ; gary.i...@huawei.com; DRAGOSH, PAM ; gildas.lani...@huawei.com Cc: L

Re: [onap-discuss] nexus and nexus3 bottleneck

2018-10-02 Thread Michael O'Brien
Team, Just an fyi I did see this late last week - the verify parts of the build where we do all the compliance testing was taking 3-5 min for each search Also, I did see one timeout just now - 2nd retry was ok 22:27:19 [INFO] --- maven-compiler-plugin:3.1:compile

Re: [onap-discuss] Release procedure for repos with a pom hierarchy that includes multiple war/jars per repo #logging #pomba #release

2018-10-02 Thread Michael O'Brien
a talk with Prudence). I may bundle the entire pom project branch (3 jars + 1 war) into one release as you suggested Part 2 https://gerrit.onap.org/r/#/c/69692/2 Thank you /michael From: Gary Wu Sent: Tuesday, October 2, 2018 4:22 PM To: onap-discuss@lists.onap.org; Michael O'Brien Cc

Re: [onap-discuss] [ONAP Helpdesk #61676] gerrit down

2018-10-02 Thread Michael O'Brien
Team, Gerrit clones were ok for me just now at 1600EDT (only issue was 12 hours ago - once) I have a CD system (runs on AWS us-east-1/2) that runs every hour pulling OOM master and deploying (automated hourly logging/pomba healthcheck) - there are logs on Jenkins - I did have an issue

[onap-discuss] Release procedure for repos with a pom hierarchy that includes multiple war/jars per repo #logging #pomba #release

2018-10-02 Thread Michael O'Brien
Team, Bringing this up to the community because we have a couple general questions around how to release projects with many artifacts per repo. Running into an issue where I need to 1 artifact at a time but the jobs and my pom structure is set for a single global build. Prudence,

Re: [onap-discuss] OOM latest deployment error

2018-10-01 Thread Michael O'Brien
Sent: Monday, October 1, 2018 1:43 AM To: onap-discuss@lists.onap.org; Michael O'Brien ; Borislav Glozman Subject: OOM latest deployment error Hi All, I'm trying to deploy ONAP using master branch of OOM. I followed the steps as mentioned in the README file. On installing using the helm command

Re: [onap-discuss] jenkins hudson timeout failures - seeing them again

2018-09-26 Thread Michael O'Brien
The 4th build worked - was intermittent - thanks Patch Set 18: Verified+1 Build Successful From: onap-discuss@lists.onap.org On Behalf Of Michael O'Brien Sent: Wednesday, September 26, 2018 2:11 PM To: onap-discuss@lists.onap.org Cc: 'helpd...@onap.org' Subject: [onap-discuss] jenkins

[onap-discuss] jenkins hudson timeout failures - seeing them again

2018-09-26 Thread Michael O'Brien
Team, Just a heads up on some unrelated build failures that I are likely being fixed as part of the infrastructure issues I have seen these in the past earlier in the week - so not new Thank you /michael 17:29:27 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 17:29:27

Re: [onap-discuss] New authentication and authorization in Casablanca for #aai

2018-09-24 Thread Michael O'Brien
: Monday, September 24, 2018 4:50 PM To: Michael O'Brien ; onap-discuss@lists.onap.org Cc: Prudence Au ; James MacNider ; Sharon Chisholm ; Arul Nambi ; Steven Blimkie ; Susan Bylsma ; Francis Paquette ; Gildas Lanilis Subject: Re: [onap-discuss] New authentication and authorization

Re: [onap-discuss] New authentication and authorization in Casablanca for #aai

2018-09-24 Thread Michael O'Brien
Jimmy, Thanks for the heads up on the AAI proposal from the 17th In regards to the our PTL meet this morning and the mails to all the PTLs where their pods do calls to AAI – could you add POMBA/Logging to the private email list around

Re: [onap-discuss] Installing a test docker image for SDNC

2018-09-21 Thread Michael O'Brien
George, Hi, I use this pattern for my logging demo docker container which lives on dockerhub for now and also deploy the helm chart in a separate release but in a shared onap namespace. In my case I use the oomk8s account in dockerhub – but you can use your own by changing the repo

Re: [onap-discuss] Jenkins helm verify job failing on hudson RPC call #oom

2018-09-20 Thread Michael O'Brien
Update - the 3rd build worked on a different Jenkins slave /michael From: onap-discuss@lists.onap.org On Behalf Of Michael O'Brien Sent: Thursday, September 20, 2018 5:41 PM To: onap-discuss@lists.onap.org; 'helpd...@onap.org' Subject: [onap-discuss] Jenkins helm verify job failing on hudson

[onap-discuss] Jenkins helm verify job failing on hudson RPC call #oom

2018-09-20 Thread Michael O'Brien
Team, Hi, we are unable to merge OOM jobs because of the -1 from the jobbuilder on the RPC timeout. I have attached details to the jira - in this example the change went through a make fine (the same as helm verify) and I helm deployed the change ok. 21:06:53 [ssh-agent] Using credentials

Re: [onap-discuss] OOM Full deployment - do a --set contrib.enabled=false until CCSDK-366 is completed - fixed

2018-09-18 Thread Michael O'Brien
Fixed/verified - master is good https://gerrit.onap.org/r/#/c/67323/1 /michael From: onap-discuss@lists.onap.org On Behalf Of Michael O'Brien Sent: Monday, September 17, 2018 9:04 PM To: onap-discuss@lists.onap.org Subject: [onap-discuss] OOM Full deployment - do a --set contrib.enabled=false

[onap-discuss] OOM Full deployment - do a --set contrib.enabled=false until CCSDK-366 is completed

2018-09-17 Thread Michael O'Brien
Team, If you get the following, first found by JRam To avoid this please reserve and implement non-conflicting ports and deploy the entire system if you change charts in OOM - both before and after merging code to master - see Mike's

Re: [onap-discuss] ONAP - Delete charts

2018-09-13 Thread Michael O'Brien
– if you don’t like manually deleting pv/pvcs /michael From: jkzcristiano Sent: Thursday, September 13, 2018 1:03 PM To: Michael O'Brien Subject: ONAP - Delete charts Dear Michael, You may help me with the following procedure. I purged ONAP 2.0.0-ONAP: 1. Delete each installed component

Re: [onap-discuss] ONAP Logging Project

2018-09-10 Thread Michael O'Brien
after the ONAP TSC. Thank you /michael From: David Farrelly Sent: Thursday, September 6, 2018 3:47 AM To: Luke Parker ; Michael O'Brien Cc: Jacqueline Harney Subject: ONAP Logging Project Hi Michael, Luke I am an engineer in Ericsson and my team is currently looking at the 3GPP PM

Re: [onap-discuss] Change in oom[master]: helm chart for so containers

2018-09-10 Thread Michael O'Brien
: Monday, September 10, 2018 12:17 PM To: Mike Elliott ; FREEMAN, BRIAN D ; Michael O'Brien ; Roger Maitland ; HU, JUN NICOLAS ; Seshu Kumar M ; Marcus Williams ; Gary Wu ; Borislav Glozman ; Mandeep Khinda Cc: SMOKOWSKI, STEVEN Subject: RE: Change in oom[master]: helm chart for so containers Hi

Re: [onap-discuss][Logging] Python Logging library

2018-09-10 Thread Michael O'Brien
Shankar, Hi, good question. The Multivim/multicloud team (Liang Ke) developed and pushed the python version of the library with MDC. The python3 and MARKER(label) support was pushed this week. I would recommend using their library that they deploy to their 4 multicloud python containers

Re: [onap-discuss] Spike nodePortPrefix

2018-09-10 Thread Michael O'Brien
hael From: Michael Arrastia Sent: Friday, September 7, 2018 8:02 AM To: Michael O'Brien ; Borislav Glozman Cc: Giulio Graziani ; Gabriel Sanchez Subject: Spike nodePortPrefix Hi Michael, Thank you for your response on the OOM NodePort List<https://wiki.onap.org/display/DW/OOM+NodePort+List>

Re: [onap-discuss][Environment setup]

2018-09-10 Thread Michael O'Brien
Prasad, Hi, docker, rancher master, helm and kubectl are installed on the master Docker and the rancher client container are installed on the minion/kubernetes/cluster-nodes – (no kubectl or helm required). A refused connection usually means tiller is not running – check that you are

Re: [onap-discuss] OOM Beijing HW requirements

2018-09-05 Thread Michael O'Brien
Michal, Hi, there is a procedure to increase the 110 limit here https://lists.onap.org/g/onap-discuss/topic/oom_110_kubernetes_pod/25213556?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,25213556 /michael From: onap-discuss-boun...@lists.onap.org On Behalf Of Roger Maitland Sent: Monday,

[onap-discuss] [oom] 110 kubernetes pod limit increase for single node dev deployment testing - procedure

2018-09-05 Thread Michael O'Brien
Team, There is a workaround for the default (rancher template) -max-pods=110 limit per node - I would set it to over 200 - I left this on the side since June because I have AWS clusters - but I think it would be good to have a single node deployment for dev testing - with the

Re: [onap-discuss] [OOM] helm install local/onap fails - fix for #clamp #aaf #pomba

2018-09-04 Thread Michael O'Brien
Team, AAF, CLAMP, POMBA, Integration, OOM, As James has iterated – when you add/change a nodeport – do a full helm install/upgrade of your onap deployment – with “all” pods on – not just the vFW subset where several pods are disabled via –set .enabled=false – use the default/inferred

Re: [onap-discuss] [ONAP Helpdesk #60323] RE: [deploy] helm verify job failing - being worked on - verified OK

2018-08-29 Thread Michael O'Brien
x" not defined Verified - OK Issue closed /michael -Original Message- From: Jeremy Phelps via RT Sent: Wednesday, August 29, 2018 6:31 PM To: Michael O'Brien Cc: onap-discuss@lists.onap.org Subject: [ONAP Helpdesk #60323] RE: [deploy] helm verify job failing - being worked on Hi

Re: [onap-discuss] [deploy] helm verify job failing - being worked on

2018-08-29 Thread Michael O'Brien
another helm chart also worked Fix required: TODO: The verify-helm job needs to be adjusted so that it picks up the review instead of running only on the merged master branch Thanks /Mandeep, Prudence, Michael From: onap-discuss@lists.onap.org On Behalf Of Michael O'Brien Sent: Wednesday, August

[onap-discuss] [deploy] helm verify job failing - being worked on

2018-08-29 Thread Michael O'Brien
OOM deployers, There is currently an issue with one of the charts – the effect of any broken chart breaks the make for all of onap – hence the helm verify job. We are looking at fixing this right now – usually this “UTF-8 octet” means windows to unix DB char issues.

Re: [onap-discuss] [PTL] Zoom record capability - fixing permissions for existing PTLs - gathering list #zoom

2018-08-29 Thread Michael O'Brien
LF, Kenny, Hi, here is the list of 4 meetings that need recording capability for the following users. Logging-analytics (Tue 1500UTC - https://zoom.us/j/519971638 meeting 6<https://zoom.us/j/519971638%20meeting%206>) - for Michael O'Brien LF:michaelobrien OOM (Wed 1400UTC -

Re: [onap-discuss] [OOM][Integration] HELM upgrade 2.8.2 to 2.9.1 (no func change) in progress for k8s installs and OOM/Integration #oom #integration #helm

2018-08-22 Thread Michael O'Brien
s for 2.9.1 to 2.8.2 https://git.onap.org/oom/tree/kubernetes/onap/Chart.yaml#n24 -tillerVersion: "~2.9.1" +tillerVersion: "~2.8.2" Thank you /michael From: onap-discuss@lists.onap.org On Behalf Of Michael O'Brien Sent: Friday, August 17, 2018 5:15 PM To: onap-discuss@

Re: [onap-discuss] Complete details required - OANP to VNF via openstack

2018-08-21 Thread Michael O'Brien
ted and are not containerized yet like the ONAP system itself) Community will add to this discussion. Thank you /michael From: Shubhra Garg Sent: Tuesday, August 21, 2018 8:31 AM To: Michael O'Brien ; onap-discuss@lists.onap.org Subject: Re: Complete details required - OANP to VNF via openst

[onap-discuss] [PTL] Zoom record capability - fixing permissions for existing PTLs - gathering list #zoom

2018-08-21 Thread Michael O'Brien
1500UTC - https://zoom.us/j/519971638 meeting 6<https://zoom.us/j/519971638%20meeting%206>) - for Michael O'Brien LF:michaelobrien OOM (Wed 1400UTC - https://zoom.us/j/118908904 meeting 5 ) = Mike Elliott LF:melliott POMBA (Thu 1200UTC - https://zoom.us/j/415990613 meeting 6<https://

Re: [onap-discuss] Problem with helm (server version)

2018-08-20 Thread Michael O'Brien
Rudolf, In your screencap I see tiller-deploy is "Running" but the actual tiller container in in state: "Terminated" - it has restarted 143 times. Check you cluster that the host VMs have registered using the correct routable IP back to the master I would expect to see 0/1 in your get pods

[onap-discuss] Logging M3 template ready #logging

2018-08-20 Thread Michael O'Brien
Gildas, As per instructions I have posted the M3 template link to this list. https://wiki.onap.org/display/DW/Logging+Casablanca+M3+Deliverables+for+API+Freeze+Milestone+Checklist+Template Thank you /michael This message and the information contained herein is proprietary and

[onap-discuss] CLM CVE links from jenkins CLM jobs stopped working around 1030 due to intermittent IQ sonar license issue?

2018-08-20 Thread Michael O'Brien
Team, 30 min ago during the PTL meeting I was able to navigate the CVE links (see which later versions of libraries are marked as OK) - no problem As of about 30 min ago I am getting a license and more general error with the link from the Jenkins CLM job

[onap-discuss] [OOM][Integration] HELM upgrade 2.8.2 to 2.9.1 (no func change) in progress for k8s installs and OOM/Integration #oom #integration #helm

2018-08-17 Thread Michael O'Brien
Team, Heads up - We are upgrading helm to 2.9.1 (bug fixes only) from 2.8.2 across all the known kubernetes installations (integration, logging, azure), the OOM configuration check, the docs. Here is the merge order upgrade these in order from 2.8.2 to 2.9.1 0 (merged) -

Re: [onap-discuss] Access to OOM meetings

2018-08-13 Thread Michael O'Brien
/display/DW/OOM+Developer+Guide thank you /michael From: shruthi sharma Sent: Wednesday, August 8, 2018 6:08 PM To: Michael O'Brien Subject: Access to OOM meetings Hi Frank, I am Sruthi Kotaru, currently a computer science grad student. I am interested in working OOM project for which I am

Re: [onap-discuss] Should there be an email list for gerrit review comments?

2018-08-10 Thread Michael O'Brien
Jessica of the LF pointed me to the watch setting on each repo in gerrit - you get mails on everything happening in the repo - essentially mailing list behavior - which works well /michael -Original Message- From: onap-discuss@lists.onap.org On Behalf Of Andrew Grimberg Sent: Friday,

Re: [onap-discuss] [oom] Please merge these OOM changes

2018-08-08 Thread Michael O'Brien
All 3 in - thanks Gary for the rebase on the merge conflict that merging #2 forced on #1 /michael From: onap-discuss@lists.onap.org On Behalf Of Michael O'Brien Sent: Wednesday, August 8, 2018 4:38 PM To: onap-discuss@lists.onap.org; gary.i...@huawei.com Cc: 'HU, JUN NICOLAS' Subject: Re

Re: [onap-discuss] ONAP Casablanca Security Testing

2018-08-08 Thread Michael O'Brien
To: Michael O'Brien ; Lefevre, Catherine ; Stephen Terrill Cc: onap-sec...@lists.onap.org; onap-discuss@lists.onap.org Subject: Re: [onap-discuss] ONAP Casablanca Security Testing Thanks Michael for all those information, does Logging Framework has the following three categories in scope: login logs

Re: [onap-discuss] [oom] Please merge these OOM changes

2018-08-08 Thread Michael O'Brien
Gary, Update: #2 and #3 were just merged by Jun. Hi, we raised this issue in the oom meet today - sorry for the delay - essentially all the amdocs committers are out on vac=Mike, vac=Mandeep, business-trip=Borislav (which are in some cases all the reviewers in a couple of your jiras) - I

Re: [onap-discuss] ONAP Casablanca Security Testing

2018-08-08 Thread Michael O'Brien
) Thank you /michael From: Yunxia Chen Sent: Wednesday, August 8, 2018 1:41 PM To: Lefevre, Catherine ; Stephen Terrill ; Michael O'Brien Cc: onap-sec...@lists.onap.org Subject: Re: ONAP Casablanca Security Testing Hi, Catherine, For Log Audit, using the existing Logging Framework would be great

Re: [onap-discuss] Logging Standards

2018-08-08 Thread Michael O'Brien
Monday, August 6, 2018 1:26 PM To: GUPTA, PARICHAY ; THAKORE, SHISHIR B ; Michael O'Brien ; AGRAHARAM, SANJAY Subject: RE: Logging Standards Adding Michael and Sanjay as well. Michael, Sanjay, See question below Thanks!! Spondon From: GUPTA, PARICHAY Sent: Monday, August 06, 2018 1:25 PM T

Re: [onap-discuss] jira, wiki, gerrit, git DOWN, nexus3, nexus, sonar UP

2018-08-07 Thread Michael O'Brien
Back up as of 2208 - must have hit a maintenance window /michael From: onap-discuss@lists.onap.org On Behalf Of Michael O'Brien Sent: Tuesday, August 7, 2018 10:07 PM To: onap-discuss@lists.onap.org; 'helpd...@onap.org' Subject: [onap-discuss] jira, wiki, gerrit, git DOWN, nexus3, nexus, sonar

[onap-discuss] jira, wiki, gerrit, git DOWN, nexus3, nexus, sonar UP

2018-08-07 Thread Michael O'Brien
LF, Jira, wiki, gerrit, git are all offline as of 2200 EDT GMT-4 /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

Re: [onap-discuss] [SO] separate mailing list

2018-08-03 Thread Michael O'Brien
-1 on a separate mailing list per project I find that splitting up the already distinct project more is not a good development. Onap-discuss should be the goto place for anything onap related including sdnc, security and so related items. /michael From: onap-discuss@lists.onap.org On Behalf Of

Re: [onap-discuss] [ONAP Helpdesk #58617] CLM jobs missing Nexus IQ configuration

2018-08-03 Thread Michael O'Brien
I concur (aka "catch me if you can" movie) Nexus.onap.org - ldap failure for 36+ hours (worked early yesterday) Nexus-iq.wl.linuxfoundation.org - ldap failure for 36+ hours (worked early yesterday) Nexus3.onap.or - OK Sonar.onap.org - OK /michael -Original Message- From:

[onap-discuss] nexus and nexus-iq LDAP authentication failure on login - nexus3 OK

2018-08-03 Thread Michael O'Brien
ONAP Helpdesk, Jessica, Minor but authentication on my LF account started failing today due to an LDAP error on nexus and nexus-iq (note: nexus3 logs in OK) Don't know if this is an ONAP-user wide issue /michael This message and the information contained herein is proprietary and

Re: [onap-discuss] what does CLM stand for - as a jenkins job

2018-08-02 Thread Michael O'Brien
I forgot it is related to the nexus-iq links that we see in the "application composition report" /michael From: Michael O'Brien Sent: Thursday, August 2, 2018 5:09 PM To: onap-discuss@lists.onap.org Subject: what does CLM stand for - as a jenkins job Weird question on my p

[onap-discuss] what does CLM stand for - as a jenkins job

2018-08-02 Thread Michael O'Brien
Weird question on my part - part of narrowing down jars are pushed to nexus.onap.org - which occurs on merges via the *-master-merge-java job that kicks in CLM job stands for ? Thank you /michael This message and the information contained herein is proprietary and confidential and subject to

Re: [onap-discuss] Understanding Daemonset in ONAP

2018-08-02 Thread Michael O'Brien
undercloud agnostic setup https://git.onap.org/logging-analytics/tree/deploy/rancher/oom_rancher_setup.sh thank you /michael From: GENTILE, ALEXANDER Sent: Wednesday, August 1, 2018 6:34 PM To: Michael O'Brien Cc: THAKORE, SHISHIR B Subject: Understanding Daemonset in ONAP Hello Michael, My name

Re: [onap-discuss] JIRA - communications breakdown errors - unable to consistently update JIRAs

2018-08-02 Thread Michael O'Brien
Slowdown is gone - I assume the backup is finished Thank you /michael From: onap-discuss@lists.onap.org On Behalf Of Michael O'Brien Sent: Thursday, August 2, 2018 8:17 AM To: onap-discuss@lists.onap.org; 'helpd...@onap.org' Subject: [onap-discuss] JIRA - communications breakdown errors

  1   2   3   4   5   >