From 7222802c771571faf4e53e1946f9fcbc3ef73289 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:33:53 +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: I2b98df417a982d0169be63630cab29607274324c --- playbooks/legacy/ironic-inspector-grenade-dsvm/run.yaml | 6 +++--- zuul.d/ironic-inspector-jobs.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/legacy/ironic-inspector-grenade-dsvm/run.yaml b/playbooks/legacy/ironic-inspector-grenade-dsvm/run.yaml index 1ed066dce..9db43e0c2 100644 --- a/playbooks/legacy/ironic-inspector-grenade-dsvm/run.yaml +++ b/playbooks/legacy/ironic-inspector-grenade-dsvm/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' @@ -82,7 +82,7 @@ export PROJECTS="openstack/python-ironic-inspector-client $PROJECTS" export DEVSTACK_GATE_IRONIC_INSPECTOR=1 - export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin ironic-inspector git://git.openstack.org/openstack/ironic-inspector" + export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin ironic-inspector https://git.openstack.org/openstack/ironic-inspector" export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_INSPECTOR_DHCP_FILTER=iptables" @@ -133,7 +133,7 @@ # Pull in the EARLY variables injected by the optional builders source ironic-vars-early - export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin ironic git://git.openstack.org/openstack/ironic" + export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin ironic https://git.openstack.org/openstack/ironic" # Ensure the ironic-EXTRA-vars file exists touch ironic-extra-vars diff --git a/zuul.d/ironic-inspector-jobs.yaml b/zuul.d/ironic-inspector-jobs.yaml index 2d2a36cc1..3dd2d9f16 100644 --- a/zuul.d/ironic-inspector-jobs.yaml +++ b/zuul.d/ironic-inspector-jobs.yaml @@ -30,7 +30,7 @@ SWIFT_TEMPURL_KEY: secretkey USE_PYTHON3: False devstack_plugins: - ironic-inspector: git://git.openstack.org/openstack/ironic-inspector + ironic-inspector: https://git.openstack.org/openstack/ironic-inspector devstack_services: s-account: True s-container: True