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: I4df9f22a60ef50677867eaf4baf9e7e55a951dda
This commit is contained in:
Ian Wienand 2019-03-24 20:34:07 +00:00
parent 996e2cf960
commit 4c42246b2a
31 changed files with 79 additions and 79 deletions
devstack/upgrade
doc/source/contributor
playbooks/legacy
grenade-dsvm-manila
manila-tempest-dsvm-container-scenario-custom-image
manila-tempest-dsvm-generic-no-share-servers
manila-tempest-dsvm-generic-scenario-custom-image
manila-tempest-dsvm-glusterfs-native-heketi
manila-tempest-dsvm-glusterfs-native
manila-tempest-dsvm-glusterfs-nfs-heketi
manila-tempest-dsvm-glusterfs-nfs
manila-tempest-dsvm-hdfs
manila-tempest-dsvm-mysql-generic
manila-tempest-dsvm-postgres-container
manila-tempest-dsvm-postgres-generic-singlebackend
manila-tempest-dsvm-postgres-zfsonlinux
manila-tempest-dsvm-scenario
manila-tempest-minimal-dsvm-cephfs-native-centos-7
manila-tempest-minimal-dsvm-cephfs-native
manila-tempest-minimal-dsvm-cephfs-nfs-centos-7
manila-tempest-minimal-dsvm-cephfs-nfs
manila-tempest-minimal-dsvm-dummy
manila-tempest-minimal-dsvm-lvm
manila-tempest-minimal-py35-dsvm-cephfs-native-centos-7
manila-tempest-minimal-py35-dsvm-cephfs-nfs-centos-7
rally-dsvm-manila-multibackend-no-ss
rally-dsvm-manila-multibackend

@ -10,7 +10,7 @@ export PYTHON3_VERSION=${PYTHON3_VERSION}
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/rocky devstack_localrc base enable_plugin manila https://git.openstack.org/openstack/manila stable/rocky
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
@ -19,7 +19,7 @@ devstack_localrc base OSLO_SERVICE_WORKS=True
devstack_localrc base MANILACLIENT_BRANCH="stable/rocky" devstack_localrc base MANILACLIENT_BRANCH="stable/rocky"
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

@ -148,7 +148,7 @@ Testing branches and changes submitted for review
To test a patch in review:: To test a patch in review::
enable_plugin manila git://git.openstack.org/openstack/manila <ref> enable_plugin manila https://git.openstack.org/openstack/manila <ref>
If the ref is from review.openstack.org, it is structured as:: If the ref is from review.openstack.org, it is structured as::
@ -157,11 +157,11 @@ If the ref is from review.openstack.org, it is structured as::
For example, if you want to test patchset 4 of https://review.openstack.org/#/c/614170/, For example, if you want to test patchset 4 of https://review.openstack.org/#/c/614170/,
you can provide this in your ``local.conf``:: you can provide this in your ``local.conf``::
enable_plugin manila git://git.openstack.org/openstack/manila refs/changes/70/614170/4 enable_plugin manila https://git.openstack.org/openstack/manila refs/changes/70/614170/4
ref can also simply be a stable branch name, for example:: ref can also simply be a stable branch name, for example::
enable_plugin manila git://git.openstack.org/openstack/manila stable/rocky enable_plugin manila https://git.openstack.org/openstack/manila stable/rocky
Limiting the services enabled in your stack Limiting the services enabled in your stack
```````````````````````````````````````````` ````````````````````````````````````````````

@ -18,13 +18,13 @@ LOGFILE=/opt/stack/devstacklog.txt
# Enabling manila services # Enabling manila services
LIBS_FROM_GIT=python-manilaclient LIBS_FROM_GIT=python-manilaclient
enable_plugin manila git://git.openstack.org/openstack/manila enable_plugin manila https://git.openstack.org/openstack/manila
enable_plugin manila-ui https://github.com/openstack/manila-ui enable_plugin manila-ui https://github.com/openstack/manila-ui
enable_plugin manila-tempest-plugin git://git.openstack.org/openstack/manila-tempest-plugin enable_plugin manila-tempest-plugin https://git.openstack.org/openstack/manila-tempest-plugin
# Enabling ceph # Enabling ceph
enable_plugin devstack-plugin-ceph git://git.openstack.org/openstack/devstack-plugin-ceph enable_plugin devstack-plugin-ceph https://git.openstack.org/openstack/devstack-plugin-ceph
ENABLE_CEPH_MANILA=True ENABLE_CEPH_MANILA=True

@ -16,9 +16,9 @@ LOGFILE=/opt/stack/devstacklog.txt
# Enabling manila services # Enabling manila services
LIBS_FROM_GIT=python-manilaclient LIBS_FROM_GIT=python-manilaclient
enable_plugin manila git://git.openstack.org/openstack/manila enable_plugin manila https://git.openstack.org/openstack/manila
enable_plugin manila-ui https://github.com/openstack/manila-ui enable_plugin manila-ui https://github.com/openstack/manila-ui
enable_plugin manila-tempest-plugin git://git.openstack.org/openstack/manila-tempest-plugin enable_plugin manila-tempest-plugin https://git.openstack.org/openstack/manila-tempest-plugin
# Container Backend config options # Container Backend config options

@ -17,9 +17,9 @@ LOGFILE=/opt/stack/devstacklog.txt
# Enabling manila services # Enabling manila services
LIBS_FROM_GIT=python-manilaclient LIBS_FROM_GIT=python-manilaclient
enable_plugin manila git://git.openstack.org/openstack/manila enable_plugin manila https://git.openstack.org/openstack/manila
enable_plugin manila-ui https://github.com/openstack/manila-ui enable_plugin manila-ui https://github.com/openstack/manila-ui
enable_plugin manila-tempest-plugin git://git.openstack.org/openstack/manila-tempest-plugin enable_plugin manila-tempest-plugin https://git.openstack.org/openstack/manila-tempest-plugin
# Generic Back end config options # Generic Back end config options

@ -16,9 +16,9 @@ LOGFILE=/opt/stack/devstacklog.txt
# Enabling manila services # Enabling manila services
LIBS_FROM_GIT=python-manilaclient LIBS_FROM_GIT=python-manilaclient
enable_plugin manila git://git.openstack.org/openstack/manila enable_plugin manila https://git.openstack.org/openstack/manila
enable_plugin manila-ui https://github.com/openstack/manila-ui enable_plugin manila-ui https://github.com/openstack/manila-ui
enable_plugin manila-tempest-plugin git://git.openstack.org/openstack/manila-tempest-plugin enable_plugin manila-tempest-plugin https://git.openstack.org/openstack/manila-tempest-plugin
# LVM Backend config options # LVM Backend config options

@ -16,9 +16,9 @@ LOGFILE=/opt/stack/devstacklog.txt
# Enabling manila services # Enabling manila services
LIBS_FROM_GIT=python-manilaclient LIBS_FROM_GIT=python-manilaclient
enable_plugin manila git://git.openstack.org/openstack/manila enable_plugin manila https://git.openstack.org/openstack/manila
enable_plugin manila-ui https://github.com/openstack/manila-ui enable_plugin manila-ui https://github.com/openstack/manila-ui
enable_plugin manila-tempest-plugin git://git.openstack.org/openstack/manila-tempest-plugin enable_plugin manila-tempest-plugin https://git.openstack.org/openstack/manila-tempest-plugin
# ZfsOnLinux Back end config options # ZfsOnLinux Back end config options

@ -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'
@ -43,7 +43,7 @@
# Enable manila grenade plugin. Provided repo should be # Enable manila grenade plugin. Provided repo should be
# cloned by zuul before devstack run and below provided # cloned by zuul before devstack run and below provided
# link should not be used. # link should not be used.
export GRENADE_PLUGINRC="enable_grenade_plugin manila git://git.openstack.org/openstack/manila" export GRENADE_PLUGINRC="enable_grenade_plugin manila https://git.openstack.org/openstack/manila"
# Keep localrc to be able to set some vars in pre_test_hook # Keep localrc to be able to set some vars in pre_test_hook
export KEEP_LOCALRC=1 export KEEP_LOCALRC=1

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

@ -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,9 +29,9 @@
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
# Enable devstack-plugin-glusterfs plugin, to install and configure GlusterFS. # Enable devstack-plugin-glusterfs plugin, to install and configure GlusterFS.
enable_plugin devstack-plugin-glusterfs git://git.openstack.org/openstack/devstack-plugin-glusterfs enable_plugin devstack-plugin-glusterfs https://git.openstack.org/openstack/devstack-plugin-glusterfs
# Configure devstack-plugin-glusterfs to enable GlusterFS as a backend for Manila. # Configure devstack-plugin-glusterfs to enable GlusterFS as a backend for Manila.
CONFIGURE_GLUSTERFS_MANILA=True CONFIGURE_GLUSTERFS_MANILA=True

@ -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,9 +29,9 @@
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
# Enable devstack-plugin-glusterfs plugin, to install and configure GlusterFS. # Enable devstack-plugin-glusterfs plugin, to install and configure GlusterFS.
enable_plugin devstack-plugin-glusterfs git://git.openstack.org/openstack/devstack-plugin-glusterfs enable_plugin devstack-plugin-glusterfs https://git.openstack.org/openstack/devstack-plugin-glusterfs
# Configure devstack-plugin-glusterfs to enable GlusterFS as a backend for Manila. # Configure devstack-plugin-glusterfs to enable GlusterFS as a backend for Manila.
CONFIGURE_GLUSTERFS_MANILA=True CONFIGURE_GLUSTERFS_MANILA=True

@ -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,9 +30,9 @@
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
# Enable devstack-plugin-glusterfs plugin, to install and configure GlusterFS. # Enable devstack-plugin-glusterfs plugin, to install and configure GlusterFS.
enable_plugin devstack-plugin-glusterfs git://git.openstack.org/openstack/devstack-plugin-glusterfs enable_plugin devstack-plugin-glusterfs https://git.openstack.org/openstack/devstack-plugin-glusterfs
# Configure devstack-plugin-glusterfs to enable GlusterFS as a backend for Manila. # Configure devstack-plugin-glusterfs to enable GlusterFS as a backend for Manila.
CONFIGURE_GLUSTERFS_MANILA=True CONFIGURE_GLUSTERFS_MANILA=True

@ -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,9 +29,9 @@
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
# Enable devstack-plugin-glusterfs plugin, to install and configure GlusterFS. # Enable devstack-plugin-glusterfs plugin, to install and configure GlusterFS.
enable_plugin devstack-plugin-glusterfs git://git.openstack.org/openstack/devstack-plugin-glusterfs enable_plugin devstack-plugin-glusterfs https://git.openstack.org/openstack/devstack-plugin-glusterfs
# Configure devstack-plugin-glusterfs to enable GlusterFS as a backend for Manila. # Configure devstack-plugin-glusterfs to enable GlusterFS as a backend for Manila.
CONFIGURE_GLUSTERFS_MANILA=True CONFIGURE_GLUSTERFS_MANILA=True

@ -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,9 +29,9 @@
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
# Enable devstack-plugin-hdfs plugin, to install and configure HDFS. # Enable devstack-plugin-hdfs plugin, to install and configure HDFS.
enable_plugin devstack-plugin-hdfs git://git.openstack.org/openstack/devstack-plugin-hdfs enable_plugin devstack-plugin-hdfs https://git.openstack.org/openstack/devstack-plugin-hdfs
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

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

@ -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'
@ -63,9 +63,9 @@
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
enable_plugin devstack-plugin-ceph git://git.openstack.org/openstack/devstack-plugin-ceph enable_plugin devstack-plugin-ceph https://git.openstack.org/openstack/devstack-plugin-ceph
# Enable CephFS as the backend for Manila. # Enable CephFS as the backend for Manila.
ENABLE_CEPH_MANILA=True ENABLE_CEPH_MANILA=True

@ -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,9 +29,9 @@
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
enable_plugin devstack-plugin-ceph git://git.openstack.org/openstack/devstack-plugin-ceph enable_plugin devstack-plugin-ceph https://git.openstack.org/openstack/devstack-plugin-ceph
# Enable CephFS as the backend for Manila. # Enable CephFS as the backend for Manila.
ENABLE_CEPH_MANILA=True ENABLE_CEPH_MANILA=True

@ -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'
@ -63,9 +63,9 @@
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
enable_plugin devstack-plugin-ceph git://git.openstack.org/openstack/devstack-plugin-ceph enable_plugin devstack-plugin-ceph https://git.openstack.org/openstack/devstack-plugin-ceph
# Enable CephFS as the backend for Manila. # Enable CephFS as the backend for Manila.
ENABLE_CEPH_MANILA=True ENABLE_CEPH_MANILA=True

@ -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,9 +29,9 @@
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
enable_plugin devstack-plugin-ceph git://git.openstack.org/openstack/devstack-plugin-ceph enable_plugin devstack-plugin-ceph https://git.openstack.org/openstack/devstack-plugin-ceph
# Enable CephFS as the backend for Manila. # Enable CephFS as the backend for Manila.
ENABLE_CEPH_MANILA=True ENABLE_CEPH_MANILA=True

@ -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'
@ -30,9 +30,9 @@
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
enable_plugin neutron-dynamic-routing git://git.openstack.org/openstack/neutron-dynamic-routing enable_plugin neutron-dynamic-routing https://git.openstack.org/openstack/neutron-dynamic-routing
enable_plugin neutron-tempest-plugin git://git.openstack.org/openstack/neutron-tempest-plugin enable_plugin neutron-tempest-plugin https://git.openstack.org/openstack/neutron-tempest-plugin
EOF EOF
executable: /bin/bash executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace' chdir: '{{ ansible_user_dir }}/workspace'

@ -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'
@ -44,9 +44,9 @@
disable_service s-object disable_service s-object
disable_service s-proxy disable_service s-proxy
enable_plugin manila git://git.openstack.org/openstack/manila enable_plugin manila https://git.openstack.org/openstack/manila
enable_plugin devstack-plugin-ceph git://git.openstack.org/openstack/devstack-plugin-ceph enable_plugin devstack-plugin-ceph https://git.openstack.org/openstack/devstack-plugin-ceph
# Enable CephFS as the backend for Manila. # Enable CephFS as the backend for Manila.
ENABLE_CEPH_MANILA=True ENABLE_CEPH_MANILA=True

@ -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'
@ -44,9 +44,9 @@
disable_service s-object disable_service s-object
disable_service s-proxy disable_service s-proxy
enable_plugin manila git://git.openstack.org/openstack/manila enable_plugin manila https://git.openstack.org/openstack/manila
enable_plugin devstack-plugin-ceph git://git.openstack.org/openstack/devstack-plugin-ceph enable_plugin devstack-plugin-ceph https://git.openstack.org/openstack/devstack-plugin-ceph
# Enable CephFS as the backend for Manila. # Enable CephFS as the backend for Manila.
ENABLE_CEPH_MANILA=True ENABLE_CEPH_MANILA=True

@ -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,8 +30,8 @@
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
enable_plugin rally git://git.openstack.org/openstack/rally enable_plugin rally https://git.openstack.org/openstack/rally
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,8 +29,8 @@
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
enable_plugin rally git://git.openstack.org/openstack/rally enable_plugin rally https://git.openstack.org/openstack/rally
EOF EOF
executable: /bin/bash executable: /bin/bash