首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >cloudify 3.2.1自举错误

cloudify 3.2.1自举错误
EN

Stack Overflow用户
提问于 2015-09-07 07:12:49
回答 1查看 157关注 0票数 0

1-当我试图在openstack上引导cloudify 3.2.1时,我得到了以下错误。我使用的是Ubuntu 14.04镜像,而cloudify 3.2没有同样的问题。知道这个错误是什么意思吗?我该怎么解决它呢?

代码语言:javascript
复制
            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.1的包安装3.2或3.2.1 ?如果可以,我应该在管理器蓝图中修复什么?

EN

回答 1

Stack Overflow用户

发布于 2015-09-07 17:50:19

不建议将Cloudify版本与3.1版本混用。3.2+提供了更多版本间的兼容性。

上面发布的特定错误并没有为故障排除提供非常有用的消息。我建议联系Cloudify Users Group以获得支持。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/32429174

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档