6672 Commits

Author SHA1 Message Date
Jenkins
a4ce487011 Merge "Correct path in prepare_devstack_virt_preview.sh" 2014-09-04 15:31:24 +00:00
Jenkins
2aecba7411 Merge "Add new stackforge project, python-rackclient" 2014-09-04 14:49:37 +00:00
Jenkins
347cc58256 Merge "Enable oslo.db testing on python 3.3" 2014-09-04 14:34:26 +00:00
Jenkins
aac535b201 Merge "Move os-{apply,collect}-config to python3-jobs" 2014-09-04 14:33:10 +00:00
Jeremy Stanley
2e6f26c81e Correct path in prepare_devstack_virt_preview.sh
When attempting to invoke prepare_devstack.sh do so with its full
path prepended, as it does not exist within the current working
directory.

Change-Id: I311d3d8f443eb55dea476cec8db3aedda906a25b
2014-09-04 13:22:42 +00:00
Jenkins
88fc2d1293 Merge "Replace all check/gate: noop with a template" 2014-09-04 11:08:04 +00:00
Jenkins
112f90c480 Merge "Fixing deprecation warnings in logrotate module" 2014-09-03 23:26:18 +00:00
Jenkins
a3af99c14e Merge "Add #openstack-stable IRC channel" 2014-09-03 23:13:49 +00:00
Jenkins
b37d5ba620 Merge "Remove Octavia python 3.3 job, as eventlet means that will always fail." 2014-09-03 22:33:30 +00:00
Jenkins
32c4208f0c Merge "Add readthedocs for heat-translator" 2014-09-03 22:20:44 +00:00
Jenkins
dfec8e3444 Merge "Add #openstack-operators to the eavesdrop bot" 2014-09-03 21:57:01 +00:00
Jenkins
e8cab3d878 Merge "Fix Berkshelf 3.x GeCode 3.x dependency" 2014-09-03 21:53:10 +00:00
Jenkins
dc477f514b Merge "Be able to generate math formulae with Sphinx mathpng base extension." 2014-09-03 21:53:01 +00:00
Jenkins
9ba3b7ef3e Merge "Fix typo - run gate/check against oslo.serialization-py33" 2014-09-03 21:52:51 +00:00
Jenkins
633769e8e0 Merge "Disable notifications in storyboard" 2014-09-03 21:49:37 +00:00
Jenkins
923142d1b1 Merge "Consolidate tripleo/os-apply-config ACL files" 2014-09-03 21:46:15 +00:00
Jenkins
9dcd97c8a9 Merge "Run requirements jobs for openstack-doc-tools" 2014-09-03 21:45:28 +00:00
Jenkins
8f352de3ee Merge "Fix depercation warnings in templates for unatttended upgrades" 2014-09-03 21:20:28 +00:00
Jenkins
9a37c9f967 Merge "Conditionally manage puppetdb connection" 2014-09-03 21:17:28 +00:00
Jenkins
773ba664e2 Merge "Fix deprecation warnings in exim module" 2014-09-03 21:17:04 +00:00
Jenkins
a5a7fb6f5e Merge "Make py33 job experimental for cloudkitty-dashboard" 2014-09-03 21:12:52 +00:00
Jenkins
97f95908ec Merge "Creates third-party-requests mailing list" 2014-09-03 20:29:44 +00:00
Jenkins
267b6588a5 Merge "Removes mailing list third-party-request" 2014-09-03 20:09:42 +00:00
Jenkins
8bce2c45cb Merge "Add f20-devstack-virt-preview node type" 2014-09-03 17:27:56 +00:00
Jenkins
21358c9cde Merge "f20 should run full tempest runs" 2014-09-03 17:20:05 +00:00
Jenkins
3e4a8e0224 Merge "Start running bashate on config (nonvoting)" 2014-09-03 17:17:37 +00:00
Jenkins
2499bdf3d2 Merge "Add zaqar to specs.openstack.org" 2014-09-03 05:01:04 +00:00
Steve Kowalik
affa1ef4bc Move os-{apply,collect}-config to python3-jobs
Now that both os-apply-config and os-collect-config support Python 3,
drop the non-voting job, and switch to the python3-jobs template.

Change-Id: Ie7f8187cc33299624bb165f5f865cdda03ce0d98
2014-09-03 11:34:56 +10:00
Anita Kuno
546c6801c2 Creates third-party-requests mailing list
The previous patch deleted the entry for the third-party-request
mailing list since -request is a reserved word on the mailing
list server. This patch adds the list entry back with the name
third-party-requests, which should avoid a word usage clash with
the mail server.

Change-Id: I91cc67ba87c1deb1f21fa102f4051934cf9d890d
2014-09-02 21:02:57 -04:00
Anita Kuno
a35d8b60cf Removes mailing list third-party-request
Using the word -request in a mailing list name is a bad idea.
The mail server uses -request internally as a reserved word. This
patch removes the definition for the list with the name
third-party-request.

Change-Id: Id549f982c74407e3ea57ba5bfe1bf950774f14e3
2014-09-02 21:02:50 -04:00
Jenkins
dd4d2cda62 Merge "Use zm04" 2014-09-03 00:20:25 +00:00
K Jonathan Harker
8ff2dbe1c3 Start running bashate on config (nonvoting)
Add bashate to test-requirements.txt, add a tox env for bashate,  and start
running it on config. Also convert devstack to run bashate via tox rather than
via run_tests.sh (the needed tox.ini changes to devstack have already merged).

Change-Id: I205d675ff231c0403dd135eacc8d57b45317859f
2014-09-02 15:50:33 -07:00
Doug Wiegley
3094d2afda Remove Octavia python 3.3 job, as eventlet means that will always fail.
Change-Id: I27fd6a5adf6316bdb4316d379593530af7b77111
2014-09-02 15:58:58 -06:00
Davanum Srinivas
58b00dadd9 Fix typo - run gate/check against oslo.serialization-py33
Change-Id: If4971474b797dab912c844557dfca6f00261fb5f
2014-09-02 16:19:25 +00:00
Maru Newby
87667918f1 Stop minimizing service install for neutron func
Installing only neutron results in errors during provisioning
due to Keystone being required.  More testing is required before
service installation can be minimized via config, and maybe it
would be better to skip right to ensuring devstack can install
only dependencies.

Change-Id: I95f7468e53c942091e1f5fe4afd76994da2d386f
2014-09-02 17:22:00 +02:00
Jenkins
7ac3a640ab Merge "Minimize service installation for neutron func job" 2014-09-02 13:12:43 +00:00
Thierry Carrez
e4c9b23b1a Fix release status generation post-oslo LP change
Release status page generation is broken since we renamed 'oslo' to
'oslo-incubator' in Launchpad. This fixes it.

This also removes oslo.messaging which is no longer tracked as part
of the Juno release (it has its separate release schedule).

Change-Id: I5cca639a7de2e05dd291ac93da4d67651575b065
2014-09-02 10:49:03 +02:00
Jenkins
143c3445a5 Merge "Create a stackforge repo for ci dashboard project - radar" 2014-09-02 06:49:13 +00:00
Jenkins
9ab94d06a1 Merge "Give designate-milestone +2/+A on stable/*" 2014-09-01 13:49:16 +00:00
takehirokaneko
d08d35096a Add new stackforge project, python-rackclient
This is a client library for RACK, which is in the stackforge project.
It provides a python API and a command-line tool.

Change-Id: I0e0824d906e683fe2db1bc84426d9d09fd95e6d9
2014-09-01 16:25:58 +09:00
Jenkins
5fa4ec998a Merge "Rename glance.store to glance_store" 2014-08-30 16:19:01 +00:00
Jenkins
5ad2f6f8eb Merge "Use direct gerrit contactstore to avoid CDN issues" 2014-08-30 15:30:22 +00:00
James E. Blair
baa13e435e Use zm04
Added to the gearman firewall and cacti.  Merge this after the
host exists.

Change-Id: Ic2220cbe4985031a1b86c26763e64e52b427cbda
2014-08-29 16:16:32 -07:00
Steve Martinelli
a9647497c7 Add readthedocs for heat-translator
Heat translator wants to have their documentation published on
readthedocs. Added rtfd to the their templates.

Change-Id: I34adb26ef0f982ae91879f3593083a3b22d081bb
2014-08-29 17:33:08 -04:00
Jenkins
4cc97335e5 Merge "Revert "Make neutron functional job non-voting"" 2014-08-29 21:01:04 +00:00
Jeremy Stanley
4788650d23 Rename glance.store to glance_store
In an effort to avoid adding more namespace packages[1], the project
formerly known as glance.store is now glance_store[2].

[1] http://lists.openstack.org/pipermail/openstack-dev/2014-August/044194.html
[2] http://lists.openstack.org/pipermail/openstack-dev/2014-August/044355.html

Change-Id: I5b741191038a958bb8df0d6b72553e37f6fe0a6a
2014-08-29 19:06:35 +00:00
Jenkins
e9283ed16a Merge "iptables on fedora" 2014-08-29 17:57:27 +00:00
Maru Newby
81533330e2 Revert "Make neutron functional job non-voting"
The Neutron functional job is running properly again after the hooks script fixes merged to master and stable/icehouse:

https://review.openstack.org/#/c/117280/
https://review.openstack.org/#/c/117281/

Enabling this job will ensure that breaking hook script changes will not be able to merge in the future.

This reverts commit 70d909536116a14f670f44ee7411552bd6e0cf2a.

Change-Id: I1f39f182d7807fcbc80ba20684ea9f0f3e935116
2014-08-29 10:33:34 +00:00
Victor Sergeyev
b75cad9185 Enable oslo.db testing on python 3.3
We suppose to add python 3.3 support to oslo.db so we should enable
(as non-voting, at first) gate testing on python 3.3

Change-Id: I413cf53234536286a6718e7662b7698f5ef4f64b
2014-08-29 12:33:55 +03:00
Jenkins
ee3df30699 Merge "Adding project saml-generator" 2014-08-28 23:52:10 +00:00