diff --git a/README.rst b/README.rst index b19f38c..ebe4e1a 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ Ansible role to manage Nodepool * License: Apache License, Version 2.0 * 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 Description diff --git a/defaults/main.yaml b/defaults/main.yaml index ff3600d..50b3e40 100644 --- a/defaults/main.yaml +++ b/defaults/main.yaml @@ -53,8 +53,8 @@ nodepool_file_launcher_logging_conf_owner: "{{ nodepool_user_name }}" nodepool_file_launcher_logging_conf_src: etc/nodepool/launcher-logging.conf # tasks/install.yaml -nodepool_git_dest: "{{ ansible_user_dir }}/src/git.openstack.org/openstack-infra/nodepool" -nodepool_git_uri: https://git.openstack.org/openstack-infra/nodepool +nodepool_git_dest: "{{ ansible_user_dir }}/src/opendev.org/zuul/nodepool" +nodepool_git_uri: https://opendev.org/zuul/nodepool nodepool_git_version: master # nodepool_git_refspec: # nodepool_git_update: diff --git a/tox.ini b/tox.ini index 8f19d8c..9c7d57d 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ commands = {posargs} show-source = True ignore = E123,E125 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] commands =