Commit Graph

32 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov c9da7d6975 Remove mention of haproxy-endpoints role
Keystone 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: I2a83e31a9de998cd10dd95fc0cffc1ad68061da5
2022-06-14 19:07:55 +02:00
Dmitriy Rabotyagov cc703ccb9f 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: Ica024d61da18ad948d9bc6717acabc58911715c8
2022-05-30 16:01:15 +02:00
Jonathan Rosser a7a396dbb8 Fix linter errors
Change-Id: Iceda4b23bf5347a7de9817d212ca8db8f2befc10
2020-10-02 18:00:25 +03:00
Andreas Jaeger bb691a505d Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

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: Iebfa30b3545bab9eb568ac30f9296ba51b4ba6c8
2020-06-03 18:23:49 +02:00
Andreas Jaeger 9754e55f25 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: I16d112e26aa9df9607f54dec9cf3b2219d67e44c
2020-05-20 18:44:37 +02:00
OpenStack Proposal Bot cae6a770c6 Updated from OpenStack Ansible Tests
Change-Id: I568ff5063f8da508350b2e1859479d9b58c3497d
2020-05-12 18:02:51 +00:00
OpenStack Proposal Bot 9e8f4612f5 Updated from OpenStack Ansible Tests
Change-Id: I14b0c43cddf45675a6c296e79162dd3458007e9b
2020-05-05 13:30:22 +00:00
Andreas Jaeger c33db01ecf 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 */source/conf.py to remove now obsolete content.
- remove install_cmd, move constraints into deps,
  small cleanup of tox.ini

Change-Id: Ib88cbadb622163d41428b153739679cbba7c336d
2020-04-27 18:13:49 +02:00
OpenStack Proposal Bot a6f0eab5cf Updated from OpenStack Ansible Tests
Change-Id: If968a5e0ecfc9f689bb4cc031243375db28706e4
2020-04-13 17:44:39 +00:00
OpenStack Proposal Bot ec4f967b13 Updated from OpenStack Ansible Tests
Change-Id: I03c9760819c0d06a955291dfe17bc4666eae042c
2019-11-21 16:32:25 +00:00
Dmitriy Rabotyagov 7132d760be 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: I0ea6477cb62773a1c9c82e77204c9bc72255a892
Story: 2006105
2019-10-16 11:26:26 +00:00
OpenStack Proposal Bot 5f1115cee9 Updated from OpenStack Ansible Tests
Change-Id: I5b5e514f8ffb2037e3a88b5b23f16e33f8062d64
2019-07-30 19:34:43 +00:00
OpenStack Proposal Bot 1d058a083b Updated from OpenStack Ansible Tests
Change-Id: I110750008640b07ac8a227be6fccce6d04c6cc51
2019-07-20 09:26:28 +00:00
zhangboye 00c42baa63 Cap sphinx for py2 to match global requirements
Change-Id: I075aa171d2e0ed59d905bd29aab2b614fb52cce4
2019-05-16 16:31:31 +08:00
Mohammed Naser e49687c20d 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: I4a2bcfd8ceaa0253a9f5368256dda9ed78e42be1
2019-04-04 05:11:28 +00:00
OpenStack Proposal Bot 5a1cbc2a9a Updated from global requirements
Change-Id: Ide13106521c7d103906568dc85ef6b5e19529139
2018-03-15 07:29:36 +00:00
OpenStack Proposal Bot 7663c9efa4 Updated from global requirements
Change-Id: Ifd3bc3f87cb5023cbc20e6bc6f69acc4b782b419
2018-03-13 07:11:18 +00:00
OpenStack Proposal Bot adff943994 Updated from global requirements
Change-Id: Iba77cf05e7f283d22d044bbe1215c37b86c1dedb
2018-03-11 13:49:37 +00:00
ZhongShengping 6f84bbf046 Follow the new PTI for document build
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html

For more detials information, please refer to:
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Change-Id: Ieb0460952f943b90deeec65d37d0a6026682c4a3
2018-03-09 12:01:25 +08:00
Jean-Philippe Evrard e8b4875e40 Initial OSA zuul v3 role jobs
This patch 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.

Change-Id: I1911542e61df7bed475eac199669773ae4e1a205
2017-10-17 19:29:16 +01:00
Logan V 149076cd2c Reimplement external LB management handler hook
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

This reverts commit f876cf2926.

Change-Id: Ib17c9ae6f5e75ce2288d52f6368cd40e9586ffdb
2017-09-10 17:05:30 -05:00
ZhongShengping 37645e5fce 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: Ifb0cb2eed9ca1b5a993a87c877f5082874daca78
2017-07-03 16:07:56 +08:00
gecong1973 b8acdcfe88 Use https instead of http for git.openstack.org
TrivialFix

Change-Id: I82433ebf27ebaf01301895ff27615a4296f1eb44
2017-02-06 12:10:24 +08:00
Andy McCrae ed9202c5eb Update repository with reference to role git location
Change-Id: I6c11ce14b8ce350cd3296e892b45dbcd6425f2d4
2016-12-22 14:26:20 +00:00
Jean-Philippe Evrard 475fd2e68b 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: I31c26db797723892faf2b752acfc56d04dce5d54
2016-12-01 12:01:13 +00:00
Nish Patwa be26446d99 [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: Icc1c4f2c26df08aefcf6cc613232e650162e665e
2016-10-18 18:17:24 +00:00
Nish Patwa df246885d0 [DOCS] Added release-name as a watermark to Docs.
Added a water mark to galera 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

Related-Bug: #1624489
Change-Id: Idf26db677a71bc9b3e1d22b4ca86bb7d2e5cd232
2016-10-10 08:09:18 +00:00
Robb Romans 50bcea12d8 [DOCS] Move example playbook to separate file
Change-Id: I76b2773c46124f953aecfd502758b153e40fc1f9
2016-08-12 13:31:55 -05:00
Jesse Pretorius 727189ff0c Ensure that doc linting is included in the linters test
The 'docs' tox target executes the doc8 lint test which may result in
failures when testing documentation builds, but OpenStack-CI does not
execute that tox target.

In order to ensure that we catch all standard documentation syntax
errors and prevent them from merging, this patch includes the docs
target in the 'linters' chain of tests.

Fixes for any failures which result from executing this test are also
included in the patch.

Change-Id: Id23f9d262a1a18230f797c5aaecc76e627d0998a
2016-07-26 00:36:03 +01:00
Jesse Pretorius 4a8707f149 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: I0020d055b9f867cbd1df1c004bb77ba24f0e7d5d
2016-07-12 16:50:59 +01:00
Travis Truman 75395c9706 Doc and configuration for independent repository
Change-Id: Ibf90f1a32fb919bc75e178047f4e1ade20dd303e
2016-03-03 11:56:23 -05:00
Kevin Carter 25a9eb3901
first commit
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-12-09 09:23:50 -06:00