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
This commit is contained in:
parent
6a63c1b91a
commit
3d4817c25f
@ -71,16 +71,8 @@ def short_project(full_project_name):
|
|||||||
def git2lp(full_project_name):
|
def git2lp(full_project_name):
|
||||||
"""Convert Git repo name to Launchpad project."""
|
"""Convert Git repo name to Launchpad project."""
|
||||||
project_map = {
|
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-openstack_dev_env': 'puppet-openstack',
|
||||||
'stackforge/puppet-quantum': 'puppet-openstack',
|
'stackforge/puppet-quantum': 'puppet-neutron',
|
||||||
'stackforge/puppet-swift': 'puppet-openstack',
|
|
||||||
'stackforge/puppet-tempest': 'puppet-openstack',
|
|
||||||
}
|
}
|
||||||
return project_map.get(full_project_name, short_project(full_project_name))
|
return project_map.get(full_project_name, short_project(full_project_name))
|
||||||
|
|
||||||
|
@ -176,17 +176,8 @@ def git2lp(full_project_name):
|
|||||||
'stackforge/cookbook-openstack-ops-messaging': 'openstack-chef',
|
'stackforge/cookbook-openstack-ops-messaging': 'openstack-chef',
|
||||||
'stackforge/cookbook-openstack-orchestration': 'openstack-chef',
|
'stackforge/cookbook-openstack-orchestration': 'openstack-chef',
|
||||||
'stackforge/openstack-chef-repo': '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-openstack_dev_env': 'puppet-openstack',
|
||||||
'stackforge/puppet-quantum': 'puppet-openstack',
|
'stackforge/puppet-quantum': 'puppet-neutron',
|
||||||
'stackforge/puppet-swift': 'puppet-openstack',
|
|
||||||
'stackforge/puppet-tempest': 'puppet-openstack',
|
|
||||||
'stackforge/tripleo-heat-templates': 'tripleo',
|
'stackforge/tripleo-heat-templates': 'tripleo',
|
||||||
'stackforge/tripleo-image-elements': 'tripleo',
|
'stackforge/tripleo-image-elements': 'tripleo',
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user