From a494d238b0d9e72193cb8dab92796a11e559aa51 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 19 Mar 2020 17:24:42 +0100 Subject: [PATCH] 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 --- CONTRIBUTING.rst | 10 +++++----- README.rst | 18 +++++++++--------- docs-site/infra-index.html.tmpl | 17 +++++++++-------- grafana/afs.yaml | 2 +- grafana/bridge.yaml | 2 +- grafana/ceph.yaml | 2 +- grafana/git.yaml | 2 +- grafana/horizon.yaml | 2 +- grafana/kolla.yaml | 2 +- grafana/mosquitto.yaml | 2 +- grafana/networking-bagpipe.yaml | 2 +- grafana/networking-bgpvpn.yaml | 2 +- grafana/networking-midonet.yaml | 2 +- grafana/networking-odl.yaml | 2 +- grafana/networking-ovn.yaml | 2 +- grafana/networking-sfc.yaml | 2 +- grafana/neutron-dynamic-routing.yaml | 2 +- grafana/neutron-fwaas.yaml | 2 +- grafana/neutron-lib.yaml | 2 +- grafana/neutron-stable-minusone.yaml | 2 +- grafana/neutron-stable-minustwo.yaml | 2 +- grafana/neutron-tempest-plugin.yaml | 2 +- grafana/neutron-vpnaas.yaml | 2 +- grafana/neutron.yaml | 2 +- grafana/nodepool-airship-citycloud.yaml | 2 +- grafana/nodepool-citycloud.yaml | 2 +- grafana/nodepool-dib.base.template | 2 +- grafana/nodepool-dib.yaml | 2 +- grafana/nodepool-inap.yaml | 2 +- grafana/nodepool-limestone.yaml | 2 +- grafana/nodepool-linaro.yaml | 2 +- grafana/nodepool-openedge.yaml | 2 +- grafana/nodepool-ovh.yaml | 2 +- grafana/nodepool-rax.yaml | 2 +- grafana/nodepool-vexxhost.yaml | 2 +- grafana/nodepool.template | 2 +- grafana/nodepool.yaml | 2 +- grafana/octavia.yaml | 2 +- grafana/openstack-ansible.yaml | 2 +- grafana/ovsdbapp.yaml | 2 +- grafana/tap-as-a-service.yaml | 2 +- grafana/tempest.yaml | 2 +- grafana/vmware-nsx.yaml | 2 +- grafana/zuul-status.yaml | 2 +- specs/index.html.tmpl | 2 +- specs/specs.opml.tmpl | 4 ++-- zuul.d/pipelines.yaml | 8 ++++---- 47 files changed, 71 insertions(+), 70 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 7a5e9e16cd..506a461f08 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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. diff --git a/README.rst b/README.rst index fa25b90920..b295dc7707 100644 --- a/README.rst +++ b/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 `_ +`IRC Documentation `_ 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 `_ +See the `Creator's Guide in the OpenDev Manual `_ for info on adding projects. -`Gerrit Documentation `_ +`Gerrit Documentation `_ 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 `_ +`IRC Documentation `_ 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 `_ +`Grafana Documentation `_ 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 `_ +`Nodepool Documentation `_ 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 `_ +`Static Web Hosting Documentation `_ 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 `_ +`Zuul Documentation `_ dev === diff --git a/docs-site/infra-index.html.tmpl b/docs-site/infra-index.html.tmpl index c4a9c49a9d..41160d4ef9 100644 --- a/docs-site/infra-index.html.tmpl +++ b/docs-site/infra-index.html.tmpl @@ -103,9 +103,9 @@ see OpenStack documentation.

-

If you notice problems with the OpenStack CI - infrastructure, read - the Infra +

If you notice problems with the OpenDev + infrastructure, read the + the OpenDev Manual for help.

@@ -118,15 +118,16 @@

- 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.

-
Infrastructure Manual
+
OpenDev Manual
diff --git a/grafana/afs.yaml b/grafana/afs.yaml index 5fbb3e9463..97294582a7 100644 --- a/grafana/afs.yaml +++ b/grafana/afs.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/afs.yaml). type: text diff --git a/grafana/bridge.yaml b/grafana/bridge.yaml index 91ff035968..87f574d7a5 100755 --- a/grafana/bridge.yaml +++ b/grafana/bridge.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/bridge.yaml). type: text diff --git a/grafana/ceph.yaml b/grafana/ceph.yaml index f3bb3f1279..0cee25bf85 100644 --- a/grafana/ceph.yaml +++ b/grafana/ceph.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/ceph.yaml). type: text diff --git a/grafana/git.yaml b/grafana/git.yaml index 1cd67df852..32be2a5e52 100644 --- a/grafana/git.yaml +++ b/grafana/git.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/git.yaml). type: text diff --git a/grafana/horizon.yaml b/grafana/horizon.yaml index 459ba310a9..2cfc62b588 100644 --- a/grafana/horizon.yaml +++ b/grafana/horizon.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/horizon.yaml). type: text diff --git a/grafana/kolla.yaml b/grafana/kolla.yaml index a8b72aa91b..ff0cd39c15 100644 --- a/grafana/kolla.yaml +++ b/grafana/kolla.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/kolla.yaml). NOTE - 'No datapoints' in a graph means there have been no job failures reported yet. diff --git a/grafana/mosquitto.yaml b/grafana/mosquitto.yaml index 0d82c25c0b..206b861b89 100644 --- a/grafana/mosquitto.yaml +++ b/grafana/mosquitto.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/mosquitto.yaml). type: text diff --git a/grafana/networking-bagpipe.yaml b/grafana/networking-bagpipe.yaml index 4b8505b1cf..392431cf5c 100644 --- a/grafana/networking-bagpipe.yaml +++ b/grafana/networking-bagpipe.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-bagpipe.yaml). type: text diff --git a/grafana/networking-bgpvpn.yaml b/grafana/networking-bgpvpn.yaml index 3bab0cfef3..b81c67155a 100644 --- a/grafana/networking-bgpvpn.yaml +++ b/grafana/networking-bgpvpn.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-bgpvpn.yaml). type: text diff --git a/grafana/networking-midonet.yaml b/grafana/networking-midonet.yaml index 534f0fc227..ceda50050b 100644 --- a/grafana/networking-midonet.yaml +++ b/grafana/networking-midonet.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-midonet.yaml). type: text diff --git a/grafana/networking-odl.yaml b/grafana/networking-odl.yaml index 3df4b4df56..a307debc10 100644 --- a/grafana/networking-odl.yaml +++ b/grafana/networking-odl.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-odl.yaml). type: text diff --git a/grafana/networking-ovn.yaml b/grafana/networking-ovn.yaml index a2e6772255..64be6a2f4e 100644 --- a/grafana/networking-ovn.yaml +++ b/grafana/networking-ovn.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/networking-ovn.yaml). diff --git a/grafana/networking-sfc.yaml b/grafana/networking-sfc.yaml index a0f1abe658..4639fb3b21 100644 --- a/grafana/networking-sfc.yaml +++ b/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/networking-sfc.yaml). diff --git a/grafana/neutron-dynamic-routing.yaml b/grafana/neutron-dynamic-routing.yaml index 514bc499e5..e64b8facdb 100644 --- a/grafana/neutron-dynamic-routing.yaml +++ b/grafana/neutron-dynamic-routing.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 diff --git a/grafana/neutron-fwaas.yaml b/grafana/neutron-fwaas.yaml index 305aeec132..19004611b8 100644 --- a/grafana/neutron-fwaas.yaml +++ b/grafana/neutron-fwaas.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-fwaas.yaml). type: text diff --git a/grafana/neutron-lib.yaml b/grafana/neutron-lib.yaml index 458733fdc6..98ef93876e 100644 --- a/grafana/neutron-lib.yaml +++ b/grafana/neutron-lib.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-lib.yaml). diff --git a/grafana/neutron-stable-minusone.yaml b/grafana/neutron-stable-minusone.yaml index d37465c62d..f209d9f94e 100644 --- a/grafana/neutron-stable-minusone.yaml +++ b/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). diff --git a/grafana/neutron-stable-minustwo.yaml b/grafana/neutron-stable-minustwo.yaml index e7fcab27a1..004aa7cb9d 100644 --- a/grafana/neutron-stable-minustwo.yaml +++ b/grafana/neutron-stable-minustwo.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). diff --git a/grafana/neutron-tempest-plugin.yaml b/grafana/neutron-tempest-plugin.yaml index 8e47453f1d..c8e3ee8071 100644 --- a/grafana/neutron-tempest-plugin.yaml +++ b/grafana/neutron-tempest-plugin.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). diff --git a/grafana/neutron-vpnaas.yaml b/grafana/neutron-vpnaas.yaml index 12cd3094fa..7738c7ea6d 100644 --- a/grafana/neutron-vpnaas.yaml +++ b/grafana/neutron-vpnaas.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). diff --git a/grafana/neutron.yaml b/grafana/neutron.yaml index fc549c00d6..1c05681eed 100644 --- a/grafana/neutron.yaml +++ b/grafana/neutron.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). diff --git a/grafana/nodepool-airship-citycloud.yaml b/grafana/nodepool-airship-citycloud.yaml index 2712f35055..f3fbdf0a40 100644 --- a/grafana/nodepool-airship-citycloud.yaml +++ b/grafana/nodepool-airship-citycloud.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). diff --git a/grafana/nodepool-citycloud.yaml b/grafana/nodepool-citycloud.yaml index 831611f76c..bdf8b3c881 100644 --- a/grafana/nodepool-citycloud.yaml +++ b/grafana/nodepool-citycloud.yaml @@ -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). diff --git a/grafana/nodepool-dib.base.template b/grafana/nodepool-dib.base.template index 0296f69fd8..479d1b3f5c 100644 --- a/grafana/nodepool-dib.base.template +++ b/grafana/nodepool-dib.base.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 diff --git a/grafana/nodepool-dib.yaml b/grafana/nodepool-dib.yaml index 509d2adf51..2c33ae7f77 100644 --- a/grafana/nodepool-dib.yaml +++ b/grafana/nodepool-dib.yaml @@ -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 diff --git a/grafana/nodepool-inap.yaml b/grafana/nodepool-inap.yaml index 019d5c56da..cf1b245700 100644 --- a/grafana/nodepool-inap.yaml +++ b/grafana/nodepool-inap.yaml @@ -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). diff --git a/grafana/nodepool-limestone.yaml b/grafana/nodepool-limestone.yaml index 8329ed8189..1687bf90eb 100644 --- a/grafana/nodepool-limestone.yaml +++ b/grafana/nodepool-limestone.yaml @@ -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). diff --git a/grafana/nodepool-linaro.yaml b/grafana/nodepool-linaro.yaml index 7073c9251c..ea955fbf0a 100644 --- a/grafana/nodepool-linaro.yaml +++ b/grafana/nodepool-linaro.yaml @@ -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). diff --git a/grafana/nodepool-openedge.yaml b/grafana/nodepool-openedge.yaml index b658e20d68..71e96eac00 100644 --- a/grafana/nodepool-openedge.yaml +++ b/grafana/nodepool-openedge.yaml @@ -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). diff --git a/grafana/nodepool-ovh.yaml b/grafana/nodepool-ovh.yaml index 72f65b7b46..91608f4446 100644 --- a/grafana/nodepool-ovh.yaml +++ b/grafana/nodepool-ovh.yaml @@ -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). diff --git a/grafana/nodepool-rax.yaml b/grafana/nodepool-rax.yaml index 92b303c158..ac8238b857 100644 --- a/grafana/nodepool-rax.yaml +++ b/grafana/nodepool-rax.yaml @@ -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). diff --git a/grafana/nodepool-vexxhost.yaml b/grafana/nodepool-vexxhost.yaml index 9f1fd802d7..5e73918c1d 100644 --- a/grafana/nodepool-vexxhost.yaml +++ b/grafana/nodepool-vexxhost.yaml @@ -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). diff --git a/grafana/nodepool.template b/grafana/nodepool.template index 6e81c68326..a497d79589 100644 --- a/grafana/nodepool.template +++ b/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). diff --git a/grafana/nodepool.yaml b/grafana/nodepool.yaml index 831b3adb5e..d72e88cce5 100644 --- a/grafana/nodepool.yaml +++ b/grafana/nodepool.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/nodepool.yaml). type: text diff --git a/grafana/octavia.yaml b/grafana/octavia.yaml index 2f4da6fbc6..a2e571ea05 100644 --- a/grafana/octavia.yaml +++ b/grafana/octavia.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/octavia.yaml). diff --git a/grafana/openstack-ansible.yaml b/grafana/openstack-ansible.yaml index b2d8d3c6df..33582557a2 100644 --- a/grafana/openstack-ansible.yaml +++ b/grafana/openstack-ansible.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 diff --git a/grafana/ovsdbapp.yaml b/grafana/ovsdbapp.yaml index 6a4c5f0d9a..39e13fa0bc 100644 --- a/grafana/ovsdbapp.yaml +++ b/grafana/ovsdbapp.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/ovsdbapp.yaml). type: text diff --git a/grafana/tap-as-a-service.yaml b/grafana/tap-as-a-service.yaml index 3dd584668e..8ffe0d1739 100644 --- a/grafana/tap-as-a-service.yaml +++ b/grafana/tap-as-a-service.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/tap-as-a-service.yaml). type: text diff --git a/grafana/tempest.yaml b/grafana/tempest.yaml index 8ce70ca0bb..5022ee8ea3 100644 --- a/grafana/tempest.yaml +++ b/grafana/tempest.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/tempest.yaml). type: text diff --git a/grafana/vmware-nsx.yaml b/grafana/vmware-nsx.yaml index a94cd143f8..3b3db13173 100644 --- a/grafana/vmware-nsx.yaml +++ b/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/vmware-nsx.yaml). diff --git a/grafana/zuul-status.yaml b/grafana/zuul-status.yaml index a801a73a38..29006431eb 100644 --- a/grafana/zuul-status.yaml +++ b/grafana/zuul-status.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 diff --git a/specs/index.html.tmpl b/specs/index.html.tmpl index 86c25b1224..7ee44609a6 100644 --- a/specs/index.html.tmpl +++ b/specs/index.html.tmpl @@ -166,7 +166,7 @@
  • Events
  • Jobs
  • Companies
  • -
  • Contribute
  • +
  • Contribute
  • diff --git a/specs/specs.opml.tmpl b/specs/specs.opml.tmpl index d3a805503f..0e4c56901a 100644 --- a/specs/specs.opml.tmpl +++ b/specs/specs.opml.tmpl @@ -10,8 +10,8 @@ + xmlUrl="https://specs.openstack.org/{{project.repo}}/rss.xml" + htmlUrl="https://specs.openstack.org/{{project.repo}}"> {% endfor %} diff --git a/zuul.d/pipelines.yaml b/zuul.d/pipelines.yaml index 6e509db25e..f9ca24e04d 100644 --- a/zuul.d/pipelines.yaml +++ b/zuul.d/pipelines.yaml @@ -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: