Fix opendev paths

Change-Id: I9c8e8c6bcc8f58f044a0772b0ebfcc5a985a74bf
This commit is contained in:
Monty Taylor 2019-04-20 15:26:27 +00:00
parent 388a2767df
commit 05d6bd00bf
4 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
source 'https://rubygems.org'
if File.exists?('/home/zuul/src/git.openstack.org/openstack-infra/puppet-openstack_infra_spec_helper')
gem_checkout_method = {:path => '/home/zuul/src/git.openstack.org/openstack-infra/puppet-openstack_infra_spec_helper'}
if File.exists?('/home/zuul/src/opendev.org/opendev/puppet-openstack_infra_spec_helper')
gem_checkout_method = {:path => '/home/zuul/src/opendev.org/opendev/puppet-openstack_infra_spec_helper'}
else
gem_checkout_method = {:git => 'https://git.openstack.org/openstack-infra/puppet-openstack_infra_spec_helper'}
gem_checkout_method = {:git => 'https://opendev.org/opendev/puppet-openstack_infra_spec_helper'}
end
gem_checkout_method[:require] = false

View File

@ -4,7 +4,7 @@
"author": "OpenStack CI",
"summary": "Puppet module for an OpenStack CI System",
"license": "Apache 2.0",
"source": "https://git.openstack.org/openstack-infra/puppet-openstackci.git",
"source": "https://opendev.org/opendev/puppet-openstackci.git",
"project_page": "http://docs.openstack.org/infra/system-config/",
"issues_url": "https://storyboard.openstack.org/#!/project/808",
"dependencies": [

View File

@ -6,7 +6,7 @@ class { '::openstackci::nodepool_builder':
nodepool_ssh_public_key => $public_key,
vhost_name => $::fqdn,
enable_build_log_via_http => true,
project_config_repo => 'https://git.openstack.org/openstack-infra/project-config',
project_config_repo => 'https://opendev.org/openstack/project-config',
oscc_file_contents => $clouds_yaml,
statsd_host => 'graphite.openstack.org',
upload_workers => '16',

View File

@ -8,7 +8,7 @@ $clouds_yaml = ''
class { '::openstackci::nodepool_launcher':
nodepool_ssh_private_key => $private_key,
project_config_repo => 'https://git.openstack.org/openstack-infra/project-config',
project_config_repo => 'https://opendev.org/openstack/project-config',
oscc_file_contents => $clouds_yaml,
statsd_host => 'graphite.openstack.org',
revision => 'master',