Commit Graph

9 Commits

Author SHA1 Message Date
Peter Matulis 2ca36734ba Fix up upgrade order
Correct a faulty comparison between the neutron-gateway
and ovn-chassis charms. The latter is a subordinate
charm. Bring up ovn-dedicated-chassis from the bottom
of the list.

Place nova-compute directly after ovn-central to
reduce OVN control plane downtime. Add an explanatory
admonishment.

Reflect all the above in both the upgrade-charms and
upgrade-openstack pages.

Due to the connection between this documentation and
internal testing, a comment will be added to an existing
zaza-openstack-tests ordering bug (GH #709) explaining
what was done here.

Drive-by: Implement a more efficient build invocation
          by taking advantage of multi-core systems in
          addition to only building changed files.

Related-Bug: #1960275
Change-Id: I18c65bfc333912a480e7942a06641fce3971834e
2022-04-05 23:33:24 -04:00
Peter Matulis 8c9c623b76 Redirect links for config-openstack
Adds a redirect capabilities for the charm-deployment-guide for the
config-openstack.html to configure-openstack.html renaming. This also
adds whereto testing in order to validate and confirm that the redirect
links are working as intended.

Note, this will redirect the user from the config-openstack.html for any
of the release names. This may result in a 404 not found if an older
release is being accessed since the renaming/refactoring will not be
backported.

Co-Authored-By: Peter Matulis <peter.matulis@canonical.com>
Co-Authored-By: Billy Olsen <billy.olsen@canonical.com>

Change-Id: I61d2eabadd76c86fa63b49c6b7552bcb1ee20d67
2021-01-25 15:25:25 -07:00
Andreas Jaeger 4950df7899 Switch to current docs tools
Update repo to use current Sphinx and openstackdocstheme versions:
* update requirements
* update conf.py to correctly set variables
* update tox.ini to use python3

Change-Id: I44d41c3d78dfddf325ef7c65a8e1c9a1ddf96094
2019-10-25 09:16:39 +02:00
Andreas Jaeger 60069b0276 Fix links - and make them robust
There's no .md file in here, so change links. Looking at the used links,
these are all external links and thus sphinx cannot test whether they
work. Use internal links so that all links work - and work even after
renames.

This shows up as e.g.:
 WARNING: unknown document: install-maas.html

Update tox.ini so that these are hard errors.

Remove dead requirement oslosphinx, it's not needed anymore here since
openstackdocstheme is used.

Change-Id: Ieae398aecb48c2e26de5c50261e700f8790e64ce
2019-07-26 16:07:36 +02:00
Doug Hellmann 6d966f123e fix tox python3 overrides
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: I87413d8be9424db1208bbf234d8ac32bfd17f724
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-10-12 19:25:26 +00:00
Alex Kavanagh 4493b86a4a Move doc to deploy-guide for the documenation
And remove the build-sphinx part of the python module setup as there
are no docs to build.  This is to make this project (which has no
project documenation, but does have a deploy-guide) compatible with the
other deploy-guides.

Depends-On: I96d8e3d958081667df5e69e148e13c6b27c34767
Change-Id: If775b98b4a58cc956e487a6d566d62999eaaf12d
2017-10-17 15:19:35 +00:00
Alex Kavanagh bed2dd42bd Fix some documentation issues
- Fixed odd wording in install-openstack.rst.
- Fixed up uuid command usage.
- Added missing links and added note about editting bundles.
- Fixed up the note to be an RST note rather than just regular
  text.

Also add .gitreview as the project is managed on review.openstack.org

Change-Id: Id96104928bd95d9d82dfe2a1e90fbbc60c661c28
Closes-Bug: #1712583
2017-08-25 20:12:41 +00:00
James Page 6f73e1681f Extra bits 2017-06-19 10:43:50 +01:00
James Page 016bd6aa56 Initial baseline 2017-06-19 10:15:07 +01:00