diff --git a/defaults/main.yml b/defaults/main.yml index c2240f1d..ee92efb7 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -31,66 +31,66 @@ horizon_pip_package_state: "latest" horizon_install_method: "source" horizon_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}" -horizon_upper_constraints_url: "{{ requirements_git_url | default('https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=' ~ requirements_git_install_branch | default('master')) }}" +horizon_upper_constraints_url: "{{ requirements_git_url | default('https://releases.openstack.org/constraints/upper/' ~ requirements_git_install_branch | default('master')) }}" ## The git source/branch for Horizon -horizon_git_repo: https://git.openstack.org/openstack/horizon +horizon_git_repo: https://opendev.org/openstack/horizon horizon_git_install_branch: master ## The git source/branch for the Blazar UI plugin -blazar_dashboard_git_repo: https://git.openstack.org/openstack/blazar-dashboard +blazar_dashboard_git_repo: https://opendev.org/openstack/blazar-dashboard blazar_dashboard_git_install_branch: master ## The git source/branch for Cloudkitty UI plugin -cloudkitty_dashboard_git_repo: https://git.openstack.org/openstack/cloudkitty-dashboard +cloudkitty_dashboard_git_repo: https://opendev.org/openstack/cloudkitty-dashboard cloudkitty_dashboard_git_install_branch: master ## The git source/branch for the Magnum UI plugin -magnum_dashboard_git_repo: https://git.openstack.org/openstack/magnum-ui +magnum_dashboard_git_repo: https://opendev.org/openstack/magnum-ui magnum_dashboard_git_install_branch: master ## The git source/branch for the Manila UI plugin -manila_dashboard_git_repo: https://git.openstack.org/openstack/manila-ui.git +manila_dashboard_git_repo: https://opendev.org/openstack/manila-ui.git manila_dashboard_git_install_branch: master ## The git source/branch for the Masakari UI plugin -masakari_dashboard_git_repo: https://git.openstack.org/openstack/masakari-dashboard +masakari_dashboard_git_repo: https://opendev.org/openstack/masakari-dashboard masakari_dashboard_git_install_branch: master ## The git source/branch for the Mistral UI plugin -mistral_dashboard_git_repo: https://git.openstack.org/openstack/mistral-dashboard.git +mistral_dashboard_git_repo: https://opendev.org/openstack/mistral-dashboard.git mistral_dashboard_git_install_branch: master ## The git source/branch for the Octavia UI plugin -octavia_dashboard_git_repo: https://git.openstack.org/openstack/octavia-dashboard +octavia_dashboard_git_repo: https://opendev.org/openstack/octavia-dashboard octavia_dashboard_git_install_branch: master ## The git source/branch for the Designate UI plugin -designate_dashboard_git_repo: https://git.openstack.org/openstack/designate-dashboard +designate_dashboard_git_repo: https://opendev.org/openstack/designate-dashboard designate_dashboard_git_install_branch: master ## The git source/branch for the Tacker UI plugin -tacker_dashboard_git_repo: https://git.openstack.org/openstack/tacker-horizon +tacker_dashboard_git_repo: https://opendev.org/openstack/tacker-horizon tacker_dashboard_git_install_branch: master ## The git source/branch for the Trove UI plugin -trove_dashboard_git_repo: https://git.openstack.org/openstack/trove-dashboard +trove_dashboard_git_repo: https://opendev.org/openstack/trove-dashboard trove_dashboard_git_install_branch: master ## The git source/branch for the Heat UI plugin -heat_dashboard_git_repo: https://git.openstack.org/openstack/heat-dashboard +heat_dashboard_git_repo: https://opendev.org/openstack/heat-dashboard heat_dashboard_git_install_branch: master ## The git source/branch for the Watcher UI plugin -watcher_dashboard_git_repo: https://git.openstack.org/openstack/watcher-dashboard +watcher_dashboard_git_repo: https://opendev.org/openstack/watcher-dashboard watcher_dashboard_git_install_branch: master ## The git source/branch for the Zun UI plugin -zun_dashboard_git_repo: https://git.openstack.org/openstack/zun-ui +zun_dashboard_git_repo: https://opendev.org/openstack/zun-ui zun_dashboard_git_install_branch: master # The git source/branch for the Neutron VPNaaS UI plugin -neutron_vpnaas_dashboard_git_repo: https://git.openstack.org/openstack/neutron-vpnaas-dashboard +neutron_vpnaas_dashboard_git_repo: https://opendev.org/openstack/neutron-vpnaas-dashboard neutron_vpnaas_dashboard_git_install_branch: master ## The packages to build from source diff --git a/templates/horizon_local_settings.py.j2 b/templates/horizon_local_settings.py.j2 index 0f618404..e5fd2025 100644 --- a/templates/horizon_local_settings.py.j2 +++ b/templates/horizon_local_settings.py.j2 @@ -479,7 +479,7 @@ POLICY_FILES_PATH = '/etc/openstack-dashboard' # in the Keystone v3 multi-domain case, policy.v3cloudsample.json. # This file is not included in the Horizon repository by default but can be # found at -# https://git.openstack.org/cgit/openstack/keystone/tree/etc/ \ +# https://opendev.org/openstack/keystone/tree/etc/ \ # policy.v3cloudsample.json # Having matching policy files on the Horizon and Keystone servers is essential # for normal operation. This holds true for all services and their policy files. diff --git a/tests/ansible-role-requirements.yml b/tests/ansible-role-requirements.yml index 3ef8f7cf..634f1aa0 100644 --- a/tests/ansible-role-requirements.yml +++ b/tests/ansible-role-requirements.yml @@ -40,7 +40,7 @@ scm: git version: master - name: rabbitmq_server - src: https://git.openstack.org/openstack/openstack-ansible-rabbitmq_server + src: https://opendev.org/openstack/openstack-ansible-rabbitmq_server scm: git version: master - name: os_tempest