Commit Graph

558 Commits

Author SHA1 Message Date
Matthias Runge 92be85c4ca Remove leftovers of retirement
Change-Id: I5acab95813ac3d0604f73c377bf111f423a008bc
2021-07-09 15:21:47 +02:00
Matthias Runge ca45bbdca0 Retire panko, the code is no longer maintained.
The contents of this repository are still available in the Git source
code management system. To see the contents of this repository before it
reached its end of life, please check out the previous commit with
"git checkout HEAD^1".

For any further questions, please email
openstack-discuss@lists.openstack.org or join #openstack-telemetry on OFTC.

Change-Id: Ic8a7001e708d8da7cf8951eefd0a96762ea5fa46
2021-05-27 11:36:44 +02:00
Ghanshyam Mann 6da394a59a [goal] Deprecate the JSON formatted policy file
As per the community goal of migrating the policy file
the format from JSON to YAML[1], we need to do two things:

1. Change the default value of '[oslo_policy] policy_file''
config option from 'policy.json' to 'policy.yaml' with
upgrade checks.

2. Deprecate the JSON formatted policy file on the project side
via warning in doc and releasenotes.

Also replace policy.json to policy.yaml ref from doc and tests.

[1]https://governance.openstack.org/tc/goals/selected/wallaby/migrate-policy-format-from-json-to-yaml.html

Change-Id: Ie6e22b0b47c5148290f7b76c95967cd9a343343c
2021-02-11 12:40:40 -06:00
Andreas Jaeger 260ba07210 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.

Disable openstackdocs_auto_name to use 'project' variable as name.

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.

Remove docs requirements from test-requirement, it's enough to have them
in doc/requirements.txt.

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: I8d4234212ecceb639e40eae423af72d2d08b010d
2020-05-21 16:20:05 +02:00
Andreas Jaeger 679e39587d Cleanup doc support
Cleanup docs building:
- Remove obsolete sections from setup.cfg
- Switch to using sphinx-build
- Cleanup doc/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme version, use apidoc for
  API docs
- Fix doc problems found

Change-Id: I1f92444a145030e7715a8d357870d712c5d3cfb1
2020-04-13 17:59:13 +02:00
zhurong e73f13e3ed Cleanup py27 support
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg:
  * Wheel is not needed for python 3 only repo
  * Some other sections are obsolete
- Update classifiers
- Update requirements, no need for python_version anymore

Change-Id: I551d8eada6764516dd0612037d9e9e9e5a677347
2020-04-11 01:00:06 -07:00
Ghanshyam Mann b787e1dc4d [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

Panko is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Depends-On: https://review.opendev.org/#/c/693631/

Change-Id: I61488fc092ac11eb9f606d54c8e1a6e57851c4a0
2019-12-13 00:17:59 +00:00
zhurong 92a0a825e5 PDF documentation build
Change-Id: I7db6a34ba582c048c40c450453f239ada6260ac2
2019-09-19 22:39:38 -07:00
ZhongShengping 0a3a0f9738 Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org
counterparts.

Change-Id: I5368ea99dfe8ba3763b50e915b0b7852ef51db33
2019-04-22 14:32:58 +08:00
maniksidana019 97a72ebe85 Correcting Panko Port in documentation
Changing the port from 8777->8977

Change-Id: I215ab00ff101edbffe1689b85a54efcb1f72c08e
Closes-Bug:1785017
2019-01-30 09:58:48 +05:30
Zuul fb019f8414 Merge "fix error url" 2018-07-30 14:16:35 +00:00
Dao Cong Tien cbf37f5b85 Invalid link to static file in doc
Change-Id: I75abcde6b02785e2b8438f02d49725e2c2d44b85
2018-07-03 08:21:22 +00:00
melissaml 94e75825ab fix error url
Change-Id: Id6f8a52cb9e23c8848f69588bc98ea824e5ffbee
2018-05-22 10:02:00 +08:00
XiaojueGuan f5bc9f5faf Trivial: Update pypi url to new url
Change-Id: I9c1df77a82d7ad603c2f655a421bb42b3f132f19
2018-05-01 15:48:26 +00:00
Yuanbin.Chen 22442d4ca6 Fix doc title format error
Change-Id: I2c25ae7ca938afa0db99116fe3e814c17525a0aa
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2018-04-09 13:29:50 +08:00
David Rabel 4591be64a5 Fix indentation in Docs
Wrong indentation in doc/source/install/manual.rst is interpreted as quotation.

Change-Id: I0e31a2a813d4384eef2cf36d470b43a0fc71e884
2018-02-06 11:09:25 +01:00
Zuul a62ec45f14 Merge "Render policy in documentation" 2018-01-29 20:14:04 +00:00
Yuanbin.Chen b61274dd31 change doc panko bug tracker url
Change-Id: If61fd0b263e74c5a3162225defba5dce8a631231
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2018-01-10 21:54:38 +08:00
Yuanbin.Chen c141cc7309 Update uwsgi.rst doc file format
Change-Id: I73428fa1d691daf3a415ecf8beaeb2678a1563ab
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2017-12-14 10:00:40 +08:00
gord chung c7dcbc8a0a remove paas format
this isn't referenced anywhere and was removed a while ago in
ceilometer docs

Change-Id: I871c87e19b2dc09770830cda80aac586f90dd429
see: I3a50edaf12921684e8c8bd070a2b7dbfee4311fd
2017-12-13 13:48:29 +00:00
Lance Bragstad 99016b67fc Render policy in documentation
This is the final bit to implementing the policy goal for Panko.
This just ensures the policies registered in code are actually
rendered in documentation and up-to-date.

Change-Id: I5c97263b84695c0a83dc82782d2f8861dca8ced5
2017-11-28 15:49:05 +00:00
Luong Anh Tuan b8b6e52303 Using --option ARGUMENT
The OpenStack CLI commands support both --option ARGUMENT and --option=ARGUMENT.
In technical publications, use --option ARGUMENT.[1]

[1]https://docs.openstack.org/doc-contrib-guide/writing-style/code-conventions.html

Change-Id: Ib22d435d04c9bbc9369fdb5364742d02f65b61e8
2017-10-30 15:15:53 +00:00
lipan 686e077aba update the location of gabbits directory
Change-Id: I8d4713ec5f02961e232ead11c8fb3fd0b15b4f8e
2017-09-13 16:06:59 +08:00
Monty Taylor 242d146715
Remove vestigate HUDSON_PUBLISH_DOCS reference
This isn't actually used and is a leftover from a thing we did
seven years ago that survives today through copy-pasta.

Change-Id: Ice0ae152059f8ebdba76049a1f09534efe46bdca
2017-09-02 08:55:59 -05:00
shangxiaobj eea3eef269 Fix typos and replace http with https for doc links
1) Fix typos found in panko
2) Use https instead of http for docs links in panko

Change-Id: Iccc8e0c612d6681bf39dec6b7b79b5ad30a23eca
2017-08-17 23:52:20 -07:00
gord chung cdc425ed27 cleanup panko docs
- cleanup index
- move dev docs to contributor section

Change-Id: I3b183ae1b2ea75b5dcc731195d88d6c46ecb6159
2017-07-25 18:36:33 +00:00
Jenkins c66882a0ef Merge "Docs: switch to openstackdocstheme" 2017-07-25 17:44:50 +00:00
Hangdong Zhang 16d122a5e8 Update the documentation link for doc migration
Change-Id: Iac3e6c11480ca0a0dccfd90d722d905f2e4911e5
BTW: Do some optimization as well (http -> https)
2017-07-24 11:04:31 +08:00
Hanxi Liu b9945c2b1f Docs: switch to openstackdocstheme
Project documents are being reprocessed due to document migration[1].
Update the docs theme to openstackdocstheme instead of oslosphinx.

[1] https://review.openstack.org/#/c/472275/

Change-Id: I9353ba579b093d0ab91e2f60612b8cbc8ffbb733
Co-Authored-By: chenxing <chen.xing@99cloud.net>
2017-07-17 16:07:38 +08:00
mengalong 00ad38615a Fix panko document error
uswgi.rst is the document for panko not for aodh.

Change-Id: Ib4575472c3d64f5bb1f3e60ee4cdbcd8891cc80f
2017-07-07 20:53:42 +08:00
Jenkins 3dad45c57d Merge "Fix html_last_updated_fmt for Python3" 2017-06-26 20:02:12 +00:00
Vu Cong Tuan 209a34b434 Fix html_last_updated_fmt for Python3
html_last_updated_fmt option is interpreted as a
byte string in python3, causing Sphinx build to break.
This patch makes it utf-8 string.

Change-Id: I1b494829e6d57764938e290f44cd9ba08adc3fc5
2017-06-06 01:19:36 +00:00
Jenkins 9f3a81c981 Merge "support uwsgi" 2017-06-05 16:40:59 +00:00
Hanxi_Liu 2e5da17452 Stop using gnocchi reference
Stop using Gnocchi reference because there isn't any
relationship between the two.

Change-Id: Ib793b6290a8057bf128c660b7323ba7660e7a681
2017-06-02 00:14:04 +08:00
gord chung 4d21a8d943 support uwsgi
this is basically a copy of I5f42f0e87e8f020f89a0ad840dc50754e6298200

Change-Id: I5080aa35f54338a36280b6840012896e2388f93c
2017-05-25 14:40:12 +00:00
csatari e263a36a6c Removal of config file copy from manual install
The current setup.py install comand copies all config files
to /etc/panko, so this step is not needed anymore in the
manual install guide.

Change-Id: I0f2886ffd08852712434a4257fb1797287cbc44a
Signed-off-by: csatari <gergely.csatari@nokia.com>
2017-03-07 11:04:07 +01:00
Julien Danjou dc07901fbc Remove pecan_debug option
There's no need to have this exposed to users.

Change-Id: Ie2cc75f167421fcc306f35bcd8e1a797fe7d35b1
2016-10-12 19:08:53 +02:00
Julien Danjou ac051f70eb doc: remove talk about query/complex queries
This does not exist in Panko.

Change-Id: Idf2bf1e40d4675124de4b9335f100ab491dbe7f5
2016-09-15 23:14:43 +02:00
Julien Danjou ad068f5544 Set Keystone endpoint type to `event'
Change-Id: I60014ade7358df27a5868f5b00f58ee61905df00
2016-07-22 12:23:28 +02:00
Julien Danjou 3009be7ee7 Rename to Panko
Change-Id: I50b5f6c7b74a4431ccb7af271c11fe9c027f83ab
Signed-off-by: Julien Danjou <julien@danjou.info>
2016-06-14 17:00:22 +02:00
Julien Danjou ba4f572fd3 Remove code that is not related to events storage and API
Change-Id: I63128835613eb5959244c2fd34bc266ddcf4251c
2016-06-14 17:00:22 +02:00
ZhiQiang Fan 3c1b806519 fix some typos in our doc, comments and releasenotes
Change-Id: Ibaf3bb7af28a5be62eb97b6a423ed6acbcc4c651
2016-05-25 03:23:09 +08:00
ZhiQiang Fan 089f63bc7e doc: remove database alarm capability
Our legacy database doesn't provide alarm capability any more,
however, there is a table in document still mentions it.

Also update this table for hbase statistic limitation.

Change-Id: I195106b23024a289196d9b5ec7cc891f251040e4
2016-05-15 19:11:55 +08:00
Jenkins be7d90cd6d Merge "Add release note link" 2016-05-12 11:02:38 +00:00
ZhiQiang Fan 196a747745 fix openstack cli command in doc manual
openstack role create requires a positional argument name, not optional.

also this patch removes endpoint trailing /, it is redundant and I still
remember once ago there is a bug reported for such issue, which leading
to urls like http://localhost:8777//v2/meters: double slashes

Change-Id: I973a3f60d8bd8f2bc4f8aa9f19c2ce47cd8b8f18
2016-04-19 23:06:13 +08:00
ZhiQiang Fan 9aac316ff8 Add release note link
Document the new release note site.

Change-Id: I94db9209ee9696ac8f0056abb73ddebede510683
2016-04-19 22:38:18 +08:00
Thomas Bechtold 1fea0f524d Fix doc build if git is absent
When building packages if git is absent, then we should not set
html_last_updated_fmt. It can still be set via the -D switch
when building with sphinx-build.

Change-Id: I992f38ba935536c59217e22d4071f40a69090fc2
Closes-Bug: #1552251
2016-04-13 08:36:12 +02:00
gordon chung 8e7940ad44 Add notes on moving to Gnocchi
Change-Id: I819b5cba3be9ce80895f5479059e3bcdf8a701bd
2016-04-12 12:15:14 +00:00
gordon chung 7fe87e904f delete verbose/redundant/deprecated text
the docs are a bit wordy in some places. our docs are confusing
enough:

- remove notification > polling in architecture page
- remove redundant Events filtering from event_types
- move shuffle/batch options to customisation page
- add http publisher
- remove db choices from architecture page, point to dbreco page
- remove db background referencing single database route
- remove warnings to say db might change, use api (obvious)
- remove stuff about Ceilometer is part Openstack but not tied to it
- move hbase configuration under common hbase section in install
- remove tox compatibility comments since it's > 2 years
- remove random non-devstack/historical text from devstack page
- remove default cinder/nova configurations from devstack page

Change-Id: Ifdbeee358cfcb5d3736608e39067ff2859cc0ed6
2016-04-12 12:15:00 +00:00
gordon chung 5676fe009e add ceilometer to gnocchi configuration notes
first notes on how to enable ceilometer to connect to gnocchi

Change-Id: I13840eb0ff0a74534fec6b5b52e011fd7fc20a8b
2016-04-11 11:44:19 +00:00