Migrate to opendev for testing

Clean up some failures with migration to opendev.org.

Change-Id: I4fe3ca83cc20fa73515f5a9089b9d6914ea1ec05
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-04-20 14:49:01 -04:00
parent 315d52d620
commit e31045b9e3
5 changed files with 7 additions and 7 deletions

2
.gitignore vendored
View File

@ -4,5 +4,5 @@ doc/build/
# Production inventory
inventory/production
# Roles installed from galaxy
playbooks/roles/openstack.*
playbooks/roles/windmill.*
.tox/

View File

@ -6,7 +6,7 @@ An Ansible deployment to validate ansible roles for Continuous Integration
* License: Apache License, Version 2.0
* Documentation: https://windmill-backup.readthedocs.org
* Source: https://git.openstack.org/cgit/openstack/windmill-backup
* Source: https://opendev.org/windmill/windmill-backup
* Bugs: https://bugs.launchpad.net/windmill-backup
Description

View File

@ -1,2 +1,2 @@
---
windmill_backup_src_dir: "{{ zuul.projects['git.openstack.org/openstack/windmill-backup'].src_dir }}"
windmill_backup_src_dir: "{{ zuul.projects['opendev.org/windmill/windmill-backup'].src_dir }}"

View File

@ -1,9 +1,9 @@
---
- name: openstack.borgbackup
src: git+https://git.openstack.org/openstack/ansible-role-borgbackup
src: git+https://opendev.org/windmill/ansible-role-borgbackup
- name: openstack.borgmatic
src: git+https://git.openstack.org/openstack/ansible-role-borgmatic
src: git+https://opendev.org/windmill/ansible-role-borgmatic
- name: openstack.ssh
src: git+https://git.openstack.org/openstack/ansible-role-ssh
src: git+https://opendev.org/windmill/ansible-role-ssh

View File

@ -53,4 +53,4 @@ setenv =
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