简体   繁体   English

Azure VM上的Cloud Foundry

[英]Cloud Foundry On Azure VM

I've successfully installed VCAP on my ubuntu 12.04 on azure . 我在azure上的ubuntu 12.04上成功安装了VCAP。 Now I plan to access it on public . 现在我计划在公共场合访问它。

Information about it is : 有关它的信息是:

DNS : meruvian354.cloudapp.net DNS:meruvian354.cloudapp.net

HOST NAME : meruvian354 主持人姓名:meruvian354

PUBLIC VIRTUAL IP ADDRESS (VIP) : 168.62.193.163 公共虚拟IP地址(VIP):168.62.193.163

INTERNAL IP ADDRESS : 10.76.198.28 内部IP地址:10.76.198.28

My target is generate automaticaly domain "myapp".meruvian354.cloudapp.net and vcap on make it online. 我的目标是生成自动域“myapp”.meruvian354.cloudapp.net和vcap on make it online。

How do I have to set it on cloud_controller.yml ? 我如何在cloud_controller.yml上设置它? and Do I have to set configuration on 我是否必须设置配置

You need a wildcard domain pointing at the public IP address, I can see you have meruvian354.cloudapp.net registered as the api url for the cloud controller as I was able to register an account! 你需要一个指向公共IP地址的通配符域,我可以看到meruvian354.cloudapp.net注册为云控制器的api url,因为我能够注册一个帐户!

If you registered mydomain.com you would have to create a wildcarded "A" domain record for that domain and point it to the public IP address. 如果您注册了mydomain.com,则必须为该域创建通配的“A”域记录并将其指向公共IP地址。 You would then need to either create a new deployment using the -D option to specify the new domain or adjust the configuration of the current deployment using a tool like sed, see this question for another example; 然后,您需要使用-D选项创建新部署以指定新域,或者使用像sed这样的工具调整当前部署的配置,请参阅此问题以获取另一个示例;

cloudfoundry - vmc register error with external uri cloudfoundry - 外部uri的vmc注册错误

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

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