From d886a2350eccfa949c20e34ad182afdffe54cfd0 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:33:22 +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: I8833914dcfd75441bf99074d33802c5b26852928 --- .../legacy/congress-devstack-api-base/run.yaml | 14 +++++++------- .../congress-devstack-api-py27-queens/run.yaml | 12 ++++++------ .../congress-devstack-api-py27-rocky/run.yaml | 14 +++++++------- .../congress-devstack-api-py35-queens/run.yaml | 10 +++++----- .../congress-devstack-api-py35-rocky/run.yaml | 10 +++++----- .../congress-devstack-py35-api-mysql/run.yaml | 10 +++++----- .../legacy/congress-pe-replicated-base/run.yaml | 12 ++++++------ 7 files changed, 41 insertions(+), 41 deletions(-) diff --git a/playbooks/legacy/congress-devstack-api-base/run.yaml b/playbooks/legacy/congress-devstack-api-base/run.yaml index 44ee3fd..db54d63 100644 --- a/playbooks/legacy/congress-devstack-api-base/run.yaml +++ b/playbooks/legacy/congress-devstack-api-base/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' @@ -29,12 +29,12 @@ set -x cat << 'EOF' >>"/tmp/dg-local.conf" [[local|localrc]] - enable_plugin heat git://git.openstack.org/openstack/heat - enable_plugin congress git://git.openstack.org/openstack/congress - enable_plugin murano git://git.openstack.org/openstack/murano - enable_plugin aodh git://git.openstack.org/openstack/aodh - enable_plugin mistral git://git.openstack.org/openstack/mistral - enable_plugin monasca-api git://git.openstack.org/openstack/monasca-api + enable_plugin heat https://git.openstack.org/openstack/heat + enable_plugin congress https://git.openstack.org/openstack/congress + enable_plugin murano https://git.openstack.org/openstack/murano + enable_plugin aodh https://git.openstack.org/openstack/aodh + enable_plugin mistral https://git.openstack.org/openstack/mistral + enable_plugin monasca-api https://git.openstack.org/openstack/monasca-api enable_plugin neutron https://git.openstack.org/openstack/neutron # To deploy congress as multi-process (api, pe, datasources) CONGRESS_MULTIPROCESS_DEPLOYMENT=True diff --git a/playbooks/legacy/congress-devstack-api-py27-queens/run.yaml b/playbooks/legacy/congress-devstack-api-py27-queens/run.yaml index 005a596..8dfedc6 100644 --- a/playbooks/legacy/congress-devstack-api-py27-queens/run.yaml +++ b/playbooks/legacy/congress-devstack-api-py27-queens/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' @@ -29,11 +29,11 @@ set -x cat << 'EOF' >>"/tmp/dg-local.conf" [[local|localrc]] - enable_plugin heat git://git.openstack.org/openstack/heat - enable_plugin congress git://git.openstack.org/openstack/congress - enable_plugin murano git://git.openstack.org/openstack/murano - enable_plugin aodh git://git.openstack.org/openstack/aodh - enable_plugin mistral git://git.openstack.org/openstack/mistral + enable_plugin heat https://git.openstack.org/openstack/heat + enable_plugin congress https://git.openstack.org/openstack/congress + enable_plugin murano https://git.openstack.org/openstack/murano + enable_plugin aodh https://git.openstack.org/openstack/aodh + enable_plugin mistral https://git.openstack.org/openstack/mistral enable_plugin neutron https://git.openstack.org/openstack/neutron # To deploy congress as multi-process (api, pe, datasources) CONGRESS_MULTIPROCESS_DEPLOYMENT=True diff --git a/playbooks/legacy/congress-devstack-api-py27-rocky/run.yaml b/playbooks/legacy/congress-devstack-api-py27-rocky/run.yaml index ccb0dce..bb7963c 100644 --- a/playbooks/legacy/congress-devstack-api-py27-rocky/run.yaml +++ b/playbooks/legacy/congress-devstack-api-py27-rocky/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' @@ -29,12 +29,12 @@ set -x cat << 'EOF' >>"/tmp/dg-local.conf" [[local|localrc]] - enable_plugin heat git://git.openstack.org/openstack/heat - enable_plugin congress git://git.openstack.org/openstack/congress - enable_plugin murano git://git.openstack.org/openstack/murano - enable_plugin aodh git://git.openstack.org/openstack/aodh - enable_plugin mistral git://git.openstack.org/openstack/mistral - enable_plugin monasca-api git://git.openstack.org/openstack/monasca-api + enable_plugin heat https://git.openstack.org/openstack/heat + enable_plugin congress https://git.openstack.org/openstack/congress + enable_plugin murano https://git.openstack.org/openstack/murano + enable_plugin aodh https://git.openstack.org/openstack/aodh + enable_plugin mistral https://git.openstack.org/openstack/mistral + enable_plugin monasca-api https://git.openstack.org/openstack/monasca-api enable_plugin neutron https://git.openstack.org/openstack/neutron # To deploy congress as multi-process (api, pe, datasources) CONGRESS_MULTIPROCESS_DEPLOYMENT=True diff --git a/playbooks/legacy/congress-devstack-api-py35-queens/run.yaml b/playbooks/legacy/congress-devstack-api-py35-queens/run.yaml index a5c603d..6a057ea 100644 --- a/playbooks/legacy/congress-devstack-api-py35-queens/run.yaml +++ b/playbooks/legacy/congress-devstack-api-py35-queens/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' @@ -37,11 +37,11 @@ # without Swift, c-bak cannot run (in the Gate at least) disable_service c-bak # aodh not ready for python3 yet - # enable_plugin aodh git://git.openstack.org/openstack/aodh - enable_plugin heat git://git.openstack.org/openstack/heat - enable_plugin congress git://git.openstack.org/openstack/congress + # enable_plugin aodh https://git.openstack.org/openstack/aodh + enable_plugin heat https://git.openstack.org/openstack/heat + enable_plugin congress https://git.openstack.org/openstack/congress # disable murano on queens-py35 because of test instability - # enable_plugin murano git://git.openstack.org/openstack/murano + # enable_plugin murano https://git.openstack.org/openstack/murano enable_plugin neutron https://git.openstack.org/openstack/neutron # To deploy congress as multi-process (api, pe, datasources) CONGRESS_MULTIPROCESS_DEPLOYMENT=True diff --git a/playbooks/legacy/congress-devstack-api-py35-rocky/run.yaml b/playbooks/legacy/congress-devstack-api-py35-rocky/run.yaml index 36e8a3c..d798c60 100644 --- a/playbooks/legacy/congress-devstack-api-py35-rocky/run.yaml +++ b/playbooks/legacy/congress-devstack-api-py35-rocky/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' @@ -37,10 +37,10 @@ # without Swift, c-bak cannot run (in the Gate at least) disable_service c-bak # aodh not ready for python3 yet - # enable_plugin aodh git://git.openstack.org/openstack/aodh - enable_plugin heat git://git.openstack.org/openstack/heat - enable_plugin congress git://git.openstack.org/openstack/congress - enable_plugin murano git://git.openstack.org/openstack/murano + # enable_plugin aodh https://git.openstack.org/openstack/aodh + enable_plugin heat https://git.openstack.org/openstack/heat + enable_plugin congress https://git.openstack.org/openstack/congress + enable_plugin murano https://git.openstack.org/openstack/murano enable_plugin neutron https://git.openstack.org/openstack/neutron # To deploy congress as multi-process (api, pe, datasources) CONGRESS_MULTIPROCESS_DEPLOYMENT=True diff --git a/playbooks/legacy/congress-devstack-py35-api-mysql/run.yaml b/playbooks/legacy/congress-devstack-py35-api-mysql/run.yaml index 14134d1..19bad8a 100644 --- a/playbooks/legacy/congress-devstack-py35-api-mysql/run.yaml +++ b/playbooks/legacy/congress-devstack-py35-api-mysql/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' @@ -37,10 +37,10 @@ # without Swift, c-bak cannot run (in the Gate at least) disable_service c-bak # aodh not ready for python3 yet - # enable_plugin aodh git://git.openstack.org/openstack/aodh - enable_plugin heat git://git.openstack.org/openstack/heat - enable_plugin congress git://git.openstack.org/openstack/congress - enable_plugin murano git://git.openstack.org/openstack/murano + # enable_plugin aodh https://git.openstack.org/openstack/aodh + enable_plugin heat https://git.openstack.org/openstack/heat + enable_plugin congress https://git.openstack.org/openstack/congress + enable_plugin murano https://git.openstack.org/openstack/murano enable_plugin neutron https://git.openstack.org/openstack/neutron # To deploy congress as multi-process (api, pe, datasources) CONGRESS_MULTIPROCESS_DEPLOYMENT=True diff --git a/playbooks/legacy/congress-pe-replicated-base/run.yaml b/playbooks/legacy/congress-pe-replicated-base/run.yaml index 6ef8bde..f363fc1 100644 --- a/playbooks/legacy/congress-pe-replicated-base/run.yaml +++ b/playbooks/legacy/congress-pe-replicated-base/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' @@ -29,11 +29,11 @@ set -x cat << 'EOF' >>"/tmp/dg-local.conf" [[local|localrc]] - enable_plugin heat git://git.openstack.org/openstack/heat - enable_plugin congress git://git.openstack.org/openstack/congress - enable_plugin murano git://git.openstack.org/openstack/murano - enable_plugin aodh git://git.openstack.org/openstack/aodh - enable_plugin mistral git://git.openstack.org/openstack/mistral + enable_plugin heat https://git.openstack.org/openstack/heat + enable_plugin congress https://git.openstack.org/openstack/congress + enable_plugin murano https://git.openstack.org/openstack/murano + enable_plugin aodh https://git.openstack.org/openstack/aodh + enable_plugin mistral https://git.openstack.org/openstack/mistral enable_plugin neutron https://git.openstack.org/openstack/neutron CONGRESS_REPLICATED=True # To deploy congress as multi-process (api, pe, datasources)