Commit Graph

10 Commits

Author SHA1 Message Date
Andreas Jaeger 3c2f6f71e9 Switch to newer openstackdocstheme version
Switch to openstackdocstheme 2.2.1 version. Using
this version will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

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.

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: I84774e86b7b834af52ace910cb1924f883e41cb9
2020-05-31 19:45:28 +02:00
Witek Bedyk 8e772475d3 Resolve issues with Sphinx 2.0
There are multiple steps necessary here:

- Switch to openstackdocstheme which, unlike the EOL'd oslosphinx theme,
  supports Sphinx 2.0. This is mostly trivial, though we do need to set
  the 'release' and 'version' options to the empty string since specs,
  like release notes and API docs, are unversioned.
- Require yasfb 0.8.0, which adds support for Sphinx 2.0
- Remove configuration for configuration for the 'autodoc' extension,
  any builder that isn't HTML or LaTeX, or stuff that duplicates
  defaults. All of these were noise that was simply confusing matters.

Change-Id: I41552530a609ba1c7c6b56c1b963fdf1bfb715dc
2019-05-22 10:33:01 +02:00
Ashwin Agate f01ecbb9ad Monasca Events Publishing Spec
Monasca Events API was developed to store events
data in Elasticsearch.

There is still a need to collect and publish
Openstack Notifications as Monasca Events.

This commit includes a specification for creating a new Monasca
Events Listener service that would be independent of Ceilometer.
This is being proposed for the Stein cycle.

Monasca Ceilometer project currently publishes ceilometer samples
to Monasca API. An alternate specification proposes to extend Monasca
Ceilometer project and add a new events publisher which would publish
Openstack notifications (or events) to Monasca Events API.
This solution was proposed for Rocky but will not be implemented
as the Ceilometer Events feature has been deprecated on master.

Co-Authored-By: Joseph Davis <joseph.davis@suse.com>
Co-Authored-By: Ashwin Agate <ashwin.agate@suse.com>

Story: 2003023
Task: 23047

Change-Id: I8ed7a19c0565a0cd613866934eb2540ae46c847d
2018-12-14 08:15:49 -08:00
Zuul 27ce5fdd54 Merge "Add Priorities page for Stein" 2018-10-14 17:59:59 +00:00
Witold Bedyk 25b2ff220b Add Priorities page for Stein
Change-Id: I2f29f1e41b20711056854069bcfb935e174f756d
2018-10-10 15:34:52 +01:00
Witold Bedyk a4674a5e7f Upgrade Apache Kafka client
Currently in all Python Monasca components the copy of `kafka-python`
library in version 0.9.5 (released on Feb 16, 2016) is used. This
specification describes the process of upgrading the Apache Kafka client
to `confluent-kafka-python`. This will improve the performance and
reliability. Sticking with the old frozen client version is also
unacceptable in terms of security.

Change-Id: I59f3effcdba39199d61d70a201d8e760840d3627
Story: 2003705
Task: 26360
2018-10-04 11:36:23 +00:00
Johannes Grassler a2035b5070 Add spec on database migrations
This commit adds a spec on converting Monasca from SQL scripts
to database migrations.

Change-Id: I398b8e1b5ab9b3529b0e671f197fdec5cf7b8e90
Story: 2001654
Task: 6681
2018-03-22 15:49:59 +01:00
Witold Bedyk 1a572938b7 Update directory structure for Rocky specs
Story: 2001713
Task: 8708
Change-Id: I853d1245c9d8af04ce0ba906caf4998f530f34f1
2018-03-21 09:30:43 +01:00
Johannes Grassler 1de6c93bae Add Service Domain Spec
This adds a spec that proposes a separate Keystone domain for agent users
for better security and self-service agent user creation.

It also fixes some build/compatiblity issues for spec compilation.

Change-Id: Id58703a52bff134fdbb22eaac199a4036df0c0b5
Story: 2001214
Task: 5725
2017-10-11 17:32:46 +02:00
Witold Bedyk ad544f387e Define repository structure
Change-Id: Ie2d6f4391f8d711aa057c6cc3ff6fd475ee73754
2017-09-19 18:04:02 +02:00