Hello, Unfortunately we couldn’t reproduce your problem. Looks like that was temporary bug with github. I commit fix to disable PFS by default. Smoketests still in progress.
Maxim Datskovskiy Deployment Engineer Mirantis, Inc. On Jul 30, 2013, at 19:03, john_terps...@dell.com wrote: > Hi, > > When deploying the Ceilometer barclamp, creation of a default proposal and > then applying it fails with the error below (from the logs). > > The error informs us that the default setting is to use PFS, but PFS fails > (see log fragment below). When the PFS is set to false, deployment succeeds. > > Action Request: > 1) Please refector the barclamp to default to not using PFS. > 2) Please add a smoketest so that the deployment of the Ceilometer > barclamp can be validated. > > > Cheers, > John T. > > Log: > [Mon, 29 Jul 2013 22:37:23 +0000] INFO: Processing git[/opt/ceilometer] > action sync (ceilometer::server line 44) > ================================================================================ > Error executing action `sync` on resource 'git[/opt/ceilometer]' > ================================================================================ > > Mixlib::ShellOut::ShellCommandFailed > ------------------------------------ > Expected process to exit with [0], but received '128' > ---- Begin output of git ls-remote > git@vltima.ratio.regvm:ceilometer/ceilometer.git stable/grizzly ---- > STDOUT: > STDERR: Warning: Permanently added 'vltima.ratio.regvm,192.168.124.10' > (ECDSA) to the list of known hosts. > fatal: 'ceilometer/ceilometer.git' does not appear to be a git repository > fatal: The remote end hung up unexpectedly > ---- End output of git ls-remote > git@vltima.ratio.regvm:ceilometer/ceilometer.git stable/grizzly ---- > Ran git ls-remote git@vltima.ratio.regvm:ceilometer/ceilometer.git > stable/grizzly returned 128 > > Resource Declaration: > --------------------- > # In /var/cache/chef/cookbooks/git/definitions/pfs_and_install_deps.rb > > 44: git install_path do > 45: repository git_url > 46: reference ref > 47: action :sync > 48: end > 49: > > Compiled Resource: > ------------------ > # Declared in > /var/cache/chef/cookbooks/git/definitions/pfs_and_install_deps.rb:44:in > `from_file' > > git("/opt/ceilometer") do > remote "origin" > repository "git@vltima.ratio.regvm:ceilometer/ceilometer.git" > cookbook_name "ceilometer" > provider Chef::Provider::Git > destination "/opt/ceilometer" > action [:sync] > params {:virtualenv=>nil, :action=>:create, :name=>"ceilometer"} > retry_delay 2 > revision "stable/grizzly" > recipe_name "server" > retries 0 > end > > [Mon, 29 Jul 2013 22:37:23 +0000] ERROR: Running exception handlers > [Mon, 29 Jul 2013 22:37:23 +0000] FATAL: Saving node information to > /var/cache/chef/failed-run-data.json
_______________________________________________ Crowbar mailing list Crowbar@dell.com https://lists.us.dell.com/mailman/listinfo/crowbar For more information: http://crowbar.github.com/