问题标签 [cloudify]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
83 浏览

cloudify - Message Missing resource when deploy an application

when i try to deploy my recipe i receive this message

"Missing resource in messages resource bundle: /tmp/application1057175116785725281.zip"

is there a limit for the zip file?

Thanks

0 投票
1 回答
113 浏览

groovy - cloudify 服务依赖于其他服务

当我使用 cloudify(2.7) 部署应用程序时,它包括两个服务(例如服务 A 依赖于服务 B),这里是 app-application.groovy

当服务 B 有 2 个实例时,服务 B 的一个实例可用,服务 A 开始调用启动事件,但服务 A 依赖于服务 B 的所有实例,是否有一些配置可以解决?

0 投票
1 回答
69 浏览

cloudify - bootstrap浮动ip参数

这个值的可能参数是什么

自定义([“关联浮动IpOnBootstrap”:“真”])

我可以在引导后更改此值吗

我可以在配方后关联浮动IP吗

谢谢

0 投票
1 回答
53 浏览

cloudify - Manager IP & BlockStorage configuratio Openstack

I have a question with CLoudify 2.7:

How do I (if possible of course :) ) force Cloudify to give a specific IP to the manager when bootstraping a cloud?

Thanks.

0 投票
1 回答
77 浏览

cloudify - How to change the compute template dynamically

can i modify dynamically

compute { template "SMALL_LINUX" }

of the recipe for example in the compute section of the service.groovy? Thanks

0 投票
1 回答
60 浏览

lifecycle - startDetection 外部脚本在 Cloudify 2.7.1 中不起作用

我无法在 Cloudify 2.7.1 中为 startDetection 使用外部脚本。

我尝试:

结果是:

在开始脚本真正结束之前。

我尝试:

启动脚本结束前的结果是:

启动脚本结束后的结果是:

在这两种情况下它都不起作用。

我只能像这样在闭包中使用 startDetection:

像stopDetection。

有人知道为什么吗?

0 投票
1 回答
35 浏览

cloudify - Deploy application with different name‏

we are deploying an application with the rest api 2.7.0 and we realized that if we deploy the application with the same name of the service is't ok on the contrary if we change the name of aplication fails. for example applicationName: helloworld and applicationName: myhelloworld any ideas? Thanks

0 投票
1 回答
77 浏览

cloudify - 如何知道应用程序可用?

当我使用 cloudify(2.7) 部署应用程序时(例如一个应用程序应用程序包括两个服务 A 和 B ),我尝试使用Admin.addEventListener()添加一些事件监听器,但它不起作用!

我尝试添加ProcessingUnitStatusChangedEventListener,当我调试代码时,值(ProcessingUnitStatusChangedEvent)event.getNewStatus()SCHEDULED变为INTACT,然后SCHEDULED,然后INTACT,我也尝试添加ProcessingUnitInstanceLifecycleEventListener,当我调试代码时,状态是intact,但服务不可用!

是否有任何其他侦听器或方法可以知道应用程序(而不是服务)可用,或者我listener以错误的方式使用?

0 投票
1 回答
51 浏览

cloudify - 应用程序从应用程序列表中消失,但主机始终存在

我有一个问题,我的应用程序“zdaas”通过cloudify安装,它已经运行了很长时间,但是今天,我发现应用程序“zdaas”从应用程序commbox中消失了(附件图片1),而是在主机选项卡中,机器和usm gsa等正常存在(图2)

然后我用Admin重新启动GSM,结果是应用程序选项卡没有出现(图3)。

为了解决这个问题,我尝试重启管理,但问题一直存在

最后,我拆掉了cloudify,重新安装了“zdaas”。但是如果我的应用程序在产品环境中运行(它工作得很好),它不允许我拆解。

那么,我该如何解决这个问题?

非常感谢!

![在此处输入图像描述][1]

![在此处输入图像描述][2]

![在此处输入图像描述][3]

https://cloudifysource.zendesk.com/attachments/token/DjjxOBl6CIfPLda5fMpGrI67z/?name=1.png https://cloudifysource.zendesk.com/attachments/token/DjjxOBl6CIfPLda5fMpGrI67z/?name=2.png https://cloudifysource. zendesk.com/attachments/token/DjjxOBl6CIfPLda5fMpGrI67z/?name=3.png

0 投票
1 回答
27 浏览

cloudify - 我想在没有安装应用程序的空计算机中安装代理和 USM 组件,我该怎么做?

我有一个场景,我想使用 Agent 和 USM 组件来实现客户命令来控制计算机,但是我不想安装应用程序或服务,我怎样才能达到这个目标?

非常感谢!史蒂夫