Disable syncing of translations for python-* and oslo.* projects until
we have renamed files in zanata for them.
Change-Id: I511d9bebda56cdc16b769cc5c0c60e62ae00e97c
Story: 2000452
This is no longer needed as our nodes are called fedora-23
Change-Id: I5bcbffad4fe84c906c74d8a1e04204de260999e4
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
ovs driver with native of_interface isn't tested on tempest job
by default. We want to run periodically ovs-native jobs to verify
that the ovs driver with native of_interface works well with
the latest neutron codes.
Currently ovs-native jobs are run on the experimental queue and
it seems to be stable. So we can run them on the periodic-neutron
queue.
Change-Id: I60df32e200200b42a3b54167538dc9315592fa52
As the ofagnet depends on the neutron, the ofagent is affected by a change
for the neutron and some changes may break the ofagent.
So we want to run periodically ofagent job with the latest neutron repo
to verify that the ofagent isn't broken them.
As the ofagent ci job is stable, we put it to the periodic-neutron queue.
Change-Id: I0c6d371edd77e42c9cde6bf79bbd07164733e50f
Murano-dashboard is a dashboard for horizon, therefore shares the same
message structure as horizon does, i.e. django and djangojs .pot files.
The scripts are all in place, we now need to only add the job to zuul.
Targets blueprint: murano-i18n
Change-Id: Id7c7d6e5da310be5a03b60b230bd607f2f9f476a
This reverts commit bc0bf489323e103381eec4007e9a40a513531f45.
With this in place, it should be safe to use Internap for 2-node
labels again. Further improvements to devstack-gate should handle
this for us automatically in the future.
Change-Id: Ie82be01b5bd4e9cd75b1ff7a049fde2ef22cfbb2
Depends-On: I6c8c1101771d1c5496884be7a405285472ae803a
This commit adds new experimental job that will
allow to test libvirt power driver.
Related-Bug: #1523880
Change-Id: I7868e89f61abef9acf025d31915b461c7dbd00f0
The Glance Drivers team is being dismissed in favor of a single glance
core team. This patch gives the core team rights on glance-specs.
Change-Id: I6a2b18e51d319ed12c35c93e182215767e158434
Set gate-designate-python34 as voting, and disable it for
stable/liberty, where we didn't get far enough through py34
to have it pass.
Change-Id: I3b7ef7e44bf806d35a9fff401dbe90176ec0144b
Depends-On: I06bbad4cfb26a9f9dcc0d924f4d9a85a557ba5ea
In a previous commit [1], we stopped changing the owner to manually set
file mode bits. The problem is that 644 is not enough for files, because
they need to be renamed so write permissions are needed.
This patch aims to make sure files can be renamed by any user, so we
use SUDO prefix for each 'mv' command.
[1] I1c93a841b82514fb146d827332eecea98d9dbd3b
Change-Id: I2ea4b090c99af33dd0095cbe664cd4187b114b54
The change adds a new project for the plugins repo within OpenStack-Ansible.
New projects:
openstack-ansible-plugins
Related governance change: https://review.openstack.org/272333
Change-Id: Iac45259a24a63e77c63400dc800968be9a1b6801
Implements: blueprint independent-role-repositories
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>