Update links for opendev
Change-Id: I35c8c64abfed31daf2be3698be13e72e38cd321b
This commit is contained in:
parent
530809fa47
commit
72b6395c6b
@ -51,7 +51,7 @@ enabled for Big Tent projects.
|
||||
Removing check-requirements job
|
||||
===============================
|
||||
|
||||
* The http://git.openstack.org/cgit/openstack/requirements repository holds
|
||||
* The https://opendev.org/openstack/requirements repository holds
|
||||
list of projects that have check-requirements job in <root>/projects.txt.
|
||||
|
||||
* Whenever a review is submitted for removing check-requirements job,
|
||||
|
@ -16,6 +16,6 @@ dashboard:
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://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://git.openstack.org/cgit/openstack-infra/project-config/tree/grafana/afs.yaml).
|
||||
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
|
||||
|
||||
|
@ -24,7 +24,7 @@ dashboard:
|
||||
|
||||
**This dashboard is managed by [Grafyaml](http://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://git.openstack.org/cgit/openstack-infra/project-config/tree/grafana/nodepool.template).
|
||||
[project-config](https://opendev.org/openstack/project-config/src/branch/master/grafana/nodepool.template).
|
||||
|
||||
type: text
|
||||
|
||||
|
@ -164,7 +164,7 @@ def main():
|
||||
# but not git@
|
||||
upstream = p.get('upstream')
|
||||
if upstream and 'track-upstream' not in p.get('options', []):
|
||||
openstack_repo = 'https://git.openstack.org/%s' % name
|
||||
openstack_repo = 'https://opendev.org/%s' % name
|
||||
try:
|
||||
# Check to see if we have already imported the project into
|
||||
# OpenStack, if so skip checking upstream.
|
||||
|
2
tox.ini
2
tox.ini
@ -90,7 +90,7 @@ ignore = E125,E129,E402,H,W503
|
||||
|
||||
[testenv:grafyaml]
|
||||
deps =
|
||||
{env:GRAFYAML_SRC:git+https://git.openstack.org/openstack-infra/grafyaml#egg=grafyaml}
|
||||
{env:GRAFYAML_SRC:git+https://opendev.org/opendev/grafyaml#egg=grafyaml}
|
||||
basepython = python2.7
|
||||
commands = grafana-dashboard validate grafana
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Shared zuul config specific to the OpenStack Project
|
||||
# Contains definitions of trusted jobs
|
||||
# Overrides jobs from:
|
||||
# https://opendev.org/cgit/zuul/zuul-jobs
|
||||
# https://opendev.org/zuul/zuul-jobs
|
||||
|
||||
- job:
|
||||
name: base-minimal
|
||||
|
@ -1,7 +1,7 @@
|
||||
# This file contains ansible variables that are used by our zuul-executors.
|
||||
---
|
||||
zuul_site_mirror_fqdn: "mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.openstack.org"
|
||||
zuul_site_traceroute_host: git.openstack.org
|
||||
zuul_site_traceroute_host: opendev.org
|
||||
zuul_site_image_manifest_files:
|
||||
- /etc/dib-builddate.txt
|
||||
- /etc/image-hostname.txt
|
||||
|
Loading…
Reference in New Issue
Block a user