Re: [opnfv-tech-discuss] OPNFV Danube 1.0 release

2017-04-02 Thread HU, BIN
Congratulation to everyone.

Cheers

Bin
From: opnfv-tech-discuss-boun...@lists.opnfv.org 
[mailto:opnfv-tech-discuss-boun...@lists.opnfv.org] On Behalf Of Tallgren, 
Tapio (Nokia - FI/Espoo)
Sent: Sunday, April 02, 2017 7:06 PM
To: David McBride 
Cc: TSC OPNFV ; TECH-DISCUSS OPNFV 

Subject: Re: [opnfv-tech-discuss] OPNFV Danube 1.0 release

Great news! Thanks to all for your contributions!

On Apr 2, 2017 18:39, David McBride 
> wrote:
Team,

I'm pleased to report to you that we have completed the Danube 1.0 release.  
Congratulations and thanks to the project teams, test framework teams, 
installer teams, infra team, and docs team for contributing to this release. 
The download page will go live on Tuesday, April 4.

Please be aware that Danube 2.0 is still scheduled for May 4.  Also, if you 
have not yet stated your intent to participate in 
Euphrates,
 please do so ASAP.

Onward to Euphrates!

David

--
David McBride
Release Manager, OPNFV
Mobile: +1.805.276.8018
Email/Google Talk: 
dmcbr...@linuxfoundation.org
Skype: davidjmcbride1
IRC: dmcbride

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


Re: [opnfv-tech-discuss] OPNFV Danube 1.0 release

2017-04-02 Thread Tallgren, Tapio (Nokia - FI/Espoo)
Great news! Thanks to all for your contributions!

On Apr 2, 2017 18:39, David McBride  wrote:
Team,

I'm pleased to report to you that we have completed the Danube 1.0 release.  
Congratulations and thanks to the project teams, test framework teams, 
installer teams, infra team, and docs team for contributing to this release. 
The download page will go live on Tuesday, April 4.

Please be aware that Danube 2.0 is still scheduled for May 4.  Also, if you 
have not yet stated your intent to participate in 
Euphrates,
 please do so ASAP.

Onward to Euphrates!

David

--
David McBride
Release Manager, OPNFV
Mobile: +1.805.276.8018
Email/Google Talk: 
dmcbr...@linuxfoundation.org
Skype: davidjmcbride1
IRC: dmcbride

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


[opnfv-tech-discuss] OPNFV Danube 1.0 release

2017-04-02 Thread David McBride
Team,

I'm pleased to report to you that we have completed the Danube 1.0
release.  Congratulations and thanks to the project teams, test framework
teams, installer teams, infra team, and docs team for contributing to this
release. The download page will go live on Tuesday, April 4.

Please be aware that Danube 2.0 is still scheduled for May 4.  Also, if you
have not yet stated your intent to participate in Euphrates
,
please do so ASAP.

Onward to Euphrates!

David

-- 
*David McBride*
Release Manager, OPNFV
Mobile: +1.805.276.8018
Email/Google Talk: dmcbr...@linuxfoundation.org
Skype: davidjmcbride1
IRC: dmcbride
___
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] Tagging and docker build completed for Danube.1.0

2017-04-02 Thread Jose Lausuch
Yes, sorry about that. I forgot we already use the branch name for that field 
by default. Thanks Kubi for pointing that out.
Jose

From: Gaoliang (kubi) [mailto:jean.gaoli...@huawei.com]
Sent: Saturday, April 01, 2017 03:22 AM
To: Yujun Zhang; Jose Lausuch; Soni, Anand Kumar via opnfv-tech-discuss
Subject: Re: [opnfv-tech-discuss] [Functest] Tagging and docker build completed 
for Danube.1.0

It should be "1.0".  I tried with "danube1.0",  the result was 
"danube.danube.1.0"

regards
kubi

Sent from HUAWEI AnyOffice
发件人:Yujun Zhang
收件人:Jose Lausuch,Soni, Anand Kumar via opnfv-tech-discuss,
时间:2017-04-01 08:55:09
主题:Re: [opnfv-tech-discuss] [Functest] Tagging and docker build completed for 
Danube.1.0

Hi, Jose

Thanks for the hint. Should RELEASE_VERSION be `1.0` or `danube.1.0`. It seems 
the release name is automatically prefixed in jjb.


# Get tag version
echo "Current branch: $BRANCH"

if [[ "$BRANCH" == "master" ]]; then
DOCKER_TAG="latest"
else
if [[ -n "${RELEASE_VERSION-}" ]]; then
release=${BRANCH##*/}
DOCKER_TAG=${release}.${RELEASE_VERSION}
# e.g. colorado.1.0, colorado.2.0, colorado.3.0
else
DOCKER_TAG="stable"
fi
fi

On Sat, Apr 1, 2017 at 1:52 AM Jose Lausuch 
> wrote:
Hi,

I did it manually from the latest built “stable” image when I tagged the repo. 
The Jenkins job we have allows you to do that automatically specifying the tag 
in the RELEASE_VERSION field (see below).

You might need rights in Jenkins to run this job. If you have problems let me 
know and I can trigger the build for you.


[cid:image001.png@01D2AA58.4D0DA6F0]


From: Yujun Zhang (ZTE) 
[mailto:zhangyujun+...@gmail.com]
Sent: Friday, March 31, 2017 17:22 PM
To: Jose Lausuch; TECH-DISCUSS OPNFV
Subject: Re: [opnfv-tech-discuss] [Functest] Tagging and docker build completed 
for Danube.1.0

Hi, Jose,

When will the docker build with tag be triggered?

Besides tagging in git, is there anything else  required to make it happen?

On Fri, Mar 31, 2017 at 10:44 PM Jose Lausuch 
> wrote:
Hi,

Functest repo ready with tags:
danube.1.0 : 
https://gerrit.opnfv.org/gerrit/gitweb?p=functest.git;a=tag;h=refs/tags/danube.1.0
danube.1.RC1: 
https://gerrit.opnfv.org/gerrit/gitweb?p=functest.git;a=tag;h=refs/tags/danube.1.RC1

Docker image built with tag “danube.1.0”
https://hub.docker.com/r/opnfv/functest/tags/


Thanks,
Jose
___
opnfv-tech-discuss mailing list
opnfv-tech-discuss@lists.opnfv.org
https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss
--
Yujun Zhang
--
Yujun Zhang
___
opnfv-tech-discuss mailing list
opnfv-tech-discuss@lists.opnfv.org
https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss