Merge "Replace openstack.org git:// URLs with https://"
This commit is contained in:
commit
4367dd5e7a
@ -100,7 +100,7 @@
|
||||
tempest: true
|
||||
tls-proxy: false
|
||||
devstack_plugins:
|
||||
trove: git://git.openstack.org/openstack/trove
|
||||
trove: https://git.openstack.org/openstack/trove
|
||||
# NOTE(zhaochao): we have to override the default settings from the
|
||||
# the base devstack job about "SERVICE_HOST" and "HOST_IP", as trove
|
||||
# guestagent should use public addresses to access the underlying
|
||||
|
@ -17,7 +17,7 @@ Download DevStack
|
||||
.. sourcecode:: bash
|
||||
|
||||
export DEVSTACK_DIR=~/devstack
|
||||
git clone git://git.openstack.org/openstack-dev/devstack.git $DEVSTACK_DIR
|
||||
git clone https://git.openstack.org/openstack-dev/devstack.git $DEVSTACK_DIR
|
||||
|
||||
Enable the Trove plugin
|
||||
=======================
|
||||
@ -28,14 +28,14 @@ Enable the plugin by adding the following section to
|
||||
.. sourcecode:: bash
|
||||
|
||||
[[local|localrc]]
|
||||
enable_plugin trove git://git.openstack.org/openstack/trove
|
||||
enable_plugin trove https://git.openstack.org/openstack/trove
|
||||
|
||||
Optionally, a git refspec (branch or tag or commit) may be provided as follows:
|
||||
|
||||
.. sourcecode:: bash
|
||||
|
||||
[[local|localrc]]
|
||||
enable_plugin trove git://git.openstack.org/openstack/trove <refspec>
|
||||
enable_plugin trove https://git.openstack.org/openstack/trove <refspec>
|
||||
|
||||
Run the DevStack utility
|
||||
========================
|
||||
|
@ -56,7 +56,7 @@ PATH_TRIPLEO_ELEMENTS=$DEST/tripleo-image-elements
|
||||
# Save the state of TROVE_BRANCH first, since it's used in trovestack
|
||||
TROVE_BRANCH_ORIG=${TROVE_BRANCH}
|
||||
# Devstack and OpenStack git repo source paths, etc.
|
||||
GIT_BASE=${GIT_BASE:-git://git.openstack.org}
|
||||
GIT_BASE=${GIT_BASE:-https://git.openstack.org}
|
||||
GIT_OPENSTACK=${GIT_OPENSTACK:-${GIT_BASE}/openstack}
|
||||
DEVSTACK_REPO=${DEVSTACK_REPO:-${GIT_BASE}/openstack-dev/devstack.git}
|
||||
TROVE_REPO=${TROVE_REPO:-${GIT_OPENSTACK}/trove.git}
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user