From 617be9032c1461d087b59646acebca58d54c30aa Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:36:02 +0000 Subject: [PATCH] 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 --- devstack/README.rst | 6 +++--- devstack/upgrade/settings | 8 ++++---- .../contributor/dashboard-dev-environment-guide.rst | 2 +- doc/source/contributor/development-environment.rst | 2 +- doc/source/contributor/devstack.rst | 8 ++++---- playbooks/sahara-grenade/run.yaml | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/devstack/README.rst b/devstack/README.rst index 472158cfc8..916aa6a606 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -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 + enable_plugin sahara https://git.openstack.org/openstack/sahara 3. run ``stack.sh`` diff --git a/devstack/upgrade/settings b/devstack/upgrade/settings index 609d59697b..642c11560b 100644 --- a/devstack/upgrade/settings +++ b/devstack/upgrade/settings @@ -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" diff --git a/doc/source/contributor/dashboard-dev-environment-guide.rst b/doc/source/contributor/dashboard-dev-environment-guide.rst index 7f7fde5096..6d6ce8ac08 100644 --- a/doc/source/contributor/dashboard-dev-environment-guide.rst +++ b/doc/source/contributor/dashboard-dev-environment-guide.rst @@ -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 diff --git a/doc/source/contributor/development-environment.rst b/doc/source/contributor/development-environment.rst index 3ec89fb748..d4df98b52b 100644 --- a/doc/source/contributor/development-environment.rst +++ b/doc/source/contributor/development-environment.rst @@ -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 diff --git a/doc/source/contributor/devstack.rst b/doc/source/contributor/devstack.rst index 9f7f359bff..c711eb4380 100644 --- a/doc/source/contributor/devstack.rst +++ b/doc/source/contributor/devstack.rst @@ -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 + enable_plugin sahara https://git.openstack.org/openstack/sahara 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: diff --git a/playbooks/sahara-grenade/run.yaml b/playbooks/sahara-grenade/run.yaml index f75a8efa35..86d6af1a5e 100644 --- a/playbooks/sahara-grenade/run.yaml +++ b/playbooks/sahara-grenade/run.yaml @@ -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'