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