From 3d4817c25f9307c6f25ac84559b50e10acc81665 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 9 Aug 2013 17:50:10 +0200 Subject: [PATCH] Update Launchpad projects for puppet modules Since we've decided to split puppet-openstack launchpad page into several sub-projects, this patch update the configuration to support both blueprints & bugs for all current puppet modules in StackForge. Change-Id: Iaef1de681507e9de9d80d6fecd2e5e56ca960a1a --- jeepyb/cmd/update_blueprint.py | 10 +--------- jeepyb/cmd/update_bug.py | 11 +---------- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/jeepyb/cmd/update_blueprint.py b/jeepyb/cmd/update_blueprint.py index cbf7649..738ba13 100644 --- a/jeepyb/cmd/update_blueprint.py +++ b/jeepyb/cmd/update_blueprint.py @@ -71,16 +71,8 @@ def short_project(full_project_name): def git2lp(full_project_name): """Convert Git repo name to Launchpad project.""" project_map = { - 'stackforge/puppet-ceilometer': 'puppet-openstack', - 'stackforge/puppet-cinder': 'puppet-openstack', - 'stackforge/puppet-glance': 'puppet-openstack', - 'stackforge/puppet-horizon': 'puppet-openstack', - 'stackforge/puppet-keystone': 'puppet-openstack', - 'stackforge/puppet-nova': 'puppet-openstack', 'stackforge/puppet-openstack_dev_env': 'puppet-openstack', - 'stackforge/puppet-quantum': 'puppet-openstack', - 'stackforge/puppet-swift': 'puppet-openstack', - 'stackforge/puppet-tempest': 'puppet-openstack', + 'stackforge/puppet-quantum': 'puppet-neutron', } return project_map.get(full_project_name, short_project(full_project_name)) diff --git a/jeepyb/cmd/update_bug.py b/jeepyb/cmd/update_bug.py index 21cc030..91c674f 100644 --- a/jeepyb/cmd/update_bug.py +++ b/jeepyb/cmd/update_bug.py @@ -176,17 +176,8 @@ def git2lp(full_project_name): 'stackforge/cookbook-openstack-ops-messaging': 'openstack-chef', 'stackforge/cookbook-openstack-orchestration': 'openstack-chef', 'stackforge/openstack-chef-repo': 'openstack-chef', - 'stackforge/puppet-ceilometer': 'puppet-openstack', - 'stackforge/puppet-cinder': 'puppet-openstack', - 'stackforge/puppet-glance': 'puppet-openstack', - 'stackforge/puppet-heat': 'puppet-openstack', - 'stackforge/puppet-horizon': 'puppet-openstack', - 'stackforge/puppet-keystone': 'puppet-openstack', - 'stackforge/puppet-nova': 'puppet-openstack', 'stackforge/puppet-openstack_dev_env': 'puppet-openstack', - 'stackforge/puppet-quantum': 'puppet-openstack', - 'stackforge/puppet-swift': 'puppet-openstack', - 'stackforge/puppet-tempest': 'puppet-openstack', + 'stackforge/puppet-quantum': 'puppet-neutron', 'stackforge/tripleo-heat-templates': 'tripleo', 'stackforge/tripleo-image-elements': 'tripleo', }