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'