1- 当我尝试在 openstack 上引导 cloudify 3.2.1 时出现以下错误。我使用的是 Ubuntu 14.04 映像,而 cloudify 3.2 没有同样的问题。知道错误是什么意思吗?我该如何解决?
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 的默认安装似乎是 docker ,是否可以从包中安装 3.2 或 3.2.1 作为 3.1 ?如果是,我应该在管理器蓝图中修复什么?