fcdd6a178a94918bbc15e3887861675a91fe2a77
30 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Andreas Jaeger
|
dd2f2406d9 |
Use newer openstackdocstheme and reno versions
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: I0cc73a4e714f8b533b5c1381124141c3d07d47d1 |
||
|
Andreas Jaeger
|
292beedfce |
Update docstheme for style
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: Ie089410c6ef26c6beb38179730afe641503c0eb9 |
||
|
melissaml
|
300d0d1d69 |
Cleanup py27 support
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: I467df391b180a2988cf4f7b82a6ea1a4cd4fd4dd |
||
|
Dmitriy Rabotyagov
|
283a6c0181 |
PDF Documentation Build tox target
This patch adds a `pdf-docs` tox target that will build PDF versions of our docs. As per the Train community goal: https://governance.openstack.org/tc/goals/selected/train/pdf-doc-generation.html Add sphinxcontrib-svg2pdfconverter to doc/requirements.txt to convert our SVGs. Change-Id: I6f3b5967ad906632d325b002b510e3fa96aac227 Story: 2006105 |
||
|
Mohammed Naser
|
3d99b2bd80 |
cleanup: reduce configuration vars
This patch reduces the number of configuration defaults that we ship with no functional changes for users that were not overriding them. Change-Id: Iec7e7b0ca13e2503344d23095c0f1c30b46bb702 |
||
|
Jonathan Rosser
|
9376fd253d |
Remove support for the nova-lxd driver
This driver has been retired [1] and tests are now failing becasue the nova-lxd repo master branch is now empty. [1] https://review.opendev.org/#/c/672283/ Change-Id: I9906ede54f6b41972a03bfa1d39ba5f99c6235ed |
||
|
Mohammed Naser
|
3341ce834f |
powervm: drop support
The PowerVM driver has been untested for a few years as well as broken due to using the wrong driver as well. It's not possible to test it within our infrastructure neither has there been any contributions to improve/fix it. This patch drops the support for it. Change-Id: Iea84648c7ff65b5a4d8b97957fb92716578f714d |
||
|
Mohammed Naser
|
597127e60c |
docs: drop sphinxmark
sphinxmark is no longer compatible with the latest release of Sphinx which is causing all of our documentation jobs to fail. This patch removes it as our current usage of openstacktheme for documentation already provides watermarks for current branch and notices for which branch the documentation covers. Change-Id: Icff6572a313994a0ded6260563ef3a09631c3af3 |
||
|
Jean-Philippe Evrard
|
9b436a1479 |
Remove pip_install dependency
With addition of pip_install on every node, we don't need to have pip_install as a meta dependency. Depends-On: If3412bb888ebb854874bbc43eb76bfcb3e4a7868 Depends-On: I79ff70c438b44753be2a93f004ebbc46de0a963d Change-Id: Ic7c617bb379c1f19b4fd402ebfb003686379e447 |
||
|
esberglu
|
503045e090 |
Remove Linux Bridge reference in powervm doc
Linux Bridge functionality was removed from nova-powervm [1]. This removes the reference to it in the powervm scenario documentation. [1] https://review.openstack.org/#/c/504177/ Change-Id: Ib8982e140d1c242ebcfe98ef2b4fddeca2657298 |
||
|
Jean-Philippe Evrard
|
c60ebb7f5c |
Update upgrade role for Queens from P
This changes the a-r-r with the proper version, and fixes the repo path for role upgrades: The role will, during test-upgrade-pre, have its current branch checked out, and will deploy the current branch infrastructure, including the generation of the constraints. Then, the installation of previous branch of the role will use the constraints for its previous version, but will have no constraints for it, and fail. We need to generate the constraints for the previous version too. This should do it. This patch also implements an initial set of jobs intended to match the current job execution method. It does not intend to improve how the jobs are executed - only to replicate what is currently in openstack-infra/openstack-zuul-jobs and provide the platform to iterate on. Co-Authored-By: Jean-Philippe Evrard <jean-philippe.evrard@rackspace.co.uk> Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d Change-Id: Ib35253ed9020ed27280329891509292b5b463d6c |
||
|
Logan V
|
902e638d95 |
Add external LB management handler hook interface
Based on conversation on an ansible issue[1], I implemented a LB orchestration role[2] similar to the POC here[3]. This will allow external loadbalancer management roles to hook into a universal notify listener "Manage LB" to perform before/ after endpoint management actions when the service is being restarted. [1]: https://github.com/ansible/ansible/issues/27813 [2]: https://github.com/Logan2211/ansible-haproxy-endpoints [3]: https://github.com/Logan2211/tmp-ansible-27813 Change-Id: I5aecc26606f41bc6b27fbe9a5f600914a88ff2c7 |
||
|
ZhongShengping
|
fe528783f9 |
Fix openstackdocstheme settings
To use openstackdocstheme 1.11.0 properly, this patch fixes some settings according to follow[0]. [0]https://docs.openstack.org/openstackdocstheme/latest/ Change-Id: Iea2bbb38ca17318c9325433522f5e8b9985d76f6 |
||
|
Cao Xuan Hoang
|
5b624d6cea |
Use https instead of http for git.openstack.org
Trivialfix Change-Id: Ic1f293e0c3bcbce3fd5c7179b1564079fe42f05d |
||
|
Andy McCrae
|
12b23748ca |
Update repository with reference to role git location
Change-Id: Id239a026eb649ea7af2370191d230d2cdb040af9 |
||
|
Andy McCrae
|
167fe1b74a |
Remove Trusty support from os_nova role
Change-Id: Ib0747040d6b53cbb7aec67cfaceae6cc1efb1abc Implements: blueprint trusty-removal |
||
|
Jenkins
|
7e9b6baf32 | Merge "Add custom interfaces file and update docs for PowerVM RMC" | ||
|
Jean-Philippe Evrard
|
dd0cbb483e |
Point roles docs bugs to openstack-ansible LP
Currently when clicking on the small bug in the roles' docs, we land on openstack-manuals launchpad. This should solve it. Change-Id: I72aa08325d56cf2849e98f22250d0c6e4ace3ac8 |
||
|
Adam Reznechek
|
cbd64aa00a |
Add custom interfaces file and update docs for PowerVM RMC
This patch adds templating a custom Nova interfaces file for PowerVM only to support doing mixed IPV4-only and IPV6-only deployments. It also adds documentation for configuration of PowerVM RMC. Change-Id: Ib1ff51c95998bbc3183ea9b896dc8fa2dfbc0435 Closes-Bug: #1643988 |
||
|
Nish Patwa
|
cd3958714c |
[DOCS] Added release-name as a watermark to Docs.
Added a water mark to the role documentation to make clear to deployers which release they're working with. Modified conf.py that adds watermark to the documentation according to particular branch. If the current branch is master than watermark is 'Pre-release' and if the current branch is stable/<release-name> than watermark is <release-name>. This is a combined implementation based on the following patches: - https://review.openstack.org/372565 - https://review.openstack.org/382637 - https://review.openstack.org/384140 Change-Id: I64a622a64485814799e7633e00575153f3f527a7 |
||
|
Jesse Pretorius
|
d1c0549e21 |
Use centralised Ansible test scripts
This patch consumes the centralised Ansible test scripts implemented in https://review.openstack.org/381853 Change-Id: If42c1f2d26d0fda8e120898832a64809f4ce5819 |
||
|
Jenkins
|
4403bc5bac | Merge "[DOCS] Update docs for mixed lxd hypervisors" | ||
|
Michael Gugino
|
17f0fa215b |
[DOCS] Update docs for mixed lxd hypervisors
Change-Id: I7b025aec96c7328b3a1027cdb624c3af9104057f |
||
|
Adam Reznechek
|
f7845390ed |
[DOCS] Update PowerVM driver documentation
Add details on configuring OpenStack-Ansible to enable some some PowerVM driver features, including: - VNC console - Config drives - Ephemeral/volume storage Change-Id: Idc9d5295b3ec9f40b750cb2ae5d935aa0387a60c |
||
|
Drew Thorstensen
|
97f7e37ef9 |
[DOC] Add clarifying statement on CPU type
This changes adds a minor clarifying statement about what services can run on ppc64le. This statement will be removed upon integration of MariaDB 10.1 into the OSA code base. Other options to support ppc64le at the management side are being evaluated. Change-Id: If94eb580c14d5bb64c9314deb3aec37f9b900f98 |
||
|
Alexandra
|
75d82b689d |
[DOCS] Moving networking content to nova role docs
Change-Id: If9846f79ee26a951b3d38c5c5e86d9a4da710198 Implements: blueprint osa-install-guide-overhaul |
||
|
Drew Thorstensen
|
7777d81f1a |
[DOCS] Refactor of nova role docs
Update the role documentation to match the newly proposed format. In the new format, each role project should maintain the configuration variations for the role project itself. Change-Id: I165891189ffa67680980a70178fd55951cad293b |
||
|
Jesse Pretorius
|
601c49bdeb |
Update sphinx configuration
This patch updates the sphinx configuration for docs and releasenotes to make it easier to replicate across repositories and to comply with pep8 testing without exceptions. Change-Id: Ida2a6c468bbf379f937296aa73c95e25be0b4da6 |
||
|
Travis Truman
|
bc124efd94 |
DOC - Adopting the common role documentation pattern
As discussed during the Newton design summit, we agreed to adopt the role documentation pattern laid out in the os_keystone role Change-Id: I36d2b0c99472b470d11cac20854513c3d8b40b78 |
||
|
Kevin Carter
|
f379c6abd4 |
Implement base configuration for independent repository
Change-Id: I91826d92a1c4bf30a9be77d538ffaa45b3bf7c8e Signed-off-by: Kevin Carter <kevin.carter@rackspace.com> |