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:
parent
8eccde32cf
commit
7954e0d563
36
README.rst
36
README.rst
@ -6,7 +6,7 @@ Ansible role to manage Zuul
|
|||||||
|
|
||||||
* License: Apache License, Version 2.0
|
* License: Apache License, Version 2.0
|
||||||
* Documentation: https://ansible-role-zuul.readthedocs.org
|
* 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
|
* Bugs: https://bugs.launchpad.net/ansible-role-zuul
|
||||||
|
|
||||||
Description
|
Description
|
||||||
@ -38,40 +38,6 @@ should be copied to ``zuul_config_gerrit_sshkey``.
|
|||||||
Role Variables
|
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
|
Zuul Merger Configuration
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -102,8 +102,8 @@ zuul_file_zuul_conf_owner: "{{ zuul_user_name }}"
|
|||||||
zuul_file_zuul_conf_src: etc/zuul/zuul.conf
|
zuul_file_zuul_conf_src: etc/zuul/zuul.conf
|
||||||
|
|
||||||
# tasks/install.yaml
|
# tasks/install.yaml
|
||||||
zuul_git_dest: "{{ ansible_user_dir }}/src/git.openstack.org/openstack-infra/zuul"
|
zuul_git_dest: "{{ ansible_user_dir }}/src/opendev.org/zuul/zuul"
|
||||||
zuul_git_uri: https://git.openstack.org/openstack-infra/zuul
|
zuul_git_uri: https://opendev.org/zuul/zuul
|
||||||
zuul_git_version: master
|
zuul_git_version: master
|
||||||
# zuul_git_update:
|
# zuul_git_update:
|
||||||
|
|
||||||
|
2
tox.ini
2
tox.ini
@ -26,7 +26,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]
|
||||||
setenv =
|
setenv =
|
||||||
|
Loading…
Reference in New Issue
Block a user