Dell - Internal Use - Confidential
>From /var/log/crowbar/chef_client/ node.log for keystone installation:

Mon, 09 Dec 2013 18:54:36 +0000] INFO: Processing execute[pip install 
--index-url http://roxy.latest.test:8091/files/pip_cache/simple/ uwsgi] action 
run (/var/cache/chef/cookbooks/uwsgi/providers/default.rb line 12)

================================================================================
Error executing action `run` on resource 'execute[pip install --index-url 
http://roxy.latest.test:8091/files/pip_cache/simple/ uwsgi]'
================================================================================

Mixlib::ShellOut::ShellCommandFailed
------------------------------------
Expected process to exit with [0], but received '1'
---- Begin output of pip install --index-url 
http://roxy.latest.test:8091/files/pip_cache/simple/ uwsgi ----
STDOUT: Downloading/unpacking uwsgi
  Cannot fetch index base URL 
http://roxy.latest.test:8091/files/pip_cache/simple/
  Could not find any downloads that satisfy the requirement uwsgi
No distributions at all found for uwsgi
Storing complete log in /root/.pip/pip.log
STDERR:
---- End output of pip install --index-url 
http://roxy.latest.test:8091/files/pip_cache/simple/ uwsgi ----
Ran pip install --index-url 
http://roxy.latest.test:8091/files/pip_cache/simple/ uwsgi returned 1

Resource Declaration:
---------------------
# In /var/cache/chef/cookbooks/uwsgi/providers/default.rb

12:   execute "pip install --index-url 
http://#{proxy_addr}:#{proxy_port}/files/pip_cache/simple/ uwsgi" do
13:     not_if "pip freeze 2>&1 | grep -i uwsgi"
14:   end
15:

Compiled Resource:
------------------
# Declared in /var/cache/chef/cookbooks/uwsgi/providers/default.rb:12:in 
`class_from_file'

execute("pip install --index-url 
http://roxy.latest.test:8091/files/pip_cache/simple/ uwsgi") do
  backup 5
  returns 0
  cookbook_name "keystone"
  command "pip install --index-url 
http://roxy.latest.test:8091/files/pip_cache/simple/ uwsgi"
  action "run"
  retry_delay 2
  retries 0
  not_if "pip freeze 2>&1 | grep -i uwsgi"
end

[Mon, 09 Dec 2013 18:54:37 +0000] ERROR: Running exception handlers
[Mon, 09 Dec 2013 18:54:37 +0000] FATAL: Saving node information to 
/var/cache/chef/failed-run-data.json

[cid:image001.jpg@01CEF508.9293B420]


Arkady Kanevsky, Ph.D.

Director of SW Development

Enterprise Solution Group

+1 512 723 5264 | arkady_kanev...@dell.com<mailto:arkady_kanev...@dell.com>



<<inline: image001.jpg>>

_______________________________________________
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Reply via email to