11262 Commits

Author SHA1 Message Date
OpenDev Sysadmins
b32f071383 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:37:48 +00:00
Zuul
f27b4f805c Merge "Add a 'generic' release-type." 2019-04-19 11:46:22 +00:00
Zuul
326374236b Merge "[OpenStackSDK] final releases for pike" 2019-04-19 00:37:34 +00:00
Zuul
821a7313a0 Merge "Before we checkout a ref try resetting the workdir to HEAD" 2019-04-19 00:14:14 +00:00
Zuul
cb729925cc Merge "Release keystoneauth 3.14.0" 2019-04-19 00:14:13 +00:00
Zuul
216dcfef3d Merge "release neutron-lib 1.26.0" 2019-04-19 00:01:48 +00:00
Sean McGinnis
46c68ab92c
Fix announce email project names
Argument naming ambiguity led to grabbing the wrong value. This updates
repo name handling to grab from the right input.

Change-Id: I4987fc012a07344cbc4290e33eae5b772270eb07
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-04-18 11:44:17 -05:00
Zuul
d4204f1af4 Merge "TripleO stein RC1 release + branching" 2019-04-18 14:47:59 +00:00
Zuul
f822500342 Merge "Fix the branch point for mistral-lib" 2019-04-18 09:32:56 +00:00
Zuul
43ace562ce Merge "Fix release-note parsing of deliverable files" 2019-04-18 09:21:37 +00:00
Tony Breeds
828e285701 Add a 'generic' release-type.
We use release-types as a way to verify that versions are compatible and
if needed reflected accurately in the code (puppet, xstatic).  If one
isn't set explicitly then we assume python-service.

In certain circumstances (anything other than the first release in a
series) we also perform python specific requirements checking on all
'python' types.

Add a new 'generic' type that uses the same rules to validate version
numbers but wont run any python specific checks.

We need this a projects (like monasca-thresh) will fail the requirements
check for 2nd or greater releases[1].

An alternate would be to have the requirements code check if setup.py
exists before calling it but that seems like the wrong layer to me.

[1] http://logs.openstack.org/54/652854/1/check/openstack-tox-validate/80df01c/job-output.txt.gz#_2019-04-16_06_08_00_636538
Change-Id: I3fcde5eb266f954fddb6871ce8690b93b8fd7a8d
2019-04-18 15:27:27 +10:00
Tony Breeds
8f474f5837 Before we checkout a ref try resetting the workdir to HEAD
Some repos have the AUTHORS file checked in and when to generate the
sdist we may update that file[1].  This causes later checkouts to
fail[2].

Lets just reset the workdir to HEAD before we try to check anything out.

[1] http://logs.openstack.org/54/652854/2/check/openstack-tox-validate/5bab7e7/job-output.txt.gz#_2019-04-17_05_24_27_485692
[2] http://logs.openstack.org/54/652854/2/check/openstack-tox-validate/5bab7e7/job-output.txt.gz#_2019-04-17_05_24_28_115433

Change-Id: I2a28105c25589f588ca62eb61b8f185c5312dbb3
2019-04-18 15:27:27 +10:00
Zuul
fe4d9d87b3 Merge "[keystone] final releases for pike" 2019-04-17 23:32:29 +00:00
Eric Fried
681048ee3b Release keystoneauth 3.14.0
This is to pick up [1], which is needed by [2].

Although nothing feature-y has happened since 3.13.1, this is done as a
"feature" release because it's the first in Train and we need to leave
room for 3.13.2+ in Stein.

[1] https://review.openstack.org/#/c/644251/
[2] https://review.openstack.org/#/c/643601/

Change-Id: I8b32707bee7d39a7c699bf52375692f50bcde114
2019-04-17 18:10:36 -05:00
Emilien Macchi
d2d8e86824 TripleO stein RC1 release + branching
Change-Id: Ib8723bbdaab65ea788d3940b6d14b9cdf1b74217
2019-04-17 18:56:54 -04:00
Zuul
17945a594c Merge "[watcher] final releases for pike" 2019-04-17 21:31:07 +00:00
Zuul
560e80ea82 Merge "[congress] final releases for pike" 2019-04-17 21:31:06 +00:00
Tony Breeds
7e0ce790cd [keystone] final releases for pike
This is a procedural review to tag a final release for each deliverables ; and

It's possible that the release isn't needed (for example if there are no code
changes sine the previous release, sadly that's non-trivial to detect en masse.

If you are the PTL or release liaison for this team please +1 this review
if it is ready or -1 and take over the review to correct mistakes.

Change-Id: I0ea3e30572fb745950c0eca0770f96bb87e0a53b
2019-04-17 13:59:45 -07:00
Boden R
0eecf26aae release neutron-lib 1.26.0
A number of changes have landed in neutron-lib since 1.25.0 so let's
release 1.26.0 so we can consume them now that we are in Train.

Change-Id: Id55d7b5c5d099782d8b90d07922496a27b389ddd
2019-04-17 14:09:33 -06:00
Zuul
d2cb40b9f9 Merge "Release a bugfix update for renderspec" 2019-04-17 07:27:47 +00:00
Zuul
e775d4c74c Merge "[senlin] final releases for pike" 2019-04-17 07:05:45 +00:00
Zuul
69b2fabbd2 Merge "[kuryr] final releases for pike" 2019-04-17 07:04:56 +00:00
Dirk Mueller
bfa37affb7 Release a bugfix update for renderspec
Last release was in 2017, its about time to consolidate
current git.

Change-Id: I7dbe91f5e73c801112f11f566b0ec3e375254b6e
2019-04-17 08:23:41 +02:00
Tony Breeds
1262e7e310 [OpenStackSDK] final releases for pike
This is a procedural review to tag a final release for each deliverables ; and

It's possible that the release isn't needed (for example if there are no code
changes sine the previous release, sadly that's non-trivial to detect en masse.

If you are the PTL or release liaison for this team please +1 this review
if it is ready or -1 and take over the review to correct mistakes.

Don't create a new release for requestsexceptions as there aren't any
functional changes since 1.3.0

Change-Id: I9df31bd92ccf7613f708aef280024b8faf451bab
2019-04-17 16:05:04 +10:00
Tony Breeds
b3fd83441e [kuryr] final releases for pike
This is a procedural review to tag a final release for each deliverables ; and

It's possible that the release isn't needed (for example if there are no code
changes sine the previous release, sadly that's non-trivial to detect en masse.

If you are the PTL or release liaison for this team please +1 this review
if it is ready or -1 and take over the review to correct mistakes.

Change-Id: Id45db7659fff33cfac66f7e346c69d682ff3a718
2019-04-17 15:52:15 +10:00
Tony Breeds
a16bd7594c Fix the branch point for mistral-lib
The stable/pike branch for mistral-lib was created at 0.2.0 but in
I0a8bb59c35aec40ae529fce5da6f30f3820991af, I mistakenly approved the
change to switch that to 0.3.0.

Set it back to the correct branch point

Change-Id: I34e053831eba3d015566242bc91894da6c27ff8f
2019-04-17 15:32:40 +10:00
Zuul
73d1381df1 Merge "[searchlight] final releases for pike" 2019-04-17 03:29:08 +00:00
Tony Breeds
b7bc187154 [searchlight] final releases for pike
This is a procedural review to tag a final release for each deliverables ; and

It's possible that the release isn't needed (for example if there are no code
changes sine the previous release, sadly that's non-trivial to detect en masse.

If you are the PTL or release liaison for this team please +1 this review
if it is ready or -1 and take over the review to correct mistakes.

Change-Id: I6d72c57fdc58623a7ce89d6320d703b1acfd6210
2019-04-17 12:34:53 +10:00
Zuul
b439a4a241 Merge "[solum] final releases for pike" 2019-04-17 02:07:02 +00:00
Zuul
0703399919 Merge "[murano] final releases for pike" 2019-04-17 02:04:29 +00:00
Zuul
5d5740611a Merge "Release monasca-notification 1.17.0" 2019-04-17 02:04:28 +00:00
Zuul
723c6d2981 Merge "Release python-magnumclient 2.13.0" 2019-04-17 01:48:38 +00:00
Zuul
f74bb31964 Merge "Release python-manilaclient 1.24.2 off of stable/rocky" 2019-04-17 01:32:56 +00:00
Zuul
5a8f40ecc7 Merge "Drop references to git.openstack.org" 2019-04-17 00:55:48 +00:00
Zuul
78afdabc0c Merge "[octavia] final releases for pike" 2019-04-16 19:03:11 +00:00
Zuul
1f8dcd34f6 Merge "Release openstack/manila 6.3.0 off of stable/queens" 2019-04-16 19:00:29 +00:00
Zuul
50890afbfa Merge "[magnum] final releases for pike" 2019-04-16 19:00:27 +00:00
Zuul
316c93c735 Merge "[cloudkitty] final releases for pike" 2019-04-16 19:00:25 +00:00
Zuul
8deae6ace2 Merge "[zun] final releases for pike" 2019-04-16 19:00:24 +00:00
Zuul
f16280ccf0 Merge "[manila] final releases for pike" 2019-04-16 19:00:22 +00:00
Zuul
01b4ec6c70 Merge "[kolla] final releases for pike" 2019-04-16 18:53:19 +00:00
Zuul
308d84f0e2 Merge "[OpenStackClient] final releases for pike" 2019-04-16 18:53:17 +00:00
Zuul
d242462a7d Merge "[vitrage] final releases for pike" 2019-04-16 18:52:51 +00:00
Zuul
ccf0e2f145 Merge "[sahara] final releases for pike" 2019-04-16 18:49:30 +00:00
Zuul
0e76e7ec00 Merge "[oslo] final releases for pike" 2019-04-16 18:49:29 +00:00
Zuul
02e9f35529 Merge "[swift] final releases for pike" 2019-04-16 18:37:35 +00:00
Zuul
36fdd167a0 Merge "Release openstack/manila 7.3.0 off of stable/rocky" 2019-04-16 18:34:23 +00:00
Zuul
483082ff45 Merge "Release openstack/manila-ui 2.16.1 off of stable/rocky" 2019-04-16 18:33:48 +00:00
Zuul
dd3dad6d3a Merge "Neutron Stein 14.0.1" 2019-04-16 17:46:45 +00:00
Zuul
709c968a70 Merge "Retrigger tagging ocata-em for timed out repos" 2019-04-16 16:21:30 +00:00