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
This commit is contained in:
Ian Wienand 2019-03-24 20:33:22 +00:00
parent 01b99a1144
commit d886a2350e
7 changed files with 41 additions and 41 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)