Clean up references to openstack.org
With opendev.org now online, we can start using it over openstack.org. Change-Id: Ia28113926efd70bee28aec7b88edcfdb365e6665 Depends-On: https://review.opendev.org/654017 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
b6bf41a4da
commit
93157d2f9e
@ -6,7 +6,7 @@ Ansible role to manage Nodepool
|
|||||||
|
|
||||||
* License: Apache License, Version 2.0
|
* License: Apache License, Version 2.0
|
||||||
* Documentation: https://ansible-role-nodepool.readthedocs.org
|
* Documentation: https://ansible-role-nodepool.readthedocs.org
|
||||||
* Source: https://git.openstack.org/cgit/openstack/ansible-role-nodepool
|
* Source: https://opendev.org/windmill/ansible-role-nodepool
|
||||||
* Bugs: https://bugs.launchpad.net/ansible-role-nodepool
|
* Bugs: https://bugs.launchpad.net/ansible-role-nodepool
|
||||||
|
|
||||||
Description
|
Description
|
||||||
|
@ -53,8 +53,8 @@ nodepool_file_launcher_logging_conf_owner: "{{ nodepool_user_name }}"
|
|||||||
nodepool_file_launcher_logging_conf_src: etc/nodepool/launcher-logging.conf
|
nodepool_file_launcher_logging_conf_src: etc/nodepool/launcher-logging.conf
|
||||||
|
|
||||||
# tasks/install.yaml
|
# tasks/install.yaml
|
||||||
nodepool_git_dest: "{{ ansible_user_dir }}/src/git.openstack.org/openstack-infra/nodepool"
|
nodepool_git_dest: "{{ ansible_user_dir }}/src/opendev.org/zuul/nodepool"
|
||||||
nodepool_git_uri: https://git.openstack.org/openstack-infra/nodepool
|
nodepool_git_uri: https://opendev.org/zuul/nodepool
|
||||||
nodepool_git_version: master
|
nodepool_git_version: master
|
||||||
# nodepool_git_refspec:
|
# nodepool_git_refspec:
|
||||||
# nodepool_git_update:
|
# nodepool_git_update:
|
||||||
|
2
tox.ini
2
tox.ini
@ -29,7 +29,7 @@ commands = {posargs}
|
|||||||
show-source = True
|
show-source = True
|
||||||
ignore = E123,E125
|
ignore = E123,E125
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
||||||
|
|
||||||
[testenv:linters]
|
[testenv:linters]
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user