2015-09-06 52 views
0

1-當我嘗試在openstack上引導cloudify 3.2.1時出現以下錯誤。我使用的是Ubuntu 14.04映像,並且我沒有與cloudify 3.2相同的問題。任何想法錯誤是什麼意思?我怎麼能解決它?cloudify的引導錯誤3.2.1

  Requested: sudo sh ~/getdocker.sh 
      Executed: /bin/bash -l -c "sudo sh ~/getdocker.sh" [attempt 1/6] 
      2015-09-06 18:55:49 CFY <manager> [manager_bc1e1.start] Sending task 'fabric_plugin.tasks.run_module_task' [attempt 2/6] 
      2015-09-06 18:55:49 CFY <manager> [manager_bc1e1.start] Task started 'fabric_plugin.tasks.run_module_task' [attempt 2/6] 
      2015-09-06 18:55:49 LOG <manager> [manager_bc1e1.start] INFO: running task: cloudify_cli.bootstrap.tasks.bootstrap_docker 
      2015-09-06 18:55:49 LOG <manager> [manager_bc1e1.start] INFO: preparing fabric environment... 
      2015-09-06 18:55:49 LOG <manager> [manager_bc1e1.start] INFO: environment prepared successfully 
      2015-09-06 18:55:49 LOG <manager> [manager_bc1e1.start] INFO: initializing manager on the machine at 192.168.144.152 
      2015-09-06 18:55:49 LOG <manager> [manager_bc1e1.start] ERROR: Exception raised on operation [fabric_plugin.tasks.run_module_task] invocation 
      Traceback (most recent call last): 
       File "/opt/virt_env/cloudify321/local/lib/python2.7/site-packages/cloudify/decorators.py", line 125, in wrapper 
       result = func(*args, **kwargs) 
       File "/opt/virt_env/cloudify321/local/lib/python2.7/site-packages/fabric_plugin/tasks.py", line 89, in run_module_task 
       return _run_task(task, task_properties, fabric_env) 
       File "/opt/virt_env/cloudify321/local/lib/python2.7/site-packages/fabric_plugin/tasks.py", line 95, in _run_task 
       return task(**task_properties) 
       File "/opt/virt_env/cloudify321/local/lib/python2.7/site-packages/cloudify_cli/bootstrap/tasks.py", line 311, in bootstrap_docker 
       return post_bootstrap_actions(wait_for_services_timeout=15) 
       File "/opt/virt_env/cloudify321/local/lib/python2.7/site-packages/cloudify_cli/bootstrap/tasks.py", line 290, in post_bootstrap_actions 
       port = ctx.instance.runtime_properties[REST_PORT] 
      KeyError: 'rest_port' 
      2015-09-06 18:55:49 CFY <manager> [manager_bc1e1.start] Task failed 'fabric_plugin.tasks.run_module_task' -> 'rest_port' [attempt 2/6] 

2-似乎對cloudify 3.2和3.2.1的默認安裝是泊塢窗,是否有可能從包安裝3.2或3.2.1爲3.1?如果是的話,我應該怎麼修復經理藍圖?

回答

0

不建議將Cloudify版本與3.1混合使用。 3.2+提供更多版本之間的兼容性。

上面發佈的特定錯誤不提供非常有用的消息傳遞以進行故障排除。我會建議聯繫Cloudify Users Group尋求支持。

+0

我沒有混合的版本,我曾嘗試使用CLI 3.2.1和藍圖3.2.1部署CF 3.2.1 –