Bluebox has some maintenance coming up. They would like us to
not be creating vms during their maintenance. This patch
reduces the number of bluebox max_servers from 39 to 0.
Change-Id: I410d48c3ee97c22e70afca8b32dfa91f83906b5d
bc3a8eadd1cea099ef237ed498b11c0c65f34b79 removes the n-obj service
from jobs in master but keeps in the stable branch jobs. However,
several of the job definitions were not concatenating it correctly
on the stable branch definition so some services were not starting,
like n-net, which leads to very bad things on stable branch jobs.
Change-Id: I9f842b438f313691046afa5614203e1600c76b92
Closes-Bug: #1533777
New ansible 2.0 doesn't support ansible-lint
This is shown on https://github.com/willthames/ansible-lint/issues/75,
and is breaking our ansible-lint tests.
Change-Id: I3eef420084104eead1fb24eb537723214296fa5d
Extra braces in the post-test-hook were causing
gate-heat-templates-dsvm to fail.
Change-Id: I566554d9153cb92c56f6d0cae34794b3953a1b3d
Closes-Bug: 1533310
As specified in
http://docs.openstack.org/developer/tempest/plugin.html, the
name of the tempest tests package should be of the format
'{{name}}_tempest_plugin'. So this patchset is here to enforce
this rule.
Change-Id: I93b3e39f1f83a04a25da1bcb97e6d6ec12c1df14
As of I8bf7cbaa7015bb61656ab90ccc8f944aaeebb095, Nova
removed the n-obj service, so we should cleanup
Change-Id: I5e681c8c7031dd7f04ec9d77914c9da051a64822
This commit moves the propose-app-catalog-update job from experimental
to periodic pipeline, as it will not run properly as an experimental
job.
Change-Id: I0b4e5ce398c0c8f019cd4f0cbefd0dd142a0dd92
This takes the experimental constraints based jobs and makes them
non-voting for non-Kilo release, as the next step in the process of
making these jobs available for master.
There are several additional changes and notes on this patch. First,
the unused experimental job, grenade-dsvm-neutron-vpnaas, was
previously remove. This commit removes the corresponding template,
and the lines to make this job non-voting.
Second, for non-Kilo branches, both non-constraint and constraint
jobs will run. In the next commit, when the constraints based jobs
are made voting, the non-constraints based jobs will only be run
for Kilo.
Third, the neutron-vpnaas-docs-constraints job is added to the
post queue. Currently, there is no docs job in the post queue
(e.g. no openstack-server-publish-jobs) for neutron-vpnaas. In the
next commit, openstack-server-publish-jobs-constraints will be
added for non-Kilo releases.
Fourth, the non-constraints coverage job will only run for Kilo
releases (the new constraints based job will run in post queue
for newer releases).
Change-Id: Ib131ca1686a78650a2e4be768746a83ed13307ee
Partial-Bug: #1522503
As we are currently trying to setup functional tests using tempest
in Watcher, we want to add a new gate which will run them against
our new patchsets.
Partially Implements: blueprint tempest-basic-set-up
Change-Id: I4d299959e16afc042870ac09b420be90d9595974
python-ironic-inspector-client and python-tripleoclient also use
OSC, and should be included in the install script and the layout.
Change-Id: I675d57e7bbe218fae2bc8215ae2dac4cb233909d
mistralclient also uses openstackclient, so when checking for
duplicate and/or malformed commands, include mistralclient as well.
Change-Id: Id2cd618d276a131d94b04e6c76b13a38992fb943