Commit Graph

34 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 1f5f88d80e 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: Id2e8e24364a743fc5154e5c2e63fa1f5eaeb1f2c
2022-05-30 16:01:20 +02:00
Jonathan Rosser 4ecf499059 Fix linter errors
Change-Id: I37631ba89043bf0c1c8ad758bd74cce0dfe602ac
2020-10-07 11:29:21 +01:00
Zuul 437bc276fa Merge "Use newer openstackdocstheme and reno versions" 2020-06-05 11:38:42 +00:00
OpenStack Proposal Bot 3762052f6a Updated from OpenStack Ansible Tests
Change-Id: I9af0b9a7c63fb3c3a43ffb446658636aec79c697
2020-06-03 19:02:16 +00:00
Andreas Jaeger 76f5b5703f 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: I9b6949163c74f5248ffea884eb71060c884f8938
2020-06-03 19:11:39 +02:00
Andreas Jaeger 15867dff48 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: I32093d7fcb02808f09c4888aa01b7b2f7935b1d5
2020-05-20 18:46:37 +02:00
OpenStack Proposal Bot 49b4eeeec0 Updated from OpenStack Ansible Tests
Change-Id: Ie36d9fb4c3dd8cc7432e227a708f152bd38d4fc3
2020-05-12 18:03:28 +00:00
OpenStack Proposal Bot 90017f1291 Updated from OpenStack Ansible Tests
Change-Id: I30da411cdb8ee58b50ddf38590c7e6af63eba4c6
2020-05-05 13:31:17 +00:00
OpenStack Proposal Bot 3875426057 Updated from OpenStack Ansible Tests
Change-Id: Iba11d032980abeeaa93b2a6f8c046c48e11f5d24
2020-04-13 17:47:00 +00:00
OpenStack Proposal Bot a2750ecb11 Updated from OpenStack Ansible Tests
Change-Id: I3f68b6ed857e62d6181d96b83c67f347ecbdc1a5
2019-11-21 16:33:23 +00:00
Dmitriy Rabotyagov b633e2127b 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: Ifb430576505fa0d9d937fb30aa074f15a740d40b
Story: 2006105
2019-10-18 14:12:39 +03:00
OpenStack Proposal Bot d4422a137d Updated from OpenStack Ansible Tests
Change-Id: I407267fc32a4a755ab2ee91095ddc401f68a1b19
2019-08-20 03:05:32 +00:00
zhangboye 60adb8d910 Cap sphinx for py2 to match global requirements
Change-Id: I19f7522a311edb91d5ee7594ab013450c8df4729
2019-05-16 15:50:40 +08:00
Mohammed Naser 819329f392 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: I90f5c45f0d74f3487aa93b7afccf5551fcfbc271
2019-04-04 05:14:23 +00:00
ZhijunWei ff80d5257a Replace port 35357 with 5000
Now that the v2.0 API has been removed, we don't have a reason to
include deployment instructions for two separate applications on
different ports.

Depends-On: I3df2c670beeb78baaa1515bcd27e8f2b0d95b3a9
Change-Id: I6d8c5a7b17304cd0087cdb60d72eda4a15950a00
2018-06-24 16:16:06 +00:00
Andrew Smith 1f4a1e71a1 Update to use oslo.messaging services for RPC and Notify
This introduces oslo.messaging variables that define the RPC and
Notify transports for the OpenStack services. These parameters
replace the rabbitmq values and are used to generate the messaging
transport_url for the service. The association of the messaging
backend server to the oslo.messaging services will then be
transparent to the aodh service.

This patch:
* Add oslo.messaging variables for RPC and Notify to defaults
* Update transport_url generation (add for notifications)
* Add oslo.messaging to tests inventory
* Update tests
* Add release note
* Update README and example

Depends-On: If4326a6848d2d32af284fdbb94798eb0b03734d5
Depends-On: I2b09145b60116c029fc85477399c24f94974b61d
Change-Id: I356e7256f5e8090f35dce8a02fd633638fd659fa
2018-06-04 14:26:05 -04:00
OpenStack Proposal Bot 07e2695303 Updated from global requirements
Change-Id: Ie6b6730939af1ec03772b2dc08e2fecd463c76e6
2018-03-15 07:31:51 +00:00
OpenStack Proposal Bot 5a66925dac Updated from global requirements
Change-Id: I6b08c45d1bc5bd609957de746ff19c527ecc21c0
2018-03-10 13:34:09 +00:00
ZhongShengping 30ef6ac129 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: I10cc5829c87cd59de605f6d4e393b1c13ee2e5aa
2018-03-09 12:01:26 +08:00
Jean-Philippe Evrard 86d3d2deae 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: I11e7575c744d36bb9d0b0c7121e82275f8f82ab2
2017-12-05 11:54:22 +00:00
Jesse Pretorius 6deee77f9e 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: I9bc165a608bba3dedbf6e5d95c577550179b724b
2017-10-17 18:10:41 +01:00
Alexandra Settle cec27edbde Fixes incorrect title
Change-Id: Icd4398d8dc8d2e2d77397e5da3b1800a5ea3fafd
2017-07-17 13:14:28 +01:00
ZhongShengping 8bce3c224f 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: I3206496a5f6c874c22ec356e549c132a011292a7
2017-07-03 16:10:34 +08:00
alextricity25 d077f210c5 [DOC] Remove confusing sentence
The paragraph has been trimmed down to improve clairty on when
the aodh playbook should be run.

Change-Id: If7a3efa67c17bcee9fe66f785557ad96baff962f
Closes-Bug: #1631029
2017-02-21 16:47:49 -05:00
Cao Xuan Hoang b0de88a7c4 Use https instead of http for git.openstack.org
Trivialfix

Change-Id: If37b90cda14ec068f589ab1f1ada4605156dfcc2
2017-02-06 16:42:57 +07:00
Andy McCrae 305f73297f Update repository with reference to role git location
Change-Id: I81b11886f0b59982681dab7eb78f2026f6ec2e3a
2016-12-22 14:26:21 +00:00
Jean-Philippe Evrard 75a8be19c2 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: I5251a3111303e3bdfc35a29037088bfd2b3c1039
2016-12-01 15:03:28 +00:00
Nish Patwa dfc24d92ec [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: I1a91e65fa13412efc8863b2dff13150aec07e1f1
2016-10-18 16:45:07 +00:00
Travis Truman 9fce7bb4e2 [DOCS] - Remove overview from TOC
The overview.rst has been removed and should not
be present in the TOC

Change-Id: I60a0e12b39e60a29c7918ac6533342802d6de150
2016-08-17 10:39:52 -04:00
alextricity25 fd4346e7fc [DOCS] Move aodh configs from developer docs
This commit moves the aodh configs in the developer docs
over to the role. It also cleans up README.rst and index.rst to
support the new tree structure for role docs.

Change-Id: I424f16260339581b6ea612c9f7fd4b855bf62676
Signed-off-by: alextricity25 <miguel.cantu@rackspace.com>
2016-08-12 09:41:00 -05:00
Travis Truman dd4a64226e Serve the aodh-api using mod_wsgi
aodh upstream change Iefd6f4d9f76c69ed9b49483e1feda0b7dbe2cb81
moves from Werkzeug to WSGI so we should follow suit

Without this change, the aodh-api service fails to start at all.

Apache vhost config based on https://github.com/openstack/aodh/blob/master/etc/apache2/aodh

Change-Id: I2fb1eb984949a4457ae313cffec872a0bb425eab
2016-07-19 09:16:44 -04:00
Jesse Pretorius a4cdbf5b89 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: Iba4b4b199dff84e2e668879a9e0ca65ba3e7a095
2016-07-12 16:51:47 +01:00
Travis Truman c032ce4f05 Clarify role documentation and remove duplication
The README now makes clear that MongoDB is a dependency
and the role doc itself now simply includes the README
instead of duplicating its content.

Change-Id: I4f5008166ad385619ee50486aa953a4a7dec6f3c
2016-04-18 11:11:46 -04:00
Matt Thompson b44692c013 Implement base configuration for independent repository
This is a first pass at bringing in the necessary bits for the gate to
successfully pass.

Change-Id: I9bcf3057bec5f764de898cc02c60473a0f99d0a7
2016-03-02 07:28:08 +00:00