Re: [opnfv-tech-discuss] [opnfv-tsc][Compass]Nomination of Committer promotion for Yifei Xue

2017-10-18 Thread Weidong.Shao
+1 From: opnfv-tech-discuss-boun...@lists.opnfv.org [mailto:opnfv-tech-discuss-boun...@lists.opnfv.org] On Behalf Of Chigang (Justin) Sent: Tuesday, October 17, 2017 12:47 AM To: TSC OPNFV Cc: TECH-DISCUSS OPNFV Subject:

Re: [opnfv-tech-discuss] [opnfv-tsc] [Compass]Nomination of Committer promotion for Xinhui Hu

2017-10-18 Thread Weidong.Shao
+1 From: opnfv-tsc-boun...@lists.opnfv.org [mailto:opnfv-tsc-boun...@lists.opnfv.org] On Behalf Of Chigang (Justin) Sent: Tuesday, October 17, 2017 12:58 AM To: TSC OPNFV Cc: TECH-DISCUSS OPNFV ; 104511458

Re: [opnfv-tech-discuss] [releng] How to merge master to euphrates with gerrit

2017-10-18 Thread Yujun Zhang (ZTE)
This could do the trick but I don't quite recommend it. There would be some commits on master you do NOT want to include in stable branches. I suggest to pick commits carefully after inspection and do the cherrypick *one by one *on gerrit. It will keep a record of which patch sets have been

Re: [opnfv-tech-discuss] [releng] How to merge master to euphrates with gerrit

2017-10-18 Thread Alexandru Avadanii
Hi, Not really. A squashed commit will be just that – a single commit, optionally keeping the commit titles and/or descriptions of all the patches, but no further code separation. It’s basically one big patch, with all commit metdata concatenated. If you are after a link between the commits on

Re: [opnfv-tech-discuss] [releng] How to merge master to euphrates with gerrit

2017-10-18 Thread Alec Hothan (ahothan)
Alex, Ross has proposed a method using rebase, is that what you are also proposing? It is still not quite same as a merge (see my reply to Ross). Thanks Alec From: Alexandru Avadanii Date: Wednesday, October 18, 2017 at 4:20 PM To: "Alec Hothan (ahothan)"

Re: [opnfv-tech-discuss] [releng] How to merge master to euphrates with gerrit

2017-10-18 Thread Alec Hothan (ahothan)
Hi Ross, I tried the rebase path and it seems to work. The rebase duplicates all commits of master to the euphrates branch which can make that branch very busy. It is possible to squash all commits into 1 (which is what I’d like to keep the release branch clean). In any case, the main

Re: [opnfv-tech-discuss] [releng] How to merge master to euphrates with gerrit

2017-10-18 Thread Alexandru Avadanii
Hi, Alec, If all you want is one commit on the stable branch, you should look at squashing all commits from master into a single commit on the stable branch. Alex From: opnfv-tech-discuss-boun...@lists.opnfv.org [mailto:opnfv-tech-discuss-boun...@lists.opnfv.org] On Behalf Of Alec Hothan

Re: [opnfv-tech-discuss] [releng] How to merge master to euphrates with gerrit

2017-10-18 Thread Alec Hothan (ahothan)
Hi Trevor, Thanks for the tip! If I am not mistaken that will result in as many commits in euphrates as there are commits to cherry-pick from master? Although you achieve the same final state in stable/euphrates you do end up with potentially significantly more commits than a simple merge. I

Re: [opnfv-tech-discuss] [releng] How to merge master to euphrates with gerrit

2017-10-18 Thread Brattain, Ross B
git remote update # create new branch based on master git checkout -B euphrates-sync-$(date -I) origin/master # rebase on euphrates git rebase origin/stable/euphrates # or to pick patches git rebase -i origin/stable/euphrates # resolve conflicts # submit all patches to gerrit git review

Re: [opnfv-tech-discuss] [releng] How to merge master to euphrates with gerrit

2017-10-18 Thread Trevor Bramwell
Hey Alec, Here's a quick way to cherry-pick these all over to the stable/euphrates branch. Though you'll still need to submit them all through Gerrit: git checkout euphrates git cherry -v stable/euphrates master | cut -d' ' -f2 | xargs -I{} git cherry-pick -x '{}' 'git review' will ask you

Re: [opnfv-tech-discuss] [releng] How to merge master to euphrates with gerrit

2017-10-18 Thread David McBride
+Aric, Trevor Aric or Trevor - could you please advise Alec? On Wed, Oct 18, 2017 at 1:14 PM, Alec Hothan (ahothan) wrote: > I have many commits in master which I’d like to merge to stable/euphrates. > > Would like to check if anybody knows how to merge master into a release

[opnfv-tech-discuss] [fuel] [armband] Full network parameterization using PDF/IDF

2017-10-18 Thread Alexandru Avadanii
Hi, I am happy to announce we finally submitted the final changes for PDF/IDF support in Fuel. We have been using PDF for a few weeks to describe most of the hardware parameters (IPMI credentials for cluster nodes, network VLANs etc.), but we were lacking support for dynamic configuration of

Re: [opnfv-tech-discuss] [functest] [sdnvpn] Proposal for removing installer dependent information in the test tools

2017-10-18 Thread Jose Lausuch
Srikanth, That issue has been already fixed https://gerrit.opnfv.org/gerrit/#/c/45503/ Yes, I think the plugfest is a good forum. Unfortunately I won’t be able to attend but many folks will be there. We can always start the discussion on any of the

[opnfv-tech-discuss] [opnfvdocs] [release] Don't forget to cherry pick your documentation

2017-10-18 Thread Sofia Wallin
Hi everyone, Please don’t forget to cherry pick your documentation to stable/euphrates. Thanks, Sofia ___ opnfv-tech-discuss mailing list opnfv-tech-discuss@lists.opnfv.org https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss

Re: [opnfv-tech-discuss] [functest] [sdnvpn] Proposal for removing installer dependent information in the test tools

2017-10-18 Thread Srikanth Vavilapalli
Hi Jose Yes, the cleaner solution is to move the log collection or any deployer specific actions to outside of test frameworks such that they can be run against any OPNFV compliant platforms. We need to brainstorm in some forum on the best way to achieve this. David, plz help us. For the

[opnfv-tech-discuss] MoMs from the SFC weekly meeting

2017-10-18 Thread Manuel Buil
Hi, Here are the MoMs: http://ircbot.wl.linuxfoundation.org/meetings/opnfv-sfc/2017/opnfv-sfc. 2017-10-18-14.02.html Thanks, Manuel___ opnfv-tech-discuss mailing list opnfv-tech-discuss@lists.opnfv.org

Re: [opnfv-tech-discuss] [opnfvdocs] Question on font size and page width

2017-10-18 Thread Sofia Wallin
The current theme (color scheme, font size and font type) one is what’s being used on https://www.opnfv.org/ Best option or not... I’ll wait and see what the feedback is. The font type will probably stay but to change the font size is this not a big deal. Thanks, Sofia From: Gerald Kunzmann

Re: [opnfv-tech-discuss] [opnfvdocs] Question on font size and page width

2017-10-18 Thread Kunzmann, Gerald
Hi Sofia, thanks for the clarification. I just realized that there are changes e.g. on the font size and font type for Euphrates compared to Danube. http://docs.opnfv.org/en/stable-euphrates/submodules/promise/docs/development/requirements/index.html

Re: [opnfv-tech-discuss] [opnfvdocs] Question on font size and page width

2017-10-18 Thread Sofia Wallin
Hi Gerald, The purpose and structure of the ‘Developer’ section on docs.opnfv.org is still a work in progress. However, recommended structure for your documentation under docs/development/ is found here,

Re: [opnfv-tech-discuss] Support of new types in TOSCA

2017-10-18 Thread Julien
cc to Shang's another email-box. Julien 于2017年10月16日周一 上午9:12写道: > Hi Serena, > > It's a great news for TOSCA supported in Verigraph. It will make TOSCA > template more useful and enhance Parser ecosystem. Currently Parser is > integrating with ONAP project. > > If it is

Re: [opnfv-tech-discuss] [opnfvdocs] Question on font size and page width

2017-10-18 Thread Kunzmann, Gerald
Hi Sofia, the docs.opnfv.org seems to contain the official release documentation. What about other development documentation under /docs/development/ ? Do I have to do some manual action to have such documents included in the readthedocs? E.g. where/how can I get this manual

[opnfv-tech-discuss] 答复: [Auto] Re: All pods are pending when setting up kubernetes

2017-10-18 Thread huangxiangyu
The prepull_docker.sh works and I can see 7 green lines with Kubectl cluster-info. But kubernetes pods just keep pending. Parker would you please help to reinstall a Ubuntu 16.04 in this pod ? Maybe there is no such issue in ubuntu environment. 发件人: Michael O'Brien

[opnfv-tech-discuss] [vsperf] Agenda for VSPERF weekly meeting - 18 Oct 2017 (ww42)

2017-10-18 Thread Cooper, Trevor
Proposed agenda topics: 1. PTL handover plan 2. Euphrates release * October 18 - MS9 - finalize documentation (documentation compliance page) * October 19 - MS10 - JIRA cleanup *