Clean up openstack references

Switch to opendev.org for all the things.

Change-Id: I487f327948cb274ae748a843af052bf031786041
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-04-20 14:26:52 -04:00
parent 8eccde32cf
commit 7954e0d563
3 changed files with 4 additions and 38 deletions

View File

@ -6,7 +6,7 @@ Ansible role to manage Zuul
* License: Apache License, Version 2.0
* Documentation: https://ansible-role-zuul.readthedocs.org
* Source: https://git.openstack.org/cgit/openstack/ansible-role-zuul
* Source: https://opendev.org/windmill/ansible-role-zuul
* Bugs: https://bugs.launchpad.net/ansible-role-zuul
Description
@ -38,40 +38,6 @@ should be copied to ``zuul_config_gerrit_sshkey``.
Role Variables
--------------
.. code-block:: yaml
# Method used to install zuul. Valid values are git and pip.
# Default: git
zuul_install_method: git
# Git, SSH, or HTTP(s) protocol address of the git repository.
# Default: https://git.openstack.org/openstack-infra/zuul
zuul_git_uri: https://git.openstack.org/openstack-infra/zuul
# What version of the repository to check out.
# Default: master
zuul_git_version: master
# Absolute path of where the repository should be checked out to.
# Default: /opt/ansible-role-zuul/git/openstack-infra/zuul
zuul_git_dest: /opt/ansible-role-zuul/git/openstack-infra/zuul
# The version number to install from the Python Package Index.
# Default: None
zuul_pip_version:
# Name of the user to be created.
# Default: zuul
zuul_user_name: zuul
# Name of the group to be created.
# Default: zuul
zuul_user_group: zuul
# Path of home directory to be created.
# Default: /var/lib/zuul
zuul_user_home: /var/lib/zuul
Zuul Merger Configuration
~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -102,8 +102,8 @@ zuul_file_zuul_conf_owner: "{{ zuul_user_name }}"
zuul_file_zuul_conf_src: etc/zuul/zuul.conf
# tasks/install.yaml
zuul_git_dest: "{{ ansible_user_dir }}/src/git.openstack.org/openstack-infra/zuul"
zuul_git_uri: https://git.openstack.org/openstack-infra/zuul
zuul_git_dest: "{{ ansible_user_dir }}/src/opendev.org/zuul/zuul"
zuul_git_uri: https://opendev.org/zuul/zuul
zuul_git_version: master
# zuul_git_update:

View File

@ -26,7 +26,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]
setenv =