Commit Graph

21 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 0ea23558e7 Remove mention of haproxy-endpoints role
Role was never migrated to usage of haproxy-endpoints role
and included task was used instead the whole time.
With that to reduce complexity and to have unified approach, all mention
of the role and handler are removed from the code.

Change-Id: Ia04bd0a729100ed3f0bade9185b0703ce903635f
2022-06-15 17:01:41 +00:00
Dmitriy Rabotyagov 4bff5b4352 Switch sphinx language to en
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: Ic728c71b6d1f44b903ac0ade0ab2516a6cdc16fb
2022-05-30 16:01:29 +02:00
Jonathan Rosser 4e6dbd907d Fix linter errors
Depends-On: https://review.opendev.org/755759
Change-Id: Ia6b9a041748e97cb08ff484ed9b36f7244b54aa1
2020-10-02 10:41:13 +00:00
OpenStack Proposal Bot 3ab102c500 Updated from OpenStack Ansible Tests
Change-Id: Iff8acef9481ac4d6508e7e5b8bf817a5c9bc367d
2020-08-12 11:33:45 +00:00
Andreas Jaeger 51fc04490b 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: I78cc95e4d1bee949f74d9561efd988214118acfd
2020-06-03 19:58:53 +02:00
Andreas Jaeger 61e406508b 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: I2c8c5e5b98f4cc08e42a09027ffbc8a6f311374a
2020-05-20 18:49:41 +02:00
OpenStack Proposal Bot add53dbf87 Updated from OpenStack Ansible Tests
Depends-On: https://review.opendev.org/727827
Change-Id: I0163ec1284ef8892f57bffbf7ba7ab53607b1de8
2020-05-15 21:01:07 +00:00
OpenStack Proposal Bot 945c7b7cde Updated from OpenStack Ansible Tests
Change-Id: I2894b2d1bf024112dcf18be331a8677cb405fc1b
2020-05-05 13:32:39 +00:00
Zuul 094b390c1b Merge "Cleanup py27 support" 2020-04-14 19:34:28 +00:00
melissaml 91d19c8c2a 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: I4fce1279bb8a5bf9a5d7e80d9f6400f7e9105f8c
2020-04-14 16:32:47 +08:00
OpenStack Proposal Bot 0dc4dd2aad Updated from OpenStack Ansible Tests
Change-Id: I2367514cc7612396b7e555fc03bb2064aad48622
2020-04-13 17:50:25 +00:00
OpenStack Proposal Bot a4f3093814 Updated from OpenStack Ansible Tests
Change-Id: I7f0458ff35ec2570803af6cc418c8cae7daf483b
2019-11-21 16:34:48 +00:00
Zuul 4b0d0f3a70 Merge "Replace deprecated "lvm_share_export_ip" opt" 2019-10-25 12:50:49 +00:00
Dmitriy Rabotyagov 594c005963 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: Iebf8e1a3c88e039ef824b0c3f73286884f2beaf2
Story: 2006105
2019-10-21 18:25:00 +03:00
Goutham Pacha Ravi e8945f3cd5 Replace deprecated "lvm_share_export_ip" opt
The config opt for manila's LVM driver:
"lvm_share_export_ip" has been deprecated in
favor of "lvm_share_export_ips" [1].

[1] Ib3594aa5d7751c829820fce830d87f6ceea6b049

Change-Id: I4e41279cd42a254fda3a200591bea2c44fecfb70
2019-07-30 13:55:38 -07:00
OpenStack Proposal Bot 0293d596bb Updated from OpenStack Ansible Tests
Change-Id: I91aaef5e95035718897b5d4c8cb923139700ee71
2019-07-30 19:40:49 +00:00
OpenStack Proposal Bot 3aa4264a93 Updated from OpenStack Ansible Tests
Change-Id: Ie463d3a59324ec4cc819e729a2b7224e40c6b8ca
2019-07-20 09:34:11 +00:00
Mohammed Naser 4187a2e07a 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: Ia17efd2593f4925cb95701c7c3229ae5c18e9490
2019-04-04 09:05:01 +00:00
Kevin Carter b9809ef89d Update manila so that it works with cephfs
This change updates manila so that it can function with cephfs.
While cephfs was assumed to work these changes solidify support
and tune up the role.

Change-Id: I4d95bfc15d09b7b7c0b997d7eab91509b0c63885
Signed-off-by: cloudnull <kevin@cloudnull.com>
2019-03-27 22:39:33 +00:00
Michael Vollman f9bfb7f0bc Basic working os_manila role
Starting this new role as a copy of the os_cinder role due to the
similarities between the two openstack projects.  This role will
deploy manila api, scheduler and share services on ubuntu with the
default local LVM backed NFS scenario.

Change-Id: Ibda073e5aaa6df3b254961d4aed3a8d5961f3432
2019-03-08 19:41:48 +00:00
Andy McCrae 58b9b85af8 Initial commit to os_manila role
This is the initial commit to the development of the os_manila role.
This commit just contains the scaffolding.

Change-Id: I1ba8bf8bb892179b8068de398a6d61840dd610b1
2018-11-05 11:42:43 -05:00