From 56a53ad2091923410d5812289758ca9c4ec588fc 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: I4b735a86a995d12ff0f39f2cc56fcbe51a1fcb00 --- doc/source/index.rst | 2 +- playbooks/legacy/murano-dashboard-sanity-check/run.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 4adf8d1eb..061acbbb2 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -34,7 +34,7 @@ Install ------- 1. Check out sources to some directory (*/murano-dashboard*):: - user@work:~/$ git clone git://git.openstack.org/openstack/murano-dashboard + user@work:~/$ git clone https://git.openstack.org/openstack/murano-dashboard 2. Install virtualenv:: diff --git a/playbooks/legacy/murano-dashboard-sanity-check/run.yaml b/playbooks/legacy/murano-dashboard-sanity-check/run.yaml index e8c72246f..4fca49461 100644 --- a/playbooks/legacy/murano-dashboard-sanity-check/run.yaml +++ b/playbooks/legacy/murano-dashboard-sanity-check/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' @@ -38,9 +38,9 @@ export PROJECTS="openstack/horizon $PROJECTS" export ENABLED_SERVICES=horizon export PROJECTS="openstack/heat-dashboard $PROJECTS" - export DEVSTACK_LOCAL_CONFIG="enable_plugin heat git://git.openstack.org/openstack/heat" - export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin murano git://git.openstack.org/openstack/murano" - export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin heat-dashboard git://git.openstack.org/openstack/heat-dashboard" + export DEVSTACK_LOCAL_CONFIG="enable_plugin heat https://git.openstack.org/openstack/heat" + export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin murano https://git.openstack.org/openstack/murano" + export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin heat-dashboard https://git.openstack.org/openstack/heat-dashboard" export BRANCH_OVERRIDE=default if [ "$BRANCH_OVERRIDE" != "default" ] ; then export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE