From ecd495b7bfabcfe30f0b17a2510ac91b1d60b7b7 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:34:39 +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: Id06072d05dca9005b40215ba5ad38835a854ce51 --- playbooks/legacy/neutron-lbaasv2-dsvm-api-namespace/run.yaml | 2 +- playbooks/legacy/neutron-lbaasv2-dsvm-api/run.yaml | 2 +- .../legacy/neutron-lbaasv2-dsvm-py3x-api-namespace/run.yaml | 2 +- playbooks/legacy/neutron-lbaasv2-dsvm-py3x-api/run.yaml | 2 +- .../neutron-lbaasv2-dsvm-py3x-scenario-namespace/run.yaml | 2 +- playbooks/legacy/neutron-lbaasv2-dsvm-py3x-scenario/run.yaml | 2 +- .../legacy/neutron-lbaasv2-dsvm-scenario-namespace/run.yaml | 2 +- playbooks/legacy/neutron-lbaasv2-dsvm-scenario/run.yaml | 2 +- tools/tox_install.sh | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/playbooks/legacy/neutron-lbaasv2-dsvm-api-namespace/run.yaml b/playbooks/legacy/neutron-lbaasv2-dsvm-api-namespace/run.yaml index b64b48f0f..c63194723 100644 --- a/playbooks/legacy/neutron-lbaasv2-dsvm-api-namespace/run.yaml +++ b/playbooks/legacy/neutron-lbaasv2-dsvm-api-namespace/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/neutron-lbaasv2-dsvm-api/run.yaml b/playbooks/legacy/neutron-lbaasv2-dsvm-api/run.yaml index ed8286e1d..d964d2519 100644 --- a/playbooks/legacy/neutron-lbaasv2-dsvm-api/run.yaml +++ b/playbooks/legacy/neutron-lbaasv2-dsvm-api/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/neutron-lbaasv2-dsvm-py3x-api-namespace/run.yaml b/playbooks/legacy/neutron-lbaasv2-dsvm-py3x-api-namespace/run.yaml index 3b1946e04..44f2399f5 100644 --- a/playbooks/legacy/neutron-lbaasv2-dsvm-py3x-api-namespace/run.yaml +++ b/playbooks/legacy/neutron-lbaasv2-dsvm-py3x-api-namespace/run.yaml @@ -18,7 +18,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/neutron-lbaasv2-dsvm-py3x-api/run.yaml b/playbooks/legacy/neutron-lbaasv2-dsvm-py3x-api/run.yaml index 30b48e065..d852ef616 100644 --- a/playbooks/legacy/neutron-lbaasv2-dsvm-py3x-api/run.yaml +++ b/playbooks/legacy/neutron-lbaasv2-dsvm-py3x-api/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/neutron-lbaasv2-dsvm-py3x-scenario-namespace/run.yaml b/playbooks/legacy/neutron-lbaasv2-dsvm-py3x-scenario-namespace/run.yaml index 145941997..1de3c9602 100644 --- a/playbooks/legacy/neutron-lbaasv2-dsvm-py3x-scenario-namespace/run.yaml +++ b/playbooks/legacy/neutron-lbaasv2-dsvm-py3x-scenario-namespace/run.yaml @@ -18,7 +18,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/neutron-lbaasv2-dsvm-py3x-scenario/run.yaml b/playbooks/legacy/neutron-lbaasv2-dsvm-py3x-scenario/run.yaml index 4a7309ece..f9f0bde26 100644 --- a/playbooks/legacy/neutron-lbaasv2-dsvm-py3x-scenario/run.yaml +++ b/playbooks/legacy/neutron-lbaasv2-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/neutron-lbaasv2-dsvm-scenario-namespace/run.yaml b/playbooks/legacy/neutron-lbaasv2-dsvm-scenario-namespace/run.yaml index 378e334dc..cf995efb1 100644 --- a/playbooks/legacy/neutron-lbaasv2-dsvm-scenario-namespace/run.yaml +++ b/playbooks/legacy/neutron-lbaasv2-dsvm-scenario-namespace/run.yaml @@ -18,7 +18,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/neutron-lbaasv2-dsvm-scenario/run.yaml b/playbooks/legacy/neutron-lbaasv2-dsvm-scenario/run.yaml index 364ab47af..b1a8dac48 100644 --- a/playbooks/legacy/neutron-lbaasv2-dsvm-scenario/run.yaml +++ b/playbooks/legacy/neutron-lbaasv2-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' diff --git a/tools/tox_install.sh b/tools/tox_install.sh index e70188253..c7710bb94 100755 --- a/tools/tox_install.sh +++ b/tools/tox_install.sh @@ -55,7 +55,7 @@ elif [ -x "$ZUUL_CLONER" ]; then $ZUUL_CLONER --cache-dir \ /opt/git \ --branch $BRANCH_NAME \ - git://git.openstack.org \ + https://git.openstack.org \ openstack/neutron cd openstack/neutron $install_cmd -e .