Add mapping to bug tracker for Chef projects

Add bug tracking to superproject openstack-chef
for all stackforge chef cookbooks and chef-repo.

Sets all above repos to be Fix Released, not Fix
Committed, when patches received and merged.

Change-Id: Idbc234a552ec11b4dad145d867ec60b1a568720f
Reviewed-on: https://review.openstack.org/29973
Reviewed-by: John Dewey <john@dewey.ws>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Jay Pipes 2013-05-21 13:57:17 -04:00 committed by Jenkins
parent 0c1647a683
commit ffbd815a8b

View File

@ -167,6 +167,19 @@ def git2lp(full_project_name):
'stackforge/puppet-openstack_dev_env': 'puppet-openstack',
'stackforge/puppet-quantum': 'puppet-openstack',
'stackforge/puppet-swift': 'puppet-openstack',
'stackforge/openstack-chef-repo': 'openstack-chef',
'stackforge/cookbook-openstack-common': 'openstack-chef',
'stackforge/cookbook-openstack-compute': 'openstack-chef',
'stackforge/cookbook-openstack-identity': 'openstack-chef',
'stackforge/cookbook-openstack-image': 'openstack-chef',
'stackforge/cookbook-openstack-network': 'openstack-chef',
'stackforge/cookbook-openstack-metering': 'openstack-chef',
'stackforge/cookbook-openstack-orchestration': 'openstack-chef',
'stackforge/cookbook-openstack-object-storage': 'openstack-chef',
'stackforge/cookbook-openstack-block-storage': 'openstack-chef',
'stackforge/cookbook-openstack-dashboard': 'openstack-chef',
'stackforge/cookbook-openstack-ops-database': 'openstack-chef',
'stackforge/cookbook-openstack-ops-messaging': 'openstack-chef',
}
return project_map.get(full_project_name, short_project(full_project_name))
@ -184,6 +197,19 @@ def is_direct_release(full_project_name):
'openstack/openstack-manuals',
'openstack/api-site',
'openstack/tempest',
'stackforge/openstack-chef-repo',
'stackforge/cookbook-openstack-common',
'stackforge/cookbook-openstack-compute',
'stackforge/cookbook-openstack-identity',
'stackforge/cookbook-openstack-image',
'stackforge/cookbook-openstack-network',
'stackforge/cookbook-openstack-metering',
'stackforge/cookbook-openstack-orchestration',
'stackforge/cookbook-openstack-object-storage',
'stackforge/cookbook-openstack-block-storage',
'stackforge/cookbook-openstack-dashboard',
'stackforge/cookbook-openstack-ops-database',
'stackforge/cookbook-openstack-ops-messaging',
]