在Azure BOSH上将应用程序推送到Cloud Foundry时出现“FAILED Error perform execution”

时间:2017-07-21 13:20:06

标签: azure cloudfoundry

我是Cloud Foundry的新手,我决定尝试一下。我使用docs https://github.com/cloudfoundry-incubator/bosh-azure-cpi-release/blob/master/docs/guidance.md

将BOSH部署到azure

一切都顺利通过。现在我正在尝试部署我的第一个应用程序而且我遇到了问题。我正在使用这个文档 https://github.com/cloudfoundry-incubator/bosh-azure-cpi-release/blob/master/docs/get-started/push-demo-app.md

我无法通过第一步:

adminCF@cf-test:~$ cat ~/settings | grep cf-ip
    "cf-ip": "104.40.216.252",

adminCF@cf-test:~$ cf login -a https://api.104.40.216.252.xip.io --skip-ssl-validation  
API endpoint: https://api.104.40.216.252.xip.io  
FAILED Error performing request: Get https://api.104.40.216.252.xip.io/v2/info: dial tcp
104.40.216.252:443: i/o timeout TIP: If you are behind a firewall and require an HTTP proxy, verify the https_proxy environment variable is correctly set. Else, check your network connection.  

adminCF@cf-test:~$ cf login -a https://api.104.40.216.252.xip.io --skip-ssl-validation 
-u admin -p ******  
API endpoint: https://api.104.40.216.252.xip.io  
FAILED Error performing request: Get https://api.104.40.216.252.xip.io/v2/info: dial tcp
104.40.216.252:443: i/o timeout TIP: If you are behind a firewall and require an HTTP proxy, verify the https_proxy environment variable is correctly set. Else, check your network connection.   

adminCF@cf-test:~$

0 个答案:

没有答案