Rename git.openstack.org to opendev.org

Change-Id: Id3f4e6223f36f1f1c24e4fb562596bfb9740ed76
This commit is contained in:
Sagi Shnaidman 2019-04-22 19:20:43 +03:00 committed by aakarshg
parent e3245209d0
commit b31e1059c3
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ Resources
* `Blog <https://browbeatproject.org>`_
* `Twitter <https://twitter.com/browbeatproject>`_
* `Code Review <https://review.openstack.org/#/q/project:openstack/browbeat>`_
* `Git Web <https://git.openstack.org/cgit/openstack/browbeat>`_
* `Git Web <https://opendev.org/x/browbeat>`_
* `IRC <http://webchat.freenode.net/?nick=browbeat_user&channels=openstack-browbeat>`_ -- **#openstack-browbeat** (irc.freenode.net)
* `Issue tracker <https://bugs.launchpad.net/openstack-browbeat>`_
* `Browse code <https://github.com/openstack/browbeat>`_

View File

@ -15,7 +15,7 @@
register: zuul_workspace
- name: Copy browbeat to the undercloud - zuul v3
synchronize: "src={{ ansible_user_dir }}/{{ zuul.projects['git.openstack.org/openstack/browbeat'].src_dir }} dest={{ ansible_env.HOME }}/"
synchronize: "src={{ ansible_user_dir }}/{{ zuul.projects['opendev.org/x/browbeat'].src_dir }} dest={{ ansible_env.HOME }}/"
when: ansible_user == "zuul" and zuul_workspace.stat.exists and zuul is defined and zuul.projects is defined
- name: Copy browbeat to the undercloud - zuul legacy