This line was introduced by I2d99c57c5e00c9805aaeac0e7e2f173ff3b69837
for centos support, and should already be covered by the
distribution_major_version line above.
Change-Id: Ic978c9c9fe50eb075628c0beed6995656b428040
At the moment we don't have control what version of rally-openstack
is being installed. So we are installing latest version available in
PyPi. However rally package version is defined in
rally-openstack constraints.
With this patch we add variables to be able to adjust source of
rally-openstack as well as pick version for installation.
We also temporary disable upgrade jobs to resolve circular dependency
Needed-By: https://review.opendev.org/c/openstack/openstack-ansible/+/847272
Change-Id: I8100dfd3544c0530815fb877b44b960d404f635b
With sphinx release of 5.0.0, they changed default for language variable
to 'en' from None. With that current None valuable is not valid and should
not be used.
Change-Id: I2de7c07f52d75740e9a1050ef3f1e19e88aeb808
The python_venv_build role is responsible for setting up the build
environment for python wheels so this role should not install
python development packages
Change-Id: I0c112d49262578359e8f8843084f75eb48799778
Since we still use ceph-ansible that has their own implementation of
config_template module it's worth to use mentioned module as a collection
explicitly.
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/819814
Change-Id: Ia6d0d1a3c70d5bada324e7ccdda8427c7735884a
We've created integrated linters check job a while back and it's successfully
working for several releases. At the moment we experience difficulties
with future maintenance of the linters check from the openstack-ansible-tests
repo. So instead of fixing current one, we replace it with modern version of
the test.
Change-Id: I41a967483b7ae75bb49328f5b9fd8931ee892912
All references to Gentoo, SUSE, Debian stretch and Centos-7 are removed.
Conditional tasks, ternary operators and variables are simplified where possible
OS specific variables files are generalised where possible
Change-Id: Ia09789da8c8137c982dcd7560fe61a98a07309e7
Since we copy all release notes to the integrated repo there is not need
in publishing release notes for each repository. We should only verify their
validity and linting.
Change-Id: Ib38533c7d6cd16df06a55fb704ca8683cabc8972
Rally ships it's own version of upper-constraints [1].
As we move openstack-ansible to using the new pip resolver this
causes several issues. The rally specific version of u-c contains
constraints for pip/setuptools/wheel which will inevitably be in
conflict with those in global-requirement-pins. This results in
several problems.
* Rally is branchless and so applying branch-specific versions
of openstack u-c is incorrect
* Rally should be installed using the rally u-c rather than
openstack u-c
* Rally should not use the repo server to build wheels as the repo
server wheel build venv will have different versions of pip/
setuptools/wheel to those specificed in rally u-c.
* Rally venv build should not be subject to openstack-ansible
global-requirement-pins as these are in conflict with rally u-c.
This patch introduces the changes necessary to build rally in a self
contained manner on the utility host with no use of the repo server.
It also includes a revert of I73887784cbc3ce6089a42c67871dbc6c3d54acf6.
[1] https://opendev.org/openstack/rally-openstack/raw/branch/master/upper-constraints.txt
Change-Id: Idbd71ade1ab82d2d218e560b2f10c38116ff47e3
Move it to the service setup host (defaults to utility[0]) instead
of the galera[0] host, and use galera_address (defaults to internal VIP)
as the endpoint instead of a local connection on the db host.
Change-Id: I3d7688ea29f1eb4d65dd50ae82d157f988e404af
This role currently passes a list of -dev packages to the
python_venv_build role which will install them on the target
rather than use them for building wheels on the repo server.
This patch removes those package installs and if any specific
dev packages are required they should instead be passed to
python_venv_build via venv_build_distro_package_list.
Change-Id: I5ed1c5145a38becd92de2842417cd6e4774b7bf9
ansible_python_interpreter is now set to auto in the tests repo.
it doesn't need to be overwritten in the test anymore.
Depends-On: https://review.opendev.org/734676/
Change-Id: Ibdbfab5d3ab2eb301a583db469f7a96b8785bf7d
The sync from https://review.opendev.org/733244 updated to
openstackdocstheme 2.2.1 and reno 3.1.0 versions.
Set openstackdocs_pdf_link to link to PDF file. Note that
the link to the published document only works on docs.openstack.org
where the PDF file is placed in the top-level html directory. The
site-preview places the PDF in a pdf directory.
openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.
See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
Change-Id: Ib7f76f49d8679991b2deb22aff0d7878bc1e2ce0
Add file to the reno documentation build to show release notes for
stable/ussuri.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/ussuri.
Change-Id: I35a0aa74d2e667c7a7ac730a8993b2b3d1192dbe
Sem-Ver: feature
New version of openstackdocstheme (Victoria+) respects pygments_style.
Since this repo is using now Victoria (master) requirements but has
not branched for Ussuri yet, it uses the new version.
Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.
Change-Id: I2963b474efb08ac4fb619830673b5b1e12a89389
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Cleanup doc/source/conf.py to remove now obsolete content.
Change-Id: I7b01050c13a960ad603a2d223530ed43e551a274