From c9010d18e2077e7690171763e0887a53e5399c7d Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:34:19 +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: I0d6511ece66d6bb993981671f4923484f1e47336 --- devstack/README.rst | 2 +- .../admin/configure_cloud_foundry_service_broker.rst | 2 +- doc/source/admin/deploy_murano/devstack.rst | 2 +- doc/source/admin/deploy_murano/install_manually.rst | 8 ++++---- doc/source/install/from-source.rst | 6 +++--- doc/source/install/import-murano-apps.rst | 2 +- .../reference/appendix/articles/image_builders/linux.rst | 4 ++-- doc/source/reference/appendix/articles/test_docs.rst | 2 +- playbooks/legacy/grenade-devstack-murano/run.yaml | 4 ++-- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/devstack/README.rst b/devstack/README.rst index e821ae06c..0fc1aae2a 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -11,7 +11,7 @@ Enabling in Devstack > cat local.conf [[local|localrc]] - enable_plugin murano git://git.openstack.org/openstack/murano + enable_plugin murano https://git.openstack.org/openstack/murano #Enable heat plugin enable_plugin heat https://git.openstack.org/openstack/heat diff --git a/doc/source/admin/configure_cloud_foundry_service_broker.rst b/doc/source/admin/configure_cloud_foundry_service_broker.rst index e6291eac1..48d7bbe70 100644 --- a/doc/source/admin/configure_cloud_foundry_service_broker.rst +++ b/doc/source/admin/configure_cloud_foundry_service_broker.rst @@ -121,7 +121,7 @@ You need simply update your ``local.conf`` with the following: .. code-block:: ini [[local|localrc]] - enable_plugin murano git://git.openstack.org/openstack/murano + enable_plugin murano https://git.openstack.org/openstack/murano enable_service murano-cfapi How to use service broker diff --git a/doc/source/admin/deploy_murano/devstack.rst b/doc/source/admin/deploy_murano/devstack.rst index e0e546838..5026872da 100644 --- a/doc/source/admin/deploy_murano/devstack.rst +++ b/doc/source/admin/deploy_murano/devstack.rst @@ -22,7 +22,7 @@ with murano, proceed with the following steps: > cat local.conf [[local|localrc]] - enable_plugin murano git://git.openstack.org/openstack/murano + enable_plugin murano https://git.openstack.org/openstack/murano #. If you want to enable Murano Cloud Foundry Broker API service, add the following line to ``local.conf``: diff --git a/doc/source/admin/deploy_murano/install_manually.rst b/doc/source/admin/deploy_murano/install_manually.rst index 8da4b0264..55cde0e54 100644 --- a/doc/source/admin/deploy_murano/install_manually.rst +++ b/doc/source/admin/deploy_murano/install_manually.rst @@ -64,7 +64,7 @@ Install the API service and engine .. code-block:: console cd ~/murano - git clone git://git.openstack.org/openstack/murano + git clone https://git.openstack.org/openstack/murano #. Create the configuration file. Murano has a common configuration file for API and engine services. @@ -244,13 +244,13 @@ This section describes how to install and run the murano dashboard. .. code-block:: console cd ~/murano - git clone git://git.openstack.org/openstack/murano-dashboard + git clone https://git.openstack.org/openstack/murano-dashboard #. Clone the ``horizon`` repository: .. code-block:: console - git clone git://git.openstack.org/openstack/horizon + git clone https://git.openstack.org/openstack/horizon #. Create a virtual environment and install ``muranodashboard`` as an editable module: @@ -368,7 +368,7 @@ To import applications using CLI, complete the following tasks: .. code-block:: console cd ~/murano - git clone git://git.openstack.org/openstack/murano-apps + git clone https://git.openstack.org/openstack/murano-apps #. Import every package you need from this repository by running the following command: diff --git a/doc/source/install/from-source.rst b/doc/source/install/from-source.rst index 9907de087..320e592a5 100644 --- a/doc/source/install/from-source.rst +++ b/doc/source/install/from-source.rst @@ -21,7 +21,7 @@ Install the API service and Engine .. code-block:: console cd ~/murano - git clone git://git.openstack.org/openstack/murano + git clone https://git.openstack.org/openstack/murano .. #. Set up the murano config file @@ -163,14 +163,14 @@ Dashboard. .. code-block:: console $ cd ~/murano - $ git clone git://git.openstack.org/openstack/murano-dashboard + $ git clone https://git.openstack.org/openstack/murano-dashboard .. #. Clone the ``horizon`` repository .. code-block:: console - $ git clone git://git.openstack.org/openstack/horizon + $ git clone https://git.openstack.org/openstack/horizon .. #. Create a virtual environment and install ``muranodashboard`` as an editable diff --git a/doc/source/install/import-murano-apps.rst b/doc/source/install/import-murano-apps.rst index 3927876c2..9c479dcc3 100644 --- a/doc/source/install/import-murano-apps.rst +++ b/doc/source/install/import-murano-apps.rst @@ -21,7 +21,7 @@ This can be done via the dashboard or via CLI: .. code-block:: console cd ~/murano - git clone git://git.openstack.org/openstack/murano-apps + git clone https://git.openstack.org/openstack/murano-apps .. 2. Import every package you need from this repository, using the command diff --git a/doc/source/reference/appendix/articles/image_builders/linux.rst b/doc/source/reference/appendix/articles/image_builders/linux.rst index 93de1eb33..6ef5cfdf3 100644 --- a/doc/source/reference/appendix/articles/image_builders/linux.rst +++ b/doc/source/reference/appendix/articles/image_builders/linux.rst @@ -25,8 +25,8 @@ Clone the components required to build an image to that directory: .. code-block:: console cd $GITDIR - git clone git://git.openstack.org/openstack/murano - git clone git://git.openstack.org/openstack/murano-agent + git clone https://git.openstack.org/openstack/murano + git clone https://git.openstack.org/openstack/murano-agent Install diskimage-builder diff --git a/doc/source/reference/appendix/articles/test_docs.rst b/doc/source/reference/appendix/articles/test_docs.rst index 48796deee..96636aaff 100644 --- a/doc/source/reference/appendix/articles/test_docs.rst +++ b/doc/source/reference/appendix/articles/test_docs.rst @@ -107,7 +107,7 @@ To download and run the tests: .. code-block:: console - git clone git://git.openstack.org/openstack/murano-dashboard + git clone https://git.openstack.org/openstack/murano-dashboard #. Change the default settings: diff --git a/playbooks/legacy/grenade-devstack-murano/run.yaml b/playbooks/legacy/grenade-devstack-murano/run.yaml index fed6fd013..7cf06b05f 100644 --- a/playbooks/legacy/grenade-devstack-murano/run.yaml +++ b/playbooks/legacy/grenade-devstack-murano/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' @@ -30,7 +30,7 @@ cat << 'EOF' >>"/tmp/dg-local.conf" [[local|localrc]] TEMPEST_PLUGINS='/opt/stack/new/murano-tempest-plugin /opt/stack/new/heat-tempest-plugin' - enable_plugin heat git://git.openstack.org/openstack/heat + enable_plugin heat https://git.openstack.org/openstack/heat EOF executable: /bin/bash chdir: '{{ ansible_user_dir }}/workspace'