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: I5969cc34a766c6f77f472fefa89b828d2d6f7fb5
This commit is contained in:
parent
0f061ac34b
commit
0d1ad1e272
@ -8,7 +8,7 @@ export TARGET_RUN_SMOKE=False
|
|||||||
export ENABLE_TEMPEST=False
|
export ENABLE_TEMPEST=False
|
||||||
|
|
||||||
devstack_localrc base enable_service manila m-api m-shr m-sch m-dat
|
devstack_localrc base enable_service manila m-api m-shr m-sch m-dat
|
||||||
devstack_localrc base enable_plugin manila git://git.openstack.org/openstack/manila stable/newton
|
devstack_localrc base enable_plugin manila https://git.openstack.org/openstack/manila stable/newton
|
||||||
devstack_localrc base MANILA_UI_ENABLED=False
|
devstack_localrc base MANILA_UI_ENABLED=False
|
||||||
devstack_localrc base OSLO_SERVICE_WORKS=True
|
devstack_localrc base OSLO_SERVICE_WORKS=True
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ devstack_localrc base OSLO_SERVICE_WORKS=True
|
|||||||
devstack_localrc base MANILACLIENT_BRANCH="stable/newton"
|
devstack_localrc base MANILACLIENT_BRANCH="stable/newton"
|
||||||
|
|
||||||
devstack_localrc target enable_service manila m-api m-shr m-sch m-dat
|
devstack_localrc target enable_service manila m-api m-shr m-sch m-dat
|
||||||
devstack_localrc target enable_plugin manila git://git.openstack.org/openstack/manila
|
devstack_localrc target enable_plugin manila https://git.openstack.org/openstack/manila
|
||||||
devstack_localrc target MANILA_UI_ENABLED=False
|
devstack_localrc target MANILA_UI_ENABLED=False
|
||||||
devstack_localrc target OSLO_SERVICE_WORKS=True
|
devstack_localrc target OSLO_SERVICE_WORKS=True
|
||||||
devstack_localrc target MANILA_USE_DOWNGRADE_MIGRATIONS=False
|
devstack_localrc target MANILA_USE_DOWNGRADE_MIGRATIONS=False
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
dest: devstack-gate
|
dest: devstack-gate
|
||||||
EOF
|
EOF
|
||||||
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
|
/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
|
openstack-infra/devstack-gate
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
chdir: '{{ ansible_user_dir }}/workspace'
|
||||||
@ -30,7 +30,7 @@
|
|||||||
set -x
|
set -x
|
||||||
cat << 'EOF' >>"/tmp/dg-local.conf"
|
cat << 'EOF' >>"/tmp/dg-local.conf"
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
enable_plugin manila git://git.openstack.org/openstack/manila
|
enable_plugin manila https://git.openstack.org/openstack/manila
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
dest: devstack-gate
|
dest: devstack-gate
|
||||||
EOF
|
EOF
|
||||||
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
|
/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
|
openstack-infra/devstack-gate
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
chdir: '{{ ansible_user_dir }}/workspace'
|
||||||
@ -29,7 +29,7 @@
|
|||||||
set -x
|
set -x
|
||||||
cat << 'EOF' >>"/tmp/dg-local.conf"
|
cat << 'EOF' >>"/tmp/dg-local.conf"
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
enable_plugin manila git://git.openstack.org/openstack/manila
|
enable_plugin manila https://git.openstack.org/openstack/manila
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
dest: devstack-gate
|
dest: devstack-gate
|
||||||
EOF
|
EOF
|
||||||
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
|
/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
|
openstack-infra/devstack-gate
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
chdir: '{{ ansible_user_dir }}/workspace'
|
||||||
@ -30,7 +30,7 @@
|
|||||||
set -x
|
set -x
|
||||||
cat << 'EOF' >>"/tmp/dg-local.conf"
|
cat << 'EOF' >>"/tmp/dg-local.conf"
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
enable_plugin manila git://git.openstack.org/openstack/manila
|
enable_plugin manila https://git.openstack.org/openstack/manila
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
dest: devstack-gate
|
dest: devstack-gate
|
||||||
EOF
|
EOF
|
||||||
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
|
/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
|
openstack-infra/devstack-gate
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
chdir: '{{ ansible_user_dir }}/workspace'
|
||||||
@ -30,7 +30,7 @@
|
|||||||
set -x
|
set -x
|
||||||
cat << 'EOF' >>"/tmp/dg-local.conf"
|
cat << 'EOF' >>"/tmp/dg-local.conf"
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
enable_plugin manila git://git.openstack.org/openstack/manila
|
enable_plugin manila https://git.openstack.org/openstack/manila
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
dest: devstack-gate
|
dest: devstack-gate
|
||||||
EOF
|
EOF
|
||||||
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
|
/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
|
openstack-infra/devstack-gate
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
chdir: '{{ ansible_user_dir }}/workspace'
|
||||||
@ -30,7 +30,7 @@
|
|||||||
set -x
|
set -x
|
||||||
cat << 'EOF' >>"/tmp/dg-local.conf"
|
cat << 'EOF' >>"/tmp/dg-local.conf"
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
enable_plugin manila git://git.openstack.org/openstack/manila
|
enable_plugin manila https://git.openstack.org/openstack/manila
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
dest: devstack-gate
|
dest: devstack-gate
|
||||||
EOF
|
EOF
|
||||||
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
|
/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
|
openstack-infra/devstack-gate
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
chdir: '{{ ansible_user_dir }}/workspace'
|
||||||
@ -29,7 +29,7 @@
|
|||||||
set -x
|
set -x
|
||||||
cat << 'EOF' >>"/tmp/dg-local.conf"
|
cat << 'EOF' >>"/tmp/dg-local.conf"
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
enable_plugin manila git://git.openstack.org/openstack/manila
|
enable_plugin manila https://git.openstack.org/openstack/manila
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
dest: devstack-gate
|
dest: devstack-gate
|
||||||
EOF
|
EOF
|
||||||
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
|
/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
|
openstack-infra/devstack-gate
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
chdir: '{{ ansible_user_dir }}/workspace'
|
||||||
@ -29,7 +29,7 @@
|
|||||||
set -x
|
set -x
|
||||||
cat << 'EOF' >>"/tmp/dg-local.conf"
|
cat << 'EOF' >>"/tmp/dg-local.conf"
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
enable_plugin manila git://git.openstack.org/openstack/manila
|
enable_plugin manila https://git.openstack.org/openstack/manila
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
dest: devstack-gate
|
dest: devstack-gate
|
||||||
EOF
|
EOF
|
||||||
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
|
/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
|
openstack-infra/devstack-gate
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
chdir: '{{ ansible_user_dir }}/workspace'
|
||||||
@ -31,7 +31,7 @@
|
|||||||
cat << 'EOF' >>"/tmp/dg-local.conf"
|
cat << 'EOF' >>"/tmp/dg-local.conf"
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
SKIP_EPEL_INSTALL=True
|
SKIP_EPEL_INSTALL=True
|
||||||
enable_plugin manila git://git.openstack.org/openstack/manila
|
enable_plugin manila https://git.openstack.org/openstack/manila
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
Loading…
Reference in New Issue
Block a user