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: Ic57069fd0acc405347e263a082ea8ba9915e9d41
This commit is contained in:
Ian Wienand 2019-03-24 20:36:02 +00:00
parent 20591c1451
commit 617be9032c
6 changed files with 14 additions and 14 deletions

View File

@ -9,14 +9,14 @@
.. sourcecode:: bash
[[local|localrc]]
enable_plugin sahara git://git.openstack.org/openstack/sahara
enable_plugin heat git://git.openstack.org/openstack/heat
enable_plugin sahara https://git.openstack.org/openstack/sahara
enable_plugin heat https://git.openstack.org/openstack/heat
Optionally, a git refspec may be provided as follows:
.. sourcecode:: bash
[[local|localrc]]
enable_plugin sahara git://git.openstack.org/openstack/sahara <refspec>
enable_plugin sahara https://git.openstack.org/openstack/sahara <refspec>
3. run ``stack.sh``

View File

@ -6,10 +6,10 @@ devstack_localrc base IMAGE_URLS=\
"http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-uec.tar.gz,\
http://tarballs.openstack.org/heat-test-image/fedora-heat-test-image.qcow2"
devstack_localrc base enable_plugin sahara \
git://git.openstack.org/openstack/sahara \
https://git.openstack.org/openstack/sahara \
stable/rocky
devstack_localrc base enable_plugin heat \
git://git.openstack.org/openstack/heat \
https://git.openstack.org/openstack/heat \
stable/rocky
devstack_localrc base DEFAULT_IMAGE_NAME="cirros-0.3.5-x86_64-uec"
devstack_localrc base DEFAULT_IMAGE_NAME="cirros-0.3.5-x86_64-uec"
@ -18,8 +18,8 @@ devstack_localrc target IMAGE_URLS=\
"http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-uec.tar.gz,\
http://tarballs.openstack.org/heat-test-image/fedora-heat-test-image.qcow2"
devstack_localrc target enable_plugin sahara \
git://git.openstack.org/openstack/sahara
https://git.openstack.org/openstack/sahara
devstack_localrc target enable_plugin heat \
git://git.openstack.org/openstack/heat
https://git.openstack.org/openstack/heat
devstack_localrc target LIBS_FROM_GIT=python-saharaclient
devstack_localrc target DEFAULT_IMAGE_NAME="cirros-0.3.5-x86_64-uec"

View File

@ -17,7 +17,7 @@ to your ``local.conf`` file
.. sourcecode:: bash
# Enable sahara-dashboard
enable_plugin sahara-dashboard git://git.openstack.org/openstack/sahara-dashboard
enable_plugin sahara-dashboard https://git.openstack.org/openstack/sahara-dashboard
Isolated Dashboard for Sahara

View File

@ -52,7 +52,7 @@ On openSUSE-based distributions (SLES 12, openSUSE, Factory or Tumbleweed):
.. sourcecode:: console
$ git clone git://git.openstack.org/openstack/sahara.git
$ git clone https://git.openstack.org/openstack/sahara.git
$ cd sahara
3. Generate Sahara sample using tox

View File

@ -97,10 +97,10 @@ and may cause hard to debug problems.
# OFFLINE=True
# Enable sahara
enable_plugin sahara git://git.openstack.org/openstack/sahara
enable_plugin sahara https://git.openstack.org/openstack/sahara
# Enable heat
enable_plugin heat git://git.openstack.org/openstack/heat
enable_plugin heat https://git.openstack.org/openstack/heat
In cases where you need to specify a git refspec (branch, tag, or commit hash)
for the sahara in-tree devstack plugin (or sahara repo), it should be
@ -108,7 +108,7 @@ appended to the git repo URL as follows:
.. sourcecode:: bash
enable_plugin sahara git://git.openstack.org/openstack/sahara <some_git_refspec>
enable_plugin sahara https://git.openstack.org/openstack/sahara <some_git_refspec>
3. Sahara can send notifications to Ceilometer, if Ceilometer is enabled.
If you want to enable Ceilometer add the following lines to the
@ -116,7 +116,7 @@ appended to the git repo URL as follows:
.. sourcecode:: bash
enable_plugin ceilometer git://git.openstack.org/openstack/ceilometer
enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer
4. Start DevStack:

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'