Enable sphinx-lint via pre-commit and fix up the existing issues.
The most common one was single backtick vs double backtick. In
ReStructured Text you must use a double backtick while Markdown
uses the single backtick for a fixed-width font. The other issue
was a tabs vs spaces change in a file.
Change-Id: I28e91272d67d13db0fefaa7165e0ba887086eae9
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
After merger of osh-infra we have to update the
home urls for all charts to point to the openstack-helm repo.
Also cleanup references to osh-infra in other places.
Change-Id: Iefeba8024b6720d25013c60cfd3a835950675801
The CephFS provisioner is being removed from openstack-helm-infra,
so references to it here are also being removed.
Change-Id: Ia01935f037bb6f91299757d8049db4d1c5dc4a10
This change updates all Ceph image references to use Focal images
for all charts in openstack-helm.
Change-Id: I67cd294e2aabf3c3af404da42204f9b6157b06f7
Change ceph-config-helper image tag to bionic from focal. There is no
focal based image available.
Change-Id: I6c4039161d09a55cac84fc047080603953a1deb5
This change updates the ceph-upgrade docs to reference a newer
version of ubuntu. This is part of the movement to cleanup
older versions of distros/releases.
Change-Id: I0a14b854951ea0bca2060e534b5c882cb6f24863
nova-placement has been removed as of train, since we
do not support openstack releases before train, it
is no longer needed. This change removes nova-placement
from the nova chart and all the overrides, as well as
changes the compute-kit scripts to always deploy
the placement chart.
Change-Id: Ic8649371fe9e954806cbe4bf11c589fb58c7a88d
Nova consoleauth was removes several releases ago and most of our
overrides were specifically needing to disable it in order to
deploy. Since it is no longer in nova, this change removes the
nova consoleauth support from the nova chart.
Change-Id: I0a27265330156a11f6049e9beaaa14a38d8a4a93
Glance registry was deprecated in Queens and removed in Stein.
This change removes glance-registry settings and templates
from the glance chart. Also removed the overrides from older
releases that are no longer actively supported and tested.
Change-Id: I704d844b9ab96daa73ec42e29cded31fbbe3f720
This updates the ceph-config-helper image for the ubuntu distro
based jobs to use an image that includes kubernetes 1.16.2
Change-Id: If063db5e6f0abfab10cd0195b3633c41d8ed560f
Signed-off-by: Steve Wilkerson <sw5822@att.com>
1. Sync sphinx dependency with global requirements. It caps python 2 since
sphinx 2.0 no longer supports Python 2.7.
2. Remove unncessary "=="
Change-Id: I3451c44a30a2e3d4bb58d2ac512e69da0781e961
Fix some typos that I found in documents(except specs)
* fix trivial mistakes(typos)
* fix the link error(rst->html)
* restore it's -> its
* fix k8s -> K8s
Change-Id: I6ec65e9d04441adac210cc9fd476a37a1cb9644f
Document process of upgrading Ceph version without
downtime for Openstack components.
- install ceph charts with luminous v12.2.4 images
- deploy Openstack charts
- update ceph chars to luminous v12.2.5
Change-Id: I98194552b102f57ffb891461fe67d3fdd27d2464