简体   繁体   English

Cloudfoundry安装

[英]Cloudfoundry Installation

I am newbie to cloud foundry.. however I have a fair knowledge on virtualization and openstack. 我是Cloud Foundry的新手。但是,我对虚拟化和OpenStack有一定的了解。

I browsed through certain sites to understand the cf. 我浏览了某些站点以了解CF。 but have no clarity on how does cloudfoundry works. 但不清楚cloudfoundry的工作方式。

Can any one let me know the procedure to install cloudfoundry on openstack? 谁能让我知道在openstack上安装cloudfoundry的过程?

what is the minimum hardware configuration needed? 所需的最低硬件配置是多少?

Is there any tool to install the same? 是否有安装相同工具的工具?

Do we have to install Bosh cli on a VM? 我们必须在VM上安装Bosh cli吗?

Hope with some of the answers to the above question I may get the clarity. 希望我对以上问题有一些答案,可以弄清楚。

Please help. 请帮忙。

Thanks, Anu 谢谢阿努

Anu, installing CF on OpenStack is not trivial, especially if you are looking to do more than just spin up a test environment. 阿努(Anu),在OpenStack上安装CF并非易事,特别是如果您希望做的不仅仅是启动测试环境。 If you want to do this on your own, for production be sure to understand what you are doing by reading all of the documents and get a good handle on CF and service manifests, inception, BOSH deployment, etc. 如果您想自己执行此操作,则对于生产而言,请务必阅读所有文档以了解您的工作,并很好地了解CF和服务清单,启动,BOSH部署等。

If you are truly interested in going at this alone, the best place to start is with the CF docs, which will get you started: 如果您真的对仅此一项感兴趣,那么最好的起点是CF文档,它可以帮助您入门:

http://docs.cloudfoundry.org http://docs.cloudfoundry.org

Then think of deploying CF locally using BOSH lite to get a hang of what you are going to do when doing a full OpenStack deployment: 然后考虑使用BOSH lite在本地部署CF,以掌握进行完整的OpenStack部署时要做的事情:

https://github.com/cloudfoundry/bosh-lite https://github.com/cloudfoundry/bosh-lite

And finally, make use of Google Groups for any questions on BOSH, CF, manifests, etc: 最后,对BOSH,CF,清单等问题使用Google网上论坛:

https://groups.google.com/a/cloudfoundry.org/group/bosh-users/topics https://groups.google.com/a/cloudfoundry.org/group/bosh-users/topics

https://groups.google.com/a/cloudfoundry.org/group/bosh-dev/topics https://groups.google.com/a/cloudfoundry.org/group/bosh-dev/topics

https://groups.google.com/a/cloudfoundry.org/group/vcap-dev/topics https://groups.google.com/a/cloudfoundry.org/group/vcap-dev/topics

Good luck! 祝好运!

Specifically, a document that may help you is: 具体来说,可以为您提供帮助的文档是:

http://docs.cloudfoundry.org/deploying/openstack/ http://docs.cloudfoundry.org/deploying/openstack/

https://bosh.io/docs/init-openstack.html https://bosh.io/docs/init-openstack.html

You will want to install bosh cli and the cloudfoundry cli on an instance that has access to the bosh director and the api server for cloudfoundry, which will depend on the setup of your security groups in Openstack. 您将需要在可以访问bosh控制器和用于cloudfoundry的api服务器的实例上安装bosh cli和cloudfoundry cli,这将取决于Openstack中的安全组设置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM