10423 Commits

Author SHA1 Message Date
Andreas Jaeger
fe09040a32 Minor translation cleanups
Remove .tx file at the end to have a clean repository.

Run setup.py with parameter --quiet, the long list of "extracting
messages from file XXX" are not needed.

Change-Id: I735f02a968aed8b362803781498ccc8085fa0e03
2015-05-03 09:55:00 +02:00
Jenkins
a9159ada11 Merge "Add tempest-dsvm-sahara" 2015-05-03 05:23:46 +00:00
Jenkins
3519bc2b62 Merge "Normalize projects.yaml" 2015-05-02 15:10:08 +00:00
Jenkins
a25ff12cd9 Merge "Test bindep harder" 2015-05-02 15:10:00 +00:00
Jeremy Stanley
fd9c80208c Replace subprocess with run_local in _find_images
In the DevStack caching script/element for Nodepool images, use
run_local instead of subprocess.check_output in the _find_images
function. The latter wasn't introduced until Python 2.7 and so won't
work on CentOS 6. The script called from this function returns
quickly and doesn't benefit from non-blocking I/O anyway.

Change-Id: I3129f1f5b3fece321ae132ea1a52b0e156e58365
2015-05-02 12:17:56 +00:00
Jenkins
bbc5915d18 Merge "Handle empty translation files" 2015-05-02 11:51:28 +00:00
Andreas Jaeger
e569eb9045 Handle empty translation files
We have some strange files in the tree that contain no or little
translation after merging - and these are downloaded from transifex.
So, these files are not known to git and git rm fails.
To not special case every git rm and git reset for both old and new
files, re-add a "git add" at the beginning so that we can operate on
files known to git.

Note: This happens when we have a file like glance-log-critical.po that has no
strings - but we had to create it with initial content in transifex,
since empty files are not allowed there.

Change-Id: Ie9bb3e59560d50829e56928b2ed79e3999dd39cb
2015-05-02 09:10:01 +02:00
Jenkins
6a5ea00f60 Merge "Remove hacking from oslo channel" 2015-05-02 06:39:55 +00:00
OpenStack Proposal Bot
81991717e3 Normalize projects.yaml
Change-Id: Id18c4c1f8b29b79f53ee3aa0e095761a62285230
2015-05-02 06:01:13 +00:00
Joe Gordon
df4a4e475f Add tempest-dsvm-sahara
Because sahara builds on the compute base layer, it does not need to be
tested in all devstack-gate jobs. Instead create a new job that tests
sahara in a devstack environment as a first step in removing it from the
standard configuration.

Specify that SAHARA should be enabled in the devstack updown job
so that the parts that enable sahara are exercised in devstack.
This is already currently the case, but this updates the job config
so that it will continue to do so later when we remove sahara from
the default config.

Change-Id: Iae4e2439bfdfe7f3fc5f0b75b38583a70d7d78f4
Co-Authored-By: James E. Blair <jeblair@hp.com>
2015-05-01 15:15:32 -07:00
Jeremy Stanley
1023e20f41 Determine CentOS 6 platform in cache-devstack
The centos element (which is CentOS 6.x specific) doesn't provide
DIB_RELEASE so we have to identify it another way.

Change-Id: Ibf3b25b99f03c6077538dec6c3770dc0f690e3f5
2015-05-01 20:57:05 +00:00
Doug Hellmann
8388f5904e Remove hacking from oslo channel
The hacking project is managed by the QA team, so changes don't need to
be posted to the Oslo channel any more.

Change-Id: If664ff73958da27aa7408eab31b9a164c03eb799
2015-05-01 18:58:35 +00:00
Jeremy Stanley
3020955e85 Provide lsb_release in snapshot builds
Some CentOS 6 images do not come with redhat-lsb-core preinstalled,
so the lsb_release command is not available when prepare_node.sh
wants it. Make sure we install it first if it's not already there.

Change-Id: Ieeae21538c237e069acbc4df051474071b81ba4a
2015-05-01 17:29:26 +00:00
Jenkins
cd35606032 Merge "Decrease PO files for python projects" 2015-05-01 14:56:40 +00:00
Jenkins
5255fb71c4 Merge "Remove update-git-cache.sh" 2015-05-01 14:22:47 +00:00
Jenkins
4170ec56e5 Merge "Added branch creation to yaql ACL" 2015-05-01 13:44:45 +00:00
Jenkins
34a4062888 Merge "Add OpenStack Python SDK gate" 2015-05-01 13:40:19 +00:00
Jenkins
db08209142 Merge "Add functional test job for python-glanceclient" 2015-05-01 13:38:59 +00:00
Jenkins
41e02691ca Merge "Correct case on RPMs in bindep fallback" 2015-05-01 13:03:52 +00:00
Jenkins
cb79c3c94c Merge "Add congress.yaml file" 2015-05-01 13:03:44 +00:00
Jenkins
4e92e5d847 Merge "Allow manila-release group to push tags to manila-ui" 2015-05-01 13:03:35 +00:00
Jenkins
fa22789547 Merge "add project fuel-plugin-tls" 2015-05-01 13:03:28 +00:00
Jenkins
d49d770ec4 Merge "Bind manila-ui project changes to IRC channel openstack-manila" 2015-05-01 13:03:20 +00:00
Jenkins
3feaae4448 Merge "Add docs-on-rtfd to networking-ovn" 2015-05-01 13:01:03 +00:00
Jenkins
d29682ce9b Merge "Correct the tag merge script logic" 2015-04-30 21:11:06 +00:00
Jeremy Stanley
2c52286c40 Correct the tag merge script logic
The previous iteration did not take into account that the most
recent tag on master is likely to have been a release candidate, and
therefore have the same major+minor value as the incoming release.
Also tags pushed to non-stable branches should be skipped.

Change-Id: I339df1d88ddaedb193b1b246a2c21a433c11495c
2015-04-30 20:44:20 +00:00
Russell Bryant
373f61d1fa Add docs-on-rtfd to networking-ovn
Add the docs-on-rtfd job to the stackforge/networking-ovn project.

Change-Id: I87120cb822e59e679a4bdbb6a8bee62db7deb8b2
2015-04-30 16:42:31 -04:00
Jenkins
a9a22f5a1f Merge "Merge tags from stable branches to master" 2015-04-30 19:40:23 +00:00
Jenkins
2ec82fb6cd Merge "Revert "Temporarily copy proposed/* ACLs to stable/kilo"" 2015-04-30 19:19:40 +00:00
Jeremy Stanley
10e728cfed Merge tags from stable branches to master
We no longer use proposed branches, so should merge tags from stable
branches to master but only when appropriate.

Change-Id: I6e440586d6bdf0e4f7f1fa62f25c4a77414950c7
2015-04-30 18:58:51 +00:00
Ben Swartzlander
93908bcfbd Allow manila-release group to push tags to manila-ui
It looks like manila-release was left off the acl when this
file was added, and I believe this was an accident.

Change-Id: I653e83dc83012b2d58461292ee83a2add076aad7
2015-04-30 14:17:15 -04:00
Alexander Yip
f8215ec314 Add congress.yaml file
This sets up a gate test for running devstack/tempest
tests for Congress.

Change-Id: I7a1cfad3673297a9351571981bab83c5dd49bfd4
2015-04-30 09:55:27 -07:00
Jenkins
882e79a2b2 Merge "Add tripleo-core to puppet-tripleo" 2015-04-30 16:49:18 +00:00
Jeremy Stanley
b98ae951b3 Correct case on RPMs in bindep fallback
Unfortunately yum is case-sensitive, so to avoid implementing
additional search-and-match logic in bindep we should just respect
this platform quirk.

Change-Id: I5d2e95ad908a493966fb4edfe1fd5c5653ac08a7
2015-04-30 14:43:02 +00:00
Valeriy Ponomaryov
224dfa1772 Bind manila-ui project changes to IRC channel openstack-manila
Project Manila has its IRC channel called "openstack-manila" where announced
all changed for related projects. But manila-ui is absent. So, add it.

Change-Id: I5ab29333dc1d77e3cbcb0a9e0582d1be39c54090
2015-04-30 16:42:35 +03:00
Jeremy Stanley
f5c003033a Revert "Temporarily copy proposed/* ACLs to stable/kilo"
Remove the stable/kilo temporarily release management ACL sections
but don't restore the old proposed/* sections since they're no
longer needed either. At least in spirit....

This reverts commit 639ec1d17e77be63204ddce1851d179de27cd424.
This reverts commit fb04574fc07c13f933aba9e9addc731ec9d6bb2a.
This reverts commit 774f236cf4386435e90f02fb28669c37ed97c2bf.

Change-Id: Ifb5e8ec6175ad0623db9e3c02883255c98149dab
2015-04-30 12:37:07 +00:00
sbartel
b9d32c536c add project fuel-plugin-tls
Change-Id: If6fa105a37614db2071c003c9f4bb0525d385811
2015-04-30 11:34:10 +02:00
OpenStack Proposal Bot
5f38a46115 Normalize projects.yaml
Change-Id: Ie6e849b13235460ed967d3f0ed397cea9504ed47
2015-04-30 06:01:48 +00:00
Jenkins
77d196f99b Merge "Add manila-ui to OpenStack" 2015-04-30 05:05:16 +00:00
Ian Wienand
610b8c1387 Remove update-git-cache.sh
As part of If444cf8fd495f495fc96e8b01cf11f3b311f46ca I noticed this is
unused; probably since we moved to pypi.openstack.org.  I don't think
I'm the first to notice, see [1]

Remove it to avoid confusion

[1] http://eavesdrop.openstack.org/irclogs/%23openstack-infra/%23openstack-infra.2013-10-20.log

Change-Id: Ia9bcfa1b4fd471c65ac177b94405c12523cc3866
2015-04-30 12:40:59 +10:00
Jeremy Stanley
0b6a1ac95b Test bindep harder
Change-Id: I8e9a858aa3190d610d5661e0fff996dfb056c415
Depends-On: I5745a9b7ae39c0a6b07f03c0a86fb6269060959c
2015-04-30 00:57:33 +00:00
Robert Collins
b924fd129f Don't setup devstack for pbr integration tests.
We don't use, influence or interact with devstack in these tests, so
its pointless overhead.

Change-Id: I450f0fe2400acea149135d1b484457238252cb2f
2015-04-30 07:45:43 +12:00
Robert Collins
aa98144217 Fixup the PBR_PIP_VERSION more.
All reviewers missed this :).

Change-Id: I2045cfc11743eccbe2b3519c3865a37439dc6fdc
2015-04-30 07:45:43 +12:00
Louis Taylor
c8baa6077e Add functional test job for python-glanceclient
This adds a non-voting functional test job for python-glanceclient. Once
the tests pass reliably it will be set to voting.

Change-Id: Iae7a72f62357de42a9f25b9062806c16f874b150
2015-04-29 19:48:11 +01:00
Gary W. Smith
fae9be5884 Add manila-ui to OpenStack
This patch adds the new manila-ui lib project to OpenStack.

Depends-On: Ia9b2ab5b019eb60eaa4b26499b68d6fc7fcfe55c
Change-Id: Ib30c471d4cf6f17ec560266d3ab06427a9eb46be
2015-04-29 09:52:09 -07:00
TerryHowe
37fc7e318b Add OpenStack Python SDK gate
Add a gate to run some basic functional tests for the Python
SDK.

Change-Id: I4feec23f0f711dfe422af47a8e391d5a560e9ea9
2015-04-29 09:48:05 -06:00
Alexander Tivelkov
b47a851f0a Added branch creation to yaql ACL
To comply with the new governance for libraries yaql has to define
stable branches.
This patch allows yaql-release team to create new stable branches and
yaql-milestone team to maintain them.

Change-Id: If15ab12ffabe035b676fb46dabe46531689244ab
2015-04-29 15:25:28 +00:00
Jiri Stransky
9613d973c8 Add tripleo-core to puppet-tripleo
Adds tripleo-core group to have rights on puppet-tripleo project. The
rights of puppet-manager-core group are kept. This project contains
Puppet code, but is solely used from the TripleO installer, so sometimes
it's not easy to find puppet-manager-core folks to do reviews for this
project to allow dependent changes in TripleO to land. We'd like to
share the permissions on this repository between the two core groups to
expand the number of interested core reviewers and allow an easier
progress on the TripleO Puppet work. The gerritbot is already set up to
notify both IRC channels.

Change-Id: I1f91f851b5800fdf69697fdd88fbd9e41349f6d1
2015-04-29 16:50:17 +02:00
Andreas Jaeger
5c5989f1e5 Decrease PO files for python projects
Remove untranslated strings and location information from PO files. The
location information is still in the POT files as reference for easy
regeneration using "msgmerge POTFILE POFILE -o COMPLETEPOFILE".

This moves the git add command to the end since compress_po_files
changes the files.

Change-Id: I8d9f80276085ffe4dd614960457637330ca28370
2015-04-29 16:07:31 +02:00
Jenkins
edd6e518b5 Merge "fix git_timed retry logic" 2015-04-29 12:46:37 +00:00