[opnfv-tech-discuss] [doctor] doctor verify jobs were failed

2017-07-09 Thread dong.wenjuan
Hi doctors, The doctor verify jobs were failed in Apex and Fuel Pods, the reason is that: As we called functest builder 'functest-suite-builder': 1) For Fuel Pod It uses salt_master_ip(192.168.10.100) as installer_ip in 'master' branch[1]. So we need to upgrade the version. 2)

Re: [opnfv-tech-discuss] [multisite]stepping down from PTL

2017-07-09 Thread Zhipeng Huang
Thanks Joe, You have lead an incredible effort in building the multisite project and it was a great journey for people like us who were among the first participants. On Mon, Jul 10, 2017 at 9:04 AM, joehuang wrote: > Hello, > > > > Nice to work with you in Multi-site and OPNFV from 2015, ther

Re: [opnfv-tech-discuss] [SFC] Stepping down as OPNFV SFC PTL

2017-07-09 Thread Raymond Paik
Echoing what Juan said... Brady: Thanks for all your work as a PTL over the past 2+ years, but definitely look forward seeing you around :-) On Wed, Jul 5, 2017 at 12:45 AM, Juan Vidal ALLENDE < juan.vidal.alle...@ericsson.com> wrote: > Hi Brady, > > It's sad to hear that, OPNFV-SFC has been a g

[opnfv-tech-discuss] deploy of a virtual environment

2017-07-09 Thread rosa . fernandez
My goal is install the OpenDaylight SFC features in OPNFV with the use of no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml . For this, I followed the instructions of http://opnfvdocsdemo.readthedocs.io/en/latest/submodules/sfc/docs/release/configguide/feature.configuration.html To perform a

[opnfv-tech-discuss] OPNFV Danube SFC physical scenario deployment doubts

2017-07-09 Thread andres . sanchez . ramos
Hello, My name is Andrés Sánchez, i am working on deploying the OPNFV HA scenario on a laboratory on my university. I have been trying to deploy the scenario manually but have been encountering some problems. My actual environment consists of: 5 Nodes: 2 CPUs, 8GB RAM. 1 Fuel master: 2 CP

[opnfv-tech-discuss] OPNFV Doctor weekly meeting

2017-07-09 Thread Ryota Mibu
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:UTC BEGIN:STANDARD DTSTART:16010101T00 TZOFFSETFROM:+ TZOFFSETTO:+ END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T00 TZOFFSETFROM:+ TZOFFSETTO:+ END:DAYLIGHT END:VTIMEZONE BEG

Re: [opnfv-tech-discuss] Multiple docker containers from one project

2017-07-09 Thread Julien
Hi Mark, Yes, there may be some some configuration files or entry point shell file in the sub-directory. We can keep in the same sub-directory and it can be supported well. Can you list some use case for the docker to contain other files in parents' directory? Maybe it also can be supported durin

Re: [opnfv-tech-discuss] Multiple docker containers from one project

2017-07-09 Thread Beierl, Mark
Why should we avoid copy? Why do a git clone of the existing git clone? Almost every dockerfile example I have seen uses copy, not a second got checkout of the same code. Regards, Mark Mark Beierl SW System Sr Principal Engineer Dell EMC | Office of the CTO mobile +1 613 314 8106 mark.bei...@

[opnfv-tech-discuss] [multisite]stepping down from PTL

2017-07-09 Thread joehuang
Hello, Nice to work with you in Multi-site and OPNFV from 2015, there are still lots of interesting staff to do in multi-site area, just as what we discussed in the thread "multi-site next step?"(https://lists.opnfv.org/pipermail/opnfv-tech-discuss/2017-June/016733.html). Unfortunately, I

Re: [opnfv-tech-discuss] Multiple docker containers from one project

2017-07-09 Thread Cedric OLLIVIER
No we cannot (parent directory) and we should mostly avoid copying files (except for configurations). For instance, you could have a look to https://gerrit.opnfv.org/gerrit/#/c/36963/. All Dockerfiles simply download Alpine packages, python packages (Functest + its dependencies) and upper constrai

Re: [opnfv-tech-discuss] Multiple docker containers from one project

2017-07-09 Thread Beierl, Mark
My only concern is for dockerfiles that do a "COPY . /home" in them. That means all the code would be located under the docker directory. I suppose multiple ../ paths can be used instead. Regards, Mark Mark Beierl SW System Sr Principal Engineer Dell EMC | Office of the CTO mobile +1 613 314 81

Re: [opnfv-tech-discuss] Multiple docker containers from one project

2017-07-09 Thread Julien
Hi Cédric, Patch in https://gerrit.opnfv.org/gerrit/#/c/36963/ is exact what I mean. Let's collect the opinions from the releng team. Julien Cedric OLLIVIER 于2017年7月10日周一 上午4:15写道: > Hello, > > Please see https://gerrit.opnfv.org/gerrit/#/c/36963/ which introduces > several containers for Fu

Re: [opnfv-tech-discuss] Multiple docker containers from one project

2017-07-09 Thread Cedric OLLIVIER
Hello, Please see https://gerrit.opnfv.org/gerrit/#/c/36963/ which introduces several containers for Functest too. I think the tree conforms with the previous requirements. Automating builds on Docker Hub is a good solution too. Cédric 2017-07-09 12:10 GMT+02:00 Julien : > Hi Jose, > > Accordi

Re: [opnfv-tech-discuss] Multiple docker containers from one project

2017-07-09 Thread Julien
Hi Jose, According to the current implementation, current script only support one Dockerfile, my personal suggestion is: 1. list all the sub-directory which contains "Dockerfile" 2. build for each sub-directory fetched in #1 3. for the names, in the top directory using the project name, in the sub