Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/essex-hack/openstack-os-…
Browse files Browse the repository at this point in the history
…build' into release/essex-hack/openstack-os-build
  • Loading branch information
galthaus committed Apr 25, 2012
2 parents 9ca0f41 + 84d34ee commit 9091950
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion barclamps/dns
2 changes: 1 addition & 1 deletion barclamps/ganglia
Submodule ganglia updated 1 files
+12 −0 crowbar.yml
2 changes: 1 addition & 1 deletion barclamps/nova
Submodule nova updated 0 files
8 changes: 5 additions & 3 deletions extra/barclamp_mgmt_lib.rb
Expand Up @@ -99,9 +99,11 @@ def catalog(path, options={})
cat['barclamps'][name]['order'] = bc['crowbar']['order'] if bc['crowbar']['order']
cat['barclamps'][name]['run_order'] = bc['crowbar']['run_order'] if bc['crowbar']['run_order']
cat['barclamps'][name]['chef_order'] = bc['crowbar']['chef_order'] if bc['crowbar']['chef_order']
cat['barclamps'][name]['date'] = bc['git']['date'] if bc['git']['date']
cat['barclamps'][name]['commit'] = bc['git']['commit'] if bc['git']['commit']

if bc['git']
cat['barclamps'][name]['date'] = bc['git']['date'] if bc['git']['date']
cat['barclamps'][name]['commit'] = bc['git']['commit'] if bc['git']['commit']
end

end
File.open( File.join(CROWBAR_PATH, 'config', 'catalog.yml'), 'w' ) do |out|
YAML.dump( cat, out )
Expand Down

0 comments on commit 9091950

Please sign in to comment.