This is a mechanically generated patch to switch the documentation
jobs to use the new PTI versions of the jobs as part of the
python3-first goal.
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html
Change-Id: I5aaaf83760947ad472cad44ab498a68a4ca4089f
Story: #2002586
Task: #24325
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.
Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.
Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html
Change-Id: I1e711ff4f38e93ce01321c2d5f1749548e174fdb
Story: #2002586
Task: #24325
This patch adds two new parameters that can
be used to specify the number of workers for
the api and conductor services.
Change-Id: I71dcfba1f162b395c3d9e68513dfcf9a099800df
When doing spec tests on your custom modules
you want to have as little dependencies as
possible so specifying sqlite is the simplest.
If you specify mysql or postgresql you'll need
your custom testing grabing the upstream puppetlabs-mysql
or puppetlabs-postgresql modules which just adds unnecessary
deps instead of a few bytes in a validate_re function.
Change-Id: If25e8c0161bdd487f11460884883f42ea13074b3
Adds the rabbit_ha_queues, rabbit_heartbeat_timeout_threshold
and rabbit_heartbeat_rate parameters that is used to configure
oslo messaging.
Change-Id: Iaf5679283e56f112b15d8440f57d708b525bb024
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.
We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.
We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.
Change-Id: I243dff9ee97d7b35b8f662df702d09aa6da0f9b1
Remove the deprecated rabbit params which has been deprecated for
two years. The default_transport_url has been present for a while
now and should be used.
Change-Id: Iba521efa97f9cfd3510c77f93cd627551e442c53
Now that the v2.0 API has been removed, we don't have a reason to
include deployment instructions for two separate applications on
different ports.
Change-Id: I168b731b37a714500a5600d0f5f95e229efa25fd