Update devstack settings and docs for opendev

The most important thing is that the URL for glean is actually
wrong, which causes jobs to fail.

Also, change documentation while we're changing things.

Depends-On: https://review.opendev.org/655133
Change-Id: I127a33bfc4a3e33249120dcc7ef6142ce4e52a97
This commit is contained in:
Monty Taylor 2019-04-21 11:40:20 +00:00
parent f8ac79661a
commit d85fb24734
3 changed files with 7 additions and 7 deletions

View File

@ -31,12 +31,12 @@ IRC.
Contributing
------------
To browse the latest code, see: https://git.zuul-ci.org/cgit/nodepool/tree/
To clone the latest code, use `git clone https://git.zuul-ci.org/nodepool`
To browse the latest code, see: https://opendev.org/zuul/nodepool
To clone the latest code, use `git clone https://opendev.org/zuul/nodepool`
Bugs are handled at: https://storyboard.openstack.org/#!/project/openstack-infra/nodepool
Bugs are handled at: https://storyboard.openstack.org/#!/project/zuul/nodepool
Code reviews are handled by gerrit at https://review.openstack.org
Code reviews are handled by gerrit at https://review.opendev.org
After creating a Gerrit account, use `git review` to submit patches.
Example::

View File

@ -17,10 +17,10 @@ NODEPOOL_PAUSE_OPENSUSE_150_DIB=${NODEPOOL_PAUSE_OPENSUSE_150_DIB:-true}
NODEPOOL_PAUSE_OPENSUSE_TUMBLEWEED_DIB=${NODEPOOL_PAUSE_OPENSUSE_TUMBLEWEED_DIB:-true}
NODEPOOL_PAUSE_GENTOO_17_0_SYSTEMD_DIB=${NODEPOOL_PAUSE_GENTOO_17_0_SYSTEMD_DIB:-true}
DISKIMAGE_BUILDER_REPO_URL=${DISKIMAGE_BUILDER_REPO_URL:-https://git.openstack.org/openstack/diskimage-builder}
DISKIMAGE_BUILDER_REPO_URL=${DISKIMAGE_BUILDER_REPO_URL:-https://opendev.org/openstack/diskimage-builder}
DISKIMAGE_BUILDER_REPO_REF=${DISKIMAGE_BUILDER_REPO_REF:-master}
GLEAN_REPO_URL=${GLEAN_REPO_URL:-https://git.openstack.org/openstack/glean}
GLEAN_REPO_URL=${GLEAN_REPO_URL:-https://opendev.org/opendev/glean}
GLEAN_REPO_REF=${GLEAN_REPO_REF:-master}
DOGPILE_CACHE_REPO_URL=${DOGPILE_CACHE_REPO_URL:-https://github.com/sqlalchemy/dogpile.git}

View File

@ -61,7 +61,7 @@ commands = stestr --test-path ./nodepool/tests/functional/openshift run --no-sub
stestr slowest
[flake8]
# These are ignored intentionally in openstack-infra projects;
# These are ignored intentionally in zuul projects;
# please don't submit patches that solely correct them or enable them.
ignore = E124,E125,E129,E402,H,W503
show-source = True