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:
parent
f8ac79661a
commit
d85fb24734
@ -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::
|
||||
|
@ -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}
|
||||
|
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user