From 0b6d56c9d93d3c3b612ffaca659e8ea93f0205ba Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:33:50 +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: I52d96411fb6a9c2cd167e35dd3bdcff816db3a2e --- requirements.yml | 2 +- .../templates/puppet_profiles/jenkins.pp.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.yml b/requirements.yml index 1ad940f..6255320 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,3 +1,3 @@ -- src: git+git://git.openstack.org/openstack/ansible-role-cloud-launcher.git +- src: git+https://git.openstack.org/openstack/ansible-role-cloud-launcher.git version: HEAD name: cloud_launcher diff --git a/roles/bootstrap_puppetmaster/templates/puppet_profiles/jenkins.pp.j2 b/roles/bootstrap_puppetmaster/templates/puppet_profiles/jenkins.pp.j2 index ebe0b62..703189c 100644 --- a/roles/bootstrap_puppetmaster/templates/puppet_profiles/jenkins.pp.j2 +++ b/roles/bootstrap_puppetmaster/templates/puppet_profiles/jenkins.pp.j2 @@ -1,6 +1,6 @@ class infra-ansible::profiles::jenkins { class { '::project_config': - url => 'git://git.openstack.org/openstack-infra/project-config' + url => 'https://git.openstack.org/openstack-infra/project-config' } class { 'jenkins::job_builder':