From b0bc17a20291240c58238d142a5e897f7ba8184d Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:34:48 +0000 Subject: [PATCH] Replace openstack.org git:// URLs with https:// This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: I72f802b75abb2d3ab3f9b693b40b2cd2890b9980 --- playbooks/legacy/grenade-devstack-octavia/run.yaml | 2 +- playbooks/legacy/octavia-v1-dsvm-py3x-scenario/run.yaml | 2 +- playbooks/legacy/octavia-v1-dsvm-scenario/run.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/legacy/grenade-devstack-octavia/run.yaml b/playbooks/legacy/grenade-devstack-octavia/run.yaml index 327c326470..d1e5cc5b33 100644 --- a/playbooks/legacy/grenade-devstack-octavia/run.yaml +++ b/playbooks/legacy/grenade-devstack-octavia/run.yaml @@ -17,7 +17,7 @@ dest: devstack-gate EOF /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ - git://git.openstack.org \ + https://git.openstack.org \ openstack-infra/devstack-gate executable: /bin/bash chdir: '{{ ansible_user_dir }}/workspace' diff --git a/playbooks/legacy/octavia-v1-dsvm-py3x-scenario/run.yaml b/playbooks/legacy/octavia-v1-dsvm-py3x-scenario/run.yaml index 61002536b4..4dbc692288 100644 --- a/playbooks/legacy/octavia-v1-dsvm-py3x-scenario/run.yaml +++ b/playbooks/legacy/octavia-v1-dsvm-py3x-scenario/run.yaml @@ -17,7 +17,7 @@ dest: devstack-gate EOF /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ - git://git.openstack.org \ + https://git.openstack.org \ openstack-infra/devstack-gate executable: /bin/bash chdir: '{{ ansible_user_dir }}/workspace' diff --git a/playbooks/legacy/octavia-v1-dsvm-scenario/run.yaml b/playbooks/legacy/octavia-v1-dsvm-scenario/run.yaml index 30f7f0fed7..d52b7a6d3f 100644 --- a/playbooks/legacy/octavia-v1-dsvm-scenario/run.yaml +++ b/playbooks/legacy/octavia-v1-dsvm-scenario/run.yaml @@ -17,7 +17,7 @@ dest: devstack-gate EOF /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ - git://git.openstack.org \ + https://git.openstack.org \ openstack-infra/devstack-gate executable: /bin/bash chdir: '{{ ansible_user_dir }}/workspace'