bosh cf login on openstack


Russell Blue
 

Hi,

1- Using the cf-deployment, the virtual machines of cloud foundry on openstack IaaS were created.
2- cf CLI also installed

There is the following problem to log into the cloud foundry environment

# cf login
API endpoint> api.pcontroller
FAILED
Error performing request: Get https://api.pcontroller/v2/info: dial tcp: lookup api.pcontroller on 192.168.55.1:53: no such host
TIP: If you are behind a firewall and require an HTTP proxy, verify the https_proxy environment variable is correctly set. Else, check your

what is API endpoint? How to API endpoint set up?

Best Regards


Yitao Jiang
 

​Hello Russell

Assuming your ​domain for management is pcontroller
You need to configure the dns to resolve all *.pcontroler to  a routing layer, either by lb or directly gorouter. Try enable  this one https://github.com/cloudfoundry/cf-deployment/blob/master/operations/use-haproxy-public-network.yml 

On Tue, Jan 30, 2018 at 6:23 PM, Russell Blue via Lists.Cloudfoundry.Org <bluerussell20=yahoo.com@lists.cloudfoundry.org> wrote:

Hi,

1- Using the cf-deployment, the virtual machines of cloud foundry on openstack IaaS were created.
2- cf CLI also installed

There is the following problem to log into the cloud foundry environment

# cf login
API endpoint> api.pcontroller
FAILED
Error performing request: Get https://api.pcontroller/v2/info: dial tcp: lookup api.pcontroller on 192.168.55.1:53: no such host
TIP: If you are behind a firewall and require an HTTP proxy, verify the https_proxy environment variable is correctly set. Else, check your

what is API endpoint? How to API endpoint set up?

Best Regards






--

Regards,

Yitao


Russell Blue
 

Should I deploy "cf deploy" again with the haproxy file and build all virtual machines?

--------------------------------------------

On Wed, 1/31/18, Yitao Jiang <jiangyt.cn@...> wrote:

Subject: Re: [cf-dev] bosh cf login on openstack
To: cf-dev@...
Date: Wednesday, January 31, 2018, 9:01 AM

​Hello Russell
Assuming your ​domain
for management is pcontrollerYou need to configure the dns to
resolve all *.pcontroler to  a routing layer, either by lb
or directly gorouter. Try enable  this one https://github.com/cloudfoundry/cf-deployment/blob/master/operations/use-haproxy-public-network.yml 
On Tue, Jan 30, 2018 at
6:23 PM, Russell Blue via Lists.Cloudfoundry.Org
<bluerussell20=yahoo.com@
lists.cloudfoundry.org> wrote:
Hi,



1- Using the cf-deployment, the virtual machines of cloud
foundry on openstack IaaS were created.

2- cf CLI also installed



There is the following problem to log into the cloud foundry
environment



# cf login

API endpoint> api.pcontroller

FAILED

Error performing request: Get https://api.pcontroller/v2/inf
o: dial tcp: lookup api.pcontroller on 192.168.55.1:53: no such
host

TIP: If you are behind a firewall and require an HTTP proxy,
verify the https_proxy environment variable is correctly
set. Else, check your



what is API endpoint? How to API endpoint set up?



Best Regards










--

Regards,
Yitao


Russell Blue
 

Hi,

I deployed octavia load balancer on openstack and created Cloud Foundry vms.  How to configure the dns to resolve all *.pcontroler to  a routing layer? I dont have dns server.

when I 'cf login' get error:

 cf login --skip-ssl-validation

API endpoint> api.pcontroller   
FAILED
Error performing request: Get https://api.pcontoller/v2/info: dial tcp: lookup api.pcontoller on 192.168.55.1:53: no such host
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.


On Tue, Jan 30, 2018 at 09:31 pm, Yitao Jiang wrote:
ssuming your ​domain for management is pcontroller
You need to configure the dns to resolve all *.pcontrole