Rework the Infra docs index as TaCT SIG docs

Redo the index page for docs.openstack.org/infra to update the text
to refer to the TaCT SIG, drop old links to things which have moved
or are now defunct, and provide some hints on where to find things
which are now elsewhere.

Change-Id: I885561912cd719afdfc02f382dcf36b08540ec00
This commit is contained in:
Jeremy Stanley 2021-11-25 17:35:10 +00:00
parent 53164195f6
commit 5b9e6511e2
2 changed files with 34 additions and 89 deletions

View File

@ -1,10 +1,6 @@
documents: documents:
- name: Bindep
directory: bindep
- name: Elastic Recheck - name: Elastic Recheck
directory: elastic-recheck directory: elastic-recheck
- name: Git Review
directory: git-review
- name: Git Restack - name: Git Restack
directory: git-restack directory: git-restack
- name: Glean - name: Glean
@ -13,15 +9,11 @@ documents:
directory: grafyaml directory: grafyaml
- name: Log Processor - name: Log Processor
directory: log_processor directory: log_processor
- name: OpenStackID
directory: openstackid
- name: OpenStack Zuul Jobs - name: OpenStack Zuul Jobs
directory: openstack-zuul-jobs directory: openstack-zuul-jobs
- name: Storyboard - name: Storyboard
directory: storyboard directory: storyboard
- name: Python StoryBoard Client - name: Python StoryBoard Client
directory: python-storyboardclient directory: python-storyboardclient
- name: OpenStack CI
directory: openstackci
- name: OpenStack CI Log Processing - name: OpenStack CI Log Processing
directory: ci-log-processing directory: ci-log-processing

View File

@ -2,7 +2,7 @@
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
<title>OpenStack Developer and Community Infrastructure Documentation</title> <title>OpenStack Testing and Collaboration Tools Documentation</title>
<!-- Google Fonts --> <!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin" rel="stylesheet" type="text/css"/> <link href="https://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin" rel="stylesheet" type="text/css"/>
<!-- Google Fonts --> <!-- Google Fonts -->
@ -82,101 +82,54 @@
<!-- Page Content --> <!-- Page Content -->
<div class="container"> <div class="container">
<h3 class="subhead"> <h3 class="subhead">
OpenStack Developer and Community Infrastructure Documentation OpenStack Testing and Collaboration Tools Documentation
</h3> </h3>
<div class="searchArea span-10 last"> <div class="searchArea span-10 last">
</div> </div>
</div> </div>
<div class="container"> <div class="container">
<div> <div>
<p> <p>
This is the documentation for the Developer and Community This is the documentation for tools and systems maintained by
Infrastructure of the OpenStack project itself. It is intended the <a
for developers who are contributing to OpenStack, persons who href="https://governance.openstack.org/sigs/tact-sig.html"
wish to contribute to the operation of the OpenStack project >OpenStack TaCT SIG</a> (Testing and Collaboration Tools
infrastructure, or other projects who wish to collaborate on the Special Interest Group, a successor to the OpenStack
tools we are developing and using. Infrastructure Project Team). The intended audience for these
</p> documents is developers who are contributing to OpenStack, as
<p> well as anyone wishing to contribute to the operation and
maintenance of the OpenStack Testing and Collaboration Tools.
</p>
<p>
If you are not trying to contribute to OpenStack directly, but If you are not trying to contribute to OpenStack directly, but
are instead a user or developer looking for API documentation, are instead a user or developer looking for API documentation,
see see the <a href="https://docs.openstack.org/">OpenStack
<a href="https://docs.openstack.org/">OpenStack documentation</a>. documentation</a> site.
</p> </p>
<p>If you notice problems with the OpenDev <p>
infrastructure, read the Some of the documentation previously hosted here can now be
the <a href="https://docs.opendev.org/opendev/infra-manual/latest"> OpenDev found at the documentation sites for the <a
Manual</a> for help.</p> href="https://docs.opendev.org/opendev/">OpenDev
Collaboratory</a> and the <a href="https://zuul-ci.org/docs/"
>Zuul Project</a>.
</p>
</div> </div>
</div> </div>
<div class="container"> <div class="container">
<p>
These are links to reference documentation for the OpenStack
Testing and Collaboration Tools.
</p>
<div class="span-12" id="subnav"> <dl>
<ul class="subsectionNav">
<li class="link">
<a>Infrastructure Manual</a>
</li>
</ul>
<p style="margin-right: 40px">
This is the user manual for OpenDev.
Read this to learn how to contribute patches
to OpenStack and other projects hosted in OpenDev, how
to create a new project, or how to
make changes to an existing project's configuration within the
project infrastructure.
</p>
<dl>
<dd><a href="https://docs.opendev.org/opendev/infra-manual/latest/">OpenDev Manual</a></dd>
</dl>
<ul class="subsectionNav">
<li class="link">
<a>Systems Documentation</a>
</li>
</ul>
<p style="margin-right: 40px">
The project infrastructure team operates a number of systems
for use by the OpenStack project. Look here to find
information about each of them, including how they are
installed, configured, and operated, as well as links to
relevant external resources.
</p>
<dl>
<dd><a href="system-config/">Systems Documentation</a></dd>
<dd><a href="https://docs.opendev.org/opendev/infra-specs/latest/">
Specifications</a>
</dd>
<dd><a href="publications/">Slide Presentations</a></dd>
</dl>
</div>
<div class="span-12 last-right" id="subnav-right">
<ul class="subsectionNav">
<li class="link">
<a>Projects</a>
</li>
</ul>
<p style="margin-right: 40px">
These are links to reference documentation for projects that
have been developed as part of the OpenStack project
infrastructure.
</p>
<dl>
{% for document in documents %} {% for document in documents %}
<dd> <dd>
<a href="{{document.directory}}/"> <a href="{{document.directory}}/">{{document.name}}</a>
{{document.name}} </dd>
</a>
</dd>
{% endfor %} {% endfor %}
</dl> </dl>
</div>
</div> </div>
</div> </div>
<!-- Page Content --> <!-- Page Content -->
</body> </body>