From af7de12abac3fb8f7c79acdca608bc50ebc1785a Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Mon, 18 Oct 2021 11:04:00 +0000 Subject: [PATCH] python-tempestconf moved from osf/ to openinfra python-tempestconf project got moved from osf/ namespace into openinfra/one by: https://review.opendev.org/c/openstack/project-config/+/808479 This commit reflects that. Change-Id: I69c592cc4e17cd4ac8cbfeb4e9a03986cd4456a9 --- playbooks/tasks/tempest.yml | 2 +- roles/validate-tempest/tasks/tempest-venv.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/tasks/tempest.yml b/playbooks/tasks/tempest.yml index 1db55345a..c715fb525 100644 --- a/playbooks/tasks/tempest.yml +++ b/playbooks/tasks/tempest.yml @@ -225,7 +225,7 @@ - name: set facts while running tempest from source set_fact: tempest_git_repo: https://opendev.org/openstack/tempest - tempest_tempestconf_git_repo: https://opendev.org/osf/python-tempestconf + tempest_tempestconf_git_repo: https://opendev.org/openinfra/python-tempestconf tempest_tempestconf_venv_bin: "{{ ansible_user_dir }}/tempestconf_venv/bin" tempest_venv_bin: "{{ ansible_user_dir }}/tempest_venv/bin" when: tempest_install_method == 'source' diff --git a/roles/validate-tempest/tasks/tempest-venv.yml b/roles/validate-tempest/tasks/tempest-venv.yml index 2b5787db4..0e3bef603 100644 --- a/roles/validate-tempest/tasks/tempest-venv.yml +++ b/roles/validate-tempest/tasks/tempest-venv.yml @@ -15,7 +15,7 @@ - name: Cloning python-tempestconf git: - repo: 'https://opendev.org/osf/python-tempestconf' + repo: 'https://opendev.org/openinfra/python-tempestconf' dest: '{{ working_dir }}/tempestconf_git' version: '{{ tempest_conf_version }}' when: release != 'newton'