Currently when clicking on the small bug in the roles'
docs, we land on openstack-manuals launchpad.
This should solve it.
Change-Id: Iba8332b8623204cc88ab07f56c5c4773cebe380d
This adds python packages required for SNI support to ensure that tox
installs the packages into the venv when running tests.
Change-Id: I4e9620f20d0786b4afcd4b852a8e7c6a880d7c4c
In order to prepare for the move of detailed configuration
content from the install guide to the roles, doc8 checks
are being implemented in the roles to ensure that any new
content submitted is properly checked.
Change-Id: I2c3b2cbf692454159fa7a95792d707bd9ea6391c
Partially-Implements: blueprint osa-install-guide-overhaul
In order to prepare for implementing requirements management by the
OpenStack requirements management process, and to improve the
reliability and effectiveness of test execution, this patch implements
some changes to the tox configuration:
- The minimum tox version is increased in order to be able to use
constraints for the python packages.
- The OpenStack upper-constraints are used when preparing the test
venv for the linters checks.
- Any proxy environment variables set on the test host are passed
into the venv to enable testing from behind a proxy.
- The docs test will clean-up an existing build directory before
executing the docs build.
- The releasenotes build cannot use upper-constraints at this point,
so it doesn't.
- The ansible test requirements are removed as they are not used for
this repository at this time.
Change-Id: I338eb58dfebe2ac03f7a81dd9e93b057f7e64f73
A new release of flake8 is causing lint faiures. Our requirements
should match OpenStack requirements anyway.
This patch pins to the current master requirements from the
OpenStack requirements repository using global-requirements.
Change-Id: Ia17e3efc902ae48a1c75fd0063806e70c070881f
A new release of flake8 is causing lint faiures. Stable branches
should have requirements pinned anyway.
This patch pins to the current stable/mitaka requirements from
the OpenStack requirements repository.
Change-Id: I150dfa5f5dcf8c24b45917e15e94d41db7b5fb78