有谁知道为什么跑
rhc app create test ruby-2.0 mysql-5.5 http://cartreflect-claytondev.rhcloud.com/reflect?github=cantino/openshift-foreman-cartridge在OpenShift上工作,但是运行
rhc app create test ruby-2.0 mysql-5.5 http://cartreflect-claytondev.rhcloud.com/reflect?github=cantino/openshift-foreman-cartridge -s给出以下错误:
Creating application 'test' ... cantino-foreman-0.63.0 cannot be embedded in scalable app 'test'.我希望能够将其作为一个可伸缩的应用程序运行,这样我就可以使用MySQL运行一个设备,而使用领班和乘客运行另一个设备(ruby2.0)。
任何帮助都很感激!我的定制墨盒配置不当吗?
发布于 2014-10-01 04:56:08
事实证明,@ncdc在GitHub上能够解决我的问题。
https://github.com/ncdc/openshift-foreman-cartridge/issues/1
我们需要添加plugin作为一个类别。
https://stackoverflow.com/questions/26090816
复制相似问题