Update infra-manual links
The infra-manual publishes now to docs.opendev.org, change links to it. New location is: https://docs.opendev.org/opendev/infra-manual/latest/ Link specs.o.o contributors link to OpenStack Contributor Guide. Change http to https for docs.o.o and specs.o.o everywhere. Depends-On: https://review.opendev.org/713929 Needed-By: https://review.opendev.org/713930 Change-Id: I46bf9e9527941f2120de59fdbc355337f4c019c1
This commit is contained in:
parent
11bd536edc
commit
a494d238b0
@ -1,14 +1,14 @@
|
||||
If you would like to contribute to the development of OpenStack,
|
||||
If you would like to contribute to the development of OpenDev,
|
||||
you must follow the steps in this page:
|
||||
|
||||
http://docs.openstack.org/infra/manual/developers.html
|
||||
https://docs.opendev.org/opendev/infra-manual/latest/developers.html
|
||||
|
||||
If you already have a good understanding of how the system works and your
|
||||
OpenStack accounts are set up, you can skip to the development workflow section
|
||||
of this documentation to learn how changes to OpenStack should be submitted for
|
||||
accounts are set up, you can skip to the development workflow section
|
||||
of this documentation to learn how changes to OpenDev should be submitted for
|
||||
review via the Gerrit tool:
|
||||
|
||||
http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
https://docs.opendev.org/opendev/infra-manual/latest/developers.html#development-workflow
|
||||
|
||||
Pull requests submitted through GitHub will be ignored.
|
||||
|
||||
|
18
README.rst
18
README.rst
@ -13,7 +13,7 @@ This dir contains the IRC access bot channel config. This config file
|
||||
is used to specify which channels are managed by the infra team and
|
||||
the permissions assigned to nicks in those channels.
|
||||
|
||||
`IRC Documentation <http://docs.openstack.org/infra/system-config/irc.html>`_
|
||||
`IRC Documentation <https://docs.openstack.org/infra/system-config/irc.html>`_
|
||||
|
||||
gerrit
|
||||
======
|
||||
@ -22,10 +22,10 @@ This dir contains the main project registry in projects.yaml along
|
||||
with all of the gerrit project ACLs in the acls subdir. You will need
|
||||
to edit these files to add new projects to Gerrit.
|
||||
|
||||
See the `Creator's Guide in the Infra Manual <http://docs.openstack.org/infra/manual/creators.html>`_
|
||||
See the `Creator's Guide in the OpenDev Manual <https://docs.opendev.org/opendev/infra-manual/latest/creators.html>`_
|
||||
for info on adding projects.
|
||||
|
||||
`Gerrit Documentation <http://docs.openstack.org/infra/system-config/gerrit.html>`_
|
||||
`Gerrit Documentation <https://docs.openstack.org/infra/system-config/gerrit.html>`_
|
||||
|
||||
gerritbot
|
||||
=========
|
||||
@ -33,7 +33,7 @@ gerritbot
|
||||
This dir contains the gerritbot channel config file. Edit this file to
|
||||
add the gerritbot to your IRC channels for gerrit event messages.
|
||||
|
||||
`IRC Documentation <http://docs.openstack.org/infra/system-config/irc.html>`_
|
||||
`IRC Documentation <https://docs.openstack.org/infra/system-config/irc.html>`_
|
||||
|
||||
grafana
|
||||
=======
|
||||
@ -42,7 +42,7 @@ This dir contains dashboards to display at
|
||||
http://grafana.openstack.org/. Add new files to create additional
|
||||
dashboards or edit the existing ones to enhance the dashboards.
|
||||
|
||||
`Grafana Documentation <http://docs.openstack.org/infra/system-config/grafana.html>`_
|
||||
`Grafana Documentation <https://docs.openstack.org/infra/system-config/grafana.html>`_
|
||||
|
||||
nodepool
|
||||
========
|
||||
@ -52,16 +52,16 @@ elements that are used to build the images we boot build nodes off of.
|
||||
Edit these files if you need to modify the base images that Nodepool creates
|
||||
for Zuul to run content on.
|
||||
|
||||
`Nodepool Documentation <http://docs.openstack.org/infra/system-config/nodepool.html>`_
|
||||
`Nodepool Documentation <https://docs.openstack.org/infra/system-config/nodepool.html>`_
|
||||
|
||||
specs
|
||||
=====
|
||||
|
||||
This dir contains the index.html file for the http://specs.openstack.org
|
||||
This dir contains the index.html file for the https://specs.openstack.org
|
||||
site. Edit this file if you are adding and removing projects from that
|
||||
site.
|
||||
|
||||
`Static Web Hosting Documentation <http://docs.openstack.org/infra/system-config/static.html>`_
|
||||
`Static Web Hosting Documentation <https://docs.openstack.org/infra/system-config/static.html>`_
|
||||
|
||||
zuul
|
||||
====
|
||||
@ -70,7 +70,7 @@ This dir contains the zuul main.yaml file which defines the Zuul tenants
|
||||
and the system-variables.yaml file which contains some global variables.
|
||||
Edit these files to add, remove or rename a project from Zuul.
|
||||
|
||||
`Zuul Documentation <http://docs.openstack.org/infra/system-config/zuul.html>`_
|
||||
`Zuul Documentation <https://docs.openstack.org/infra/system-config/zuul.html>`_
|
||||
|
||||
dev
|
||||
===
|
||||
|
@ -103,9 +103,9 @@
|
||||
see
|
||||
<a href="https://docs.openstack.org/">OpenStack documentation</a>.
|
||||
</p>
|
||||
<p>If you notice problems with the OpenStack CI
|
||||
infrastructure, read
|
||||
the <a href="https://docs.openstack.org/infra/manual">Infra
|
||||
<p>If you notice problems with the OpenDev
|
||||
infrastructure, read the
|
||||
the <a href="https://docs.opendev.org/opendev/infra-manual/latest"> OpenDev
|
||||
Manual</a> for help.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -118,15 +118,16 @@
|
||||
</li>
|
||||
</ul>
|
||||
<p style="margin-right: 40px">
|
||||
This is the user manual for the Project Developer
|
||||
Infrastructure. Read this to learn how to contribute patches
|
||||
to OpenStack, how to create a new OpenStack project, or how to
|
||||
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="manual/">Infrastructure Manual</a></dd>
|
||||
<dd><a href="https://docs.opendev.org/opendev/infra-manual/latest/">OpenDev Manual</a></dd>
|
||||
</dl>
|
||||
|
||||
<ul class="subsectionNav">
|
||||
@ -200,7 +201,7 @@
|
||||
<li><a href="https://www.openstack.org/events/">Events</a></li>
|
||||
<li><a href="https://www.openstack.org/jobs/">Jobs</a></li>
|
||||
<li><a href="https://www.openstack.org/foundation/companies/">Companies</a></li>
|
||||
<li><a href="https://docs.openstack.org/infra/manual/developers.html">Contribute</a></li>
|
||||
<li><a href="https://docs.opendev.org/opendev/infra-manual/latest/developers.html">Contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="span-4">
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/afs.yaml).
|
||||
type: text
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/bridge.yaml).
|
||||
type: text
|
||||
|
@ -9,7 +9,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/ceph.yaml).
|
||||
type: text
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/git.yaml).
|
||||
type: text
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/horizon.yaml).
|
||||
type: text
|
||||
|
@ -9,7 +9,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/kolla.yaml).
|
||||
NOTE - 'No datapoints' in a graph means there have been no job failures reported yet.
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/mosquitto.yaml).
|
||||
type: text
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/networking-bagpipe.yaml).
|
||||
type: text
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/networking-bgpvpn.yaml).
|
||||
type: text
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/networking-midonet.yaml).
|
||||
type: text
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/networking-odl.yaml).
|
||||
type: text
|
||||
|
@ -9,7 +9,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/networking-ovn.yaml).
|
||||
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/networking-sfc.yaml).
|
||||
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/neutron-dynamic-routing.yaml).
|
||||
type: text
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/neutron-fwaas.yaml).
|
||||
type: text
|
||||
|
@ -9,7 +9,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/neutron-lib.yaml).
|
||||
|
||||
|
@ -13,7 +13,7 @@ dashboard:
|
||||
|
||||
This dashboard shows the current health of Neutron CI jobs for the newest stable release. It should be updated with every release to ensure that it is always referring to the newest stable release.
|
||||
|
||||
This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/neutron-stable-minusone.yaml).
|
||||
|
||||
|
@ -13,7 +13,7 @@ dashboard:
|
||||
|
||||
This dashboard shows the current health of Neutron CI jobs for the newest stable release. It should be updated with every release to ensure that it is always referring to the newest stable release.
|
||||
|
||||
This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/neutron-stable-minusone.yaml).
|
||||
|
||||
|
@ -9,7 +9,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/neutron-tempest-plugin.yaml).
|
||||
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/neutron-vpnaas.yaml).
|
||||
|
||||
|
@ -9,7 +9,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/neutron.yaml).
|
||||
|
||||
|
@ -22,7 +22,7 @@ dashboard:
|
||||
|
||||
This dashboard monitors the status of the nodepool environment for Airship-Citycloud.
|
||||
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
If you would like to make changes to this dashboard, please see the template in the `grafana` directory in
|
||||
[project-config](https://opendev.org/openstack/project-config/src/branch/master/grafana/nodepool.template).
|
||||
|
||||
|
@ -22,7 +22,7 @@ dashboard:
|
||||
|
||||
This dashboard monitors the status of the nodepool environment for Citycloud.
|
||||
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
If you would like to make changes to this dashboard, please see the template in the `grafana` directory in
|
||||
[project-config](https://opendev.org/openstack/project-config/src/branch/master/grafana/nodepool.template).
|
||||
|
||||
|
@ -14,7 +14,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/branch/master/grafana/afs.yaml).
|
||||
type: text
|
||||
|
@ -14,7 +14,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/branch/master/grafana/afs.yaml).
|
||||
type: text
|
||||
|
@ -22,7 +22,7 @@ dashboard:
|
||||
|
||||
This dashboard monitors the status of the nodepool environment for Inap.
|
||||
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
If you would like to make changes to this dashboard, please see the template in the `grafana` directory in
|
||||
[project-config](https://opendev.org/openstack/project-config/src/branch/master/grafana/nodepool.template).
|
||||
|
||||
|
@ -22,7 +22,7 @@ dashboard:
|
||||
|
||||
This dashboard monitors the status of the nodepool environment for Limestone.
|
||||
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
If you would like to make changes to this dashboard, please see the template in the `grafana` directory in
|
||||
[project-config](https://opendev.org/openstack/project-config/src/branch/master/grafana/nodepool.template).
|
||||
|
||||
|
@ -22,7 +22,7 @@ dashboard:
|
||||
|
||||
This dashboard monitors the status of the nodepool environment for Linaro.
|
||||
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
If you would like to make changes to this dashboard, please see the template in the `grafana` directory in
|
||||
[project-config](https://opendev.org/openstack/project-config/src/branch/master/grafana/nodepool.template).
|
||||
|
||||
|
@ -22,7 +22,7 @@ dashboard:
|
||||
|
||||
This dashboard monitors the status of the nodepool environment for OpenEdge.
|
||||
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
If you would like to make changes to this dashboard, please see the template in the `grafana` directory in
|
||||
[project-config](https://opendev.org/openstack/project-config/src/branch/master/grafana/nodepool.template).
|
||||
|
||||
|
@ -22,7 +22,7 @@ dashboard:
|
||||
|
||||
This dashboard monitors the status of the nodepool environment for OVH.
|
||||
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
If you would like to make changes to this dashboard, please see the template in the `grafana` directory in
|
||||
[project-config](https://opendev.org/openstack/project-config/src/branch/master/grafana/nodepool.template).
|
||||
|
||||
|
@ -22,7 +22,7 @@ dashboard:
|
||||
|
||||
This dashboard monitors the status of the nodepool environment for Rackspace.
|
||||
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
If you would like to make changes to this dashboard, please see the template in the `grafana` directory in
|
||||
[project-config](https://opendev.org/openstack/project-config/src/branch/master/grafana/nodepool.template).
|
||||
|
||||
|
@ -22,7 +22,7 @@ dashboard:
|
||||
|
||||
This dashboard monitors the status of the nodepool environment for Vexxhost.
|
||||
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
If you would like to make changes to this dashboard, please see the template in the `grafana` directory in
|
||||
[project-config](https://opendev.org/openstack/project-config/src/branch/master/grafana/nodepool.template).
|
||||
|
||||
|
@ -22,7 +22,7 @@ dashboard:
|
||||
|
||||
This dashboard monitors the status of the nodepool environment for %PROVIDER%.
|
||||
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
If you would like to make changes to this dashboard, please see the template in the `grafana` directory in
|
||||
[project-config](https://opendev.org/openstack/project-config/src/branch/master/grafana/nodepool.template).
|
||||
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/nodepool.yaml).
|
||||
type: text
|
||||
|
@ -9,7 +9,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/octavia.yaml).
|
||||
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/openstack-ansible.yaml).
|
||||
type: text
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/ovsdbapp.yaml).
|
||||
type: text
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/tap-as-a-service.yaml).
|
||||
type: text
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/tempest.yaml).
|
||||
type: text
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/vmware-nsx.yaml).
|
||||
|
||||
|
@ -6,7 +6,7 @@ dashboard:
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/zuul-status.yaml).
|
||||
type: text
|
||||
|
@ -166,7 +166,7 @@
|
||||
<li><a href="https://www.openstack.org/events/">Events</a></li>
|
||||
<li><a href="https://www.openstack.org/jobs/">Jobs</a></li>
|
||||
<li><a href="https://www.openstack.org/foundation/companies/">Companies</a></li>
|
||||
<li><a href="https://docs.openstack.org/infra/manual/developers.html">Contribute</a></li>
|
||||
<li><a href="https://docs.openstack.org/contributors">Contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="span-4">
|
||||
|
@ -10,8 +10,8 @@
|
||||
<outline type="rss"
|
||||
text="{{project.name}}"
|
||||
title="{{project.name}}"
|
||||
xmlUrl="http://specs.openstack.org/{{project.repo}}/rss.xml"
|
||||
htmlUrl="http://specs.openstack.org/{{project.repo}}">
|
||||
xmlUrl="https://specs.openstack.org/{{project.repo}}/rss.xml"
|
||||
htmlUrl="https://specs.openstack.org/{{project.repo}}">
|
||||
</outline>
|
||||
{% endfor %}
|
||||
</outline>
|
||||
|
@ -9,7 +9,7 @@
|
||||
success-message: Build succeeded (check pipeline).
|
||||
failure-message: |
|
||||
Build failed (check pipeline). For information on how to proceed, see
|
||||
http://docs.openstack.org/infra/manual/developers.html#automated-testing
|
||||
https://docs.opendev.org/opendev/infra-manual/latest/developers.html#automated-testing
|
||||
manager: independent
|
||||
precedence: low
|
||||
require:
|
||||
@ -65,7 +65,7 @@
|
||||
success-message: Build succeeded (gate pipeline).
|
||||
failure-message: |
|
||||
Build failed (gate pipeline). For information on how to proceed, see
|
||||
http://docs.openstack.org/infra/manual/developers.html#automated-testing
|
||||
https://docs.opendev.org/opendev/infra-manual/latest/developers.html#automated-testing
|
||||
manager: dependent
|
||||
precedence: normal
|
||||
post-review: True
|
||||
@ -128,7 +128,7 @@
|
||||
success-message: Build succeeded (promote pipeline).
|
||||
failure-message: |
|
||||
Build failed (promote pipeline). For information on how to proceed, see
|
||||
http://docs.openstack.org/infra/manual/developers.html#automated-testing
|
||||
https://docs.opendev.org/opendev/infra-manual/latest/developers.html#automated-testing
|
||||
manager: supercedent
|
||||
precedence: high
|
||||
post-review: True
|
||||
@ -333,7 +333,7 @@
|
||||
failure-message: |
|
||||
Build failed (third-party-check pipeline) integration testing with
|
||||
OpenStack. For information on how to proceed, see
|
||||
http://docs.openstack.org/infra/manual/developers.html#automated-testing
|
||||
https://docs.opendev.org/opendev/infra-manual/latest/developers.html#automated-testing
|
||||
manager: independent
|
||||
precedence: low
|
||||
trigger:
|
||||
|
Loading…
Reference in New Issue
Block a user