4610 Commits

Author SHA1 Message Date
Michael Krotscheck
8c2da93198 Upload custom configuration for js-draft build.
With CORS support in the API, and custom configuration loading in the
webclient, we can now let our js-draft build connect to a live API and
function like a regular client. This change makes the assumption that
any javascript project will include static docs-draft assets in the
$PROJECT_ROOT/test/draft directory, which will be uploaded as-is to the
same destination as the draft build.

Depends on: https://review.openstack.org/#/c/124201

Change-Id: Ia68f1f5e13098faac9e94c9655cf4bd8aaceb02b
2014-09-27 12:03:22 -07:00
Sebastien Badia
47c3a04c6b macros: Manage metadata.json file in puppet-lint jobs
Since puppet 3.x, Puppet Labs Forge accept only the metadata.json file
for module description (Modulefile is now deprecated). Our puppet-lint
jobs use the Modulefile to determine module name; this patch keep the «
retro-compat. » with Modulefile, but fetch the module name in
metadata.json file if available.

Change-Id: I1738ee14706d136837b2c8fe4ffa741907291bb8
2014-09-27 10:50:31 +02:00
Matthew Treinish
aed844e513 Stop using deprecated TESTR_FULL option
The TESTR_FULL option was added back when tempest was running by
default with nosestests serially to test using testr in parallel.
However, this migration happened >1yr ago and the testr-full job is
just a duplicate of the regular full now. This commit removes all uses
of it from job definitions.

Change-Id: I8af1b4bc0623e89786b34359c6e75aacb21b91ab
2014-09-26 09:49:57 -04:00
Sergey Skripnick
7fc482d951 Fix indentation in rally-designate job config
Builder's parameters should not be on the same level as builder.
Otherwise bash script will be generated with errors.

Change-Id: I5816f41f54d5506f0cbe72ffbd1271d2834d0864
2014-09-26 12:45:57 +03:00
Julien Danjou
fcd3f06e5c Gate Gnocchi against py34-postgresql
Change-Id: I91a138e3a25752b4ed32a778af9d96dbd14d769d
2014-09-26 11:25:24 +02:00
Jeffrey Zhang
473d3ddd77 Rename the keystone-formula project name
Rename the project name from keystone-formula to keystone-salt-formula.

Change-Id: I830964e9fe1a75e499541424e9a31098fb20cf38
2014-09-26 13:38:30 +08:00
Steve Baker
f28ff7219a heat-dsvm-functional INSTALL_TESTONLY=1
Test packages are required for successful install of MySQL-python.

This change should fix the job check-heat-dsvm-functional

Change-Id: Ib9f8c98e34c62f15dec182671390d21750110e38
2014-09-26 12:28:13 +12:00
Anita Kuno
cc8ca00f8c Update jenkins job names that test project-config
There were some jenkins jobs that test project-config that needed
their names updated. This patch renames jobs that started with
config or gate-config to project-config or gate-project-config.

Change-Id: I107b7830a9b5c7d0bb526742a5f35bf662faccd2
2014-09-25 17:02:54 -04:00
Anita Kuno
20c2f79757 Tell project-config about itself
Due to the fact that we had to freeze config in order to filter
branch it as the seed repo for the creation of the project-config
repo, the patch that created project-config in config landed
after the filter branch. So the information about project-config
itself is not currently in project-config. This patch addresses
the situation.

Backport of: https://review.openstack.org/#/c/121650/15

Change-Id: I669fb70f2dabb57300e0e7cdddc49e16b7e67d47
2014-09-25 15:31:08 -04:00
Anita Kuno
1d21cd635f Reorganizes project-config
This repo was created from filter branching the openstack-infra/
config repo. This process brought a lot of cruft with it in the
form of directories that we no longer need. This patch removes
that cruft so we begin with a tidier repo.

Change-Id: Ibffad1b11c0c5f84eedfb0365369f60c4961a0f3
2014-09-25 11:41:04 -04:00