Commit Graph

31 Commits

Author SHA1 Message Date
Jeremy Stanley 175c615f2d tact-sig: Simplify OpenSearch mention
The TaCT SIG section on the OpenSearch service no longer needs to
link to the old Logstash service, since that's not even reachable
lately after being turned off. Just remove the sentence about it.

Clarify the separate callout for the "global" tenant name, because
the supplied URL already embeds it so the login page doesn't
normally prompt for it, but may do so if the session expires.

Correct the capitalization of Opensearch to OpenSearch, since that
seems to be how their community styles the name.

Change-Id: I533080c8e1c07f6bb046aea4f521b39d4dfc560e
2022-06-21 13:51:45 +00:00
Daniel Pawlik 2702d830f7 Add Opensearch Dashboard information
This commit is providing information about new Elasticsearch
service base on Opensearch project.

This service is replacing old Elasticsearch service: logstash.openstack.org.

Change-Id: Id72e218709ab2a280e2c6b2aa916fc38230e8017
2022-03-30 16:54:53 +02:00
Ghanshyam Mann 1ef4d29e97 Moving IRC network reference to OFTC
Change-Id: Ie6fb35683cc1b9d4cbec099b86453a9f2fae67fd
2021-07-08 18:38:54 -05:00
Ghanshyam Mann 6499556b09 Add email and irc nick for SIG chair/co-chair
Having email id and IRC nick in doc will help to
eaisly reachout the SIG chair/co-chair.

Change-Id: I6e13771e1e8e9393bd135db54d52911e98f09263
2021-05-11 16:49:50 -05:00
ricolin 43c6abee39 Update retire SIG process
Allow retire a non-finish SIG
* add archived-sigs.yaml to collect SIGs consider retired but didn't
  finish it's mission.
* Update documentation
* Add status `completed` and `archived` to SIG.
* Add `reason` field to SIG
* Show retired SIGs in index page

Change-Id: I6e5f35aa093340d6e553fe52c6ffe9061bc9191b
2021-03-26 19:33:18 +08:00
Zuul f89474f2cc Merge "Add doc/requirements" 2021-01-13 15:29:30 +00:00
Hervé Beraud 616b463b74 Add doc/requirements
This project isn't released but uniformization can't hurt.

The origin of these changes was that we need to specify doc requirements
in doc/requirements.txt to avoid problems with the pip resolver [1]
for the release team [2][3].

The problem here is that this repos haven't doc/requirements.txt
file and by default in this case zuul will use the test-requirements.txt
file to pull requirements [4].

This requirements file contains extra requirements like flake8 that
collided with those allowed in our job environment and so the new
pip resolver fails to install these requirements and the job exits in
error.

This project could meet similar conditions leading to the bug.

[1] http://lists.openstack.org/pipermail/release-job-failures/2021-January/001500.html
[2] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019611.html
[3] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019612.html
[4] https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/ensure-sphinx/tasks/main.yaml#L36

Change-Id: I0101b340fef5ae465eb64e7d7b21973d36fd2a6a
2021-01-07 11:24:12 +01:00
liyou01 4b2b14c708 remove unicode from code
Change-Id: Idc8b6a0905e9161b5abc5491a0fe002f9e4ac53e
2021-01-07 16:35:50 +08:00
Thierry Carrez 709a567071 Reorganize SIG guidelines
Reorganize and simplify SIG guidelines, so that creating and operating
a SIG does not seem so daunting. In particular:

- Remove redundant information (like the definition of a SIG) and
  generally be more concise
- Regroup SIG lifecycle guidelines (creating, updating, retiring) in
  the same chapter rather than spread it out across all the document
- Be generally less prescriptive and more on the 'best practices' side
- Mention SIG statuses as part of the SIG lifecycle guidelines, rather
  that on its own separate document
- Remove the "completed" status which is redundant with the presence in
  the completed-sigs.yaml file

Change-Id: Id1a754512f08bed55926dd7b65916c1f42fb446f
2020-08-21 16:14:26 +02:00
Zuul be63df5ce9 Merge "The Meta SIG is no longer needed" 2020-08-14 11:04:20 +00:00
Zuul ebad41890b Merge "Remove deprecation warning from docs build" 2020-08-14 10:58:49 +00:00
Thierry Carrez 6ad5d54f49 Improve SIG intro
Remove mentions of governance bodies, as it's now a bit confusing
(SIGs being under the TC+UC body).

Be more explicit about the difference between a project team and
a SIG.

Change-Id: I7cf8f2b5ae0131d5226c3284665ce492a7e72336
2020-08-12 17:29:42 +02:00
Thierry Carrez e76ad922f8 The Meta SIG is no longer needed
The Meta SIG was created to administrate and promote the SIGs.
This was needed as the SIGs were co-owned by the OpenStack TC
and the OpenStack UC. Now that they operate as a single group,
we can just put the SIGs under the responsibility of the TC,
like other community work groups in OpenStack.

Change-Id: I1f6e3aa90d3f83c7d37df4e726f3e983ae948bff
2020-08-11 18:15:35 +02:00
Sean McGinnis f723ec5cc3
Remove deprecation warning from docs build
The yaml.load() call has been deprecated if Loader= is not provided. It
is recommended to use safe_load() instead. This updates our Sphinx
extension to use safe_load() to avoid DeprecationWarnings from being
emitted while building docs.

Change-Id: I695cec8e272f143a1edd3de0ec2c8606ed403c47
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-08-06 12:14:13 -05:00
Andreas Jaeger b6859cc4c5 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.

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.

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: Ib928a4799233cf1d85a2b045bd7323c0576c72cb
2020-06-03 20:48:16 +02:00
Jeremy Stanley a3bb2f0853 Add page for TaCT SIG
The TaCT SIG is lightweight, and doesn't have any official
publications where it makes sense to point the SIG URL. Instead,
just add a page for it to this repository and link that.

Change-Id: I68f5606d3cd50ef74fdfaf0df8c146459b9acff9
2020-05-07 19:05:13 +00:00
Andreas Jaeger a0ec636cfe Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Update requirements, no need for python_version anymore
- Cleanup doc/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme version
- Remove install_command from tox.ini, the default is fine

Change-Id: I7582abcbf237320b0707732270388f113d93349d
2020-04-12 18:45:17 +02:00
ricolin 074b16327e Show `status` in SIG table
Change-Id: I7f23612135d1ef1ef9aef8909b1541ecf208aa41
2020-02-19 15:24:57 +08:00
Jean-Philippe Evrard 6b1e5881ab Add Ideas into the governance sidebar
To make sure it is reachable through the sidebar, like on the
rest of the governance website.

Depends-On: https://review.opendev.org/#/c/706240/
Change-Id: I8bf7ff4171f4bd139465283126b7f110bc41644e
2020-02-07 08:10:21 +00:00
Ghanshyam Mann f56c7e8542 Add more details in 'advisory' SIG status
Change-Id: Iefea4a0b69b7fb1937a896dcc9a9199ed7b0fc27
2019-12-13 16:35:02 +00:00
ricolin db02429435 Add SIG guideline
Change-Id: Iad53651fc19a6d6cf3b779e7e09f2e7b7cd56fb0
2019-12-13 03:57:56 +00:00
ricolin 28bf6d3fe5 Add SIG status tag reference
Change-Id: If2a39180734d20e1c954576476a4b8330e4f31ec
2019-12-09 08:21:59 +00:00
caoyuan 938bb03908 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I7ae37c61a93902578c99546108d78bfb8162f509
2019-04-23 19:38:06 +08:00
Jeremy Stanley 5cf494ab31 Reflect ML move from openstack-sigs to -discuss
The openstack-sigs mailing list is being retired in favor of having
the same discussions on openstack-discuss instead:

http://lists.openstack.org/pipermail/openstack-sigs/2018-November/000670.html

Change-Id: Ibdf691056ed8fb8ab843e9b597dc7d9199a63ab3
2018-12-03 18:32:18 +00:00
Jeremy Stanley 5b1a589464 Remove reference to bi-weekly newsletter
The bi-weekly SIGs update idea was encoded in governance yet never
got put into use in the year since it was devised. Remove the
reference for now so as to avoid confusion. It can always be added
back if these start happening at some point in the future.

Change-Id: I391e80bb7d87049f4d4fdbb6680e81eae6bee013
2018-12-03 18:32:02 +00:00
Sean McGinnis d5a499233c
Update sphinx extension logging
Sphinx 1.6 deprecated using the application object to perform logging
and it will be removed in the upcoming 2.0 release. This updates our
extensions to use the recommended sphinx.util.logging instead.

Change-Id: I364d8837283be0164624b4ffc4a48352661c697d
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-10-16 14:46:04 -05:00
Thierry Carrez 67c91ef194 Inherit openstackdocstheme
The SIGs governance website was using an old oslosphinx-based
theme. Inherit from openstackdocstheme instead, in the same way
as the TC site.

Change-Id: I2b5940eae121f0c73fc2e5a6758f5ad106c0d33c
2018-10-02 11:46:08 +02:00
Adam Spiers c0ba831b2c Port communication info from SIGs wiki page
In preparation for retiring

    https://wiki.openstack.org/wiki/OpenStack_SIGs

salvage the information on communication which is still relevant.

Change-Id: I023010b59995727d9bd34033371f3f5fecdf4fe8
2018-03-06 14:38:00 +00:00
Thierry Carrez 9c52c30cfe Add information about SIGs before going live
Add missing information about SIGs, including where to hold
discussions and how to create one.

Change-Id: I141e91f64c54bf402f86be61612575e8d4b8ae91
2017-12-15 14:14:57 +01:00
Thierry Carrez c75a529499 Fix column widths
Create a specific class around SIG tables and code the
column widths in it, in order to give more space to the
description.

Change-Id: Id4ff071b59464971580253c21114337ab551fdc6
2017-12-15 14:03:29 +01:00
Thierry Carrez b73404484c Set up initial content
Initial content for the SIG website, including information on
the Meta SIG.

Change-Id: I92741f1d166e31c1c976f33d2de432111975aa6c
2017-11-28 15:24:03 +01:00