BOSH-Lite New install: Failure setting SPI endpoint


admin@...
 

Hello,

I'm attempting my maiden voyage with CF, deploying to my MBP. I've been following these guides:

https://github.com/cloudfoundry/bosh-lite and then http://docs.cloudfoundry.org/deploying/boshlite/deploy_cf_boshlite.html

I followed along just swimmingly until it came time to "Verify the Deployment" in that second link.

$ cf api --skip-ssl-validation https://api.10.244.0.34.xip.io
Setting api endpoint to https://api.10.244.0.34.xip.io...
FAILED
Server error, status code: 404, error code: 0, message:

I'm new to CF architecture so I'm not sure if this is a BOSH issue or not. I'm also not yet up to speed on the various endpoints and routes that get created. If I attempt to browse directly to https://api.10.244.0.34.xip.io I see:

"404 Not Found: Requested route ('api.10.244.0.34.xip.io') does not exist."

Like I mentioned, I'm sort of flying blind right now, trying to learn CF, and I don't understand the components and architecture enough yet to even diagnose.

Any tips?


Matthew Sykes <matthew.sykes@...>
 

One of the teams was having trouble with xip.io so they registered
bosh-lite.com and changed the bosh templates to use that as the system
domain.

Unfortunately, xip.io has been used for so long that there are tons of
stale references to it in scripts, READMEs, docs, blogs, etc.

All you have to do is use bosh-lite.com instead of 10.244.0.34.xip.io:

cf api --skip-ssl-validation https://api.bosh-lite.com

On Sun, Oct 4, 2015 at 7:21 AM, Joseph Biron <admin(a)josephbiron.com> wrote:

Hello,

I'm attempting my maiden voyage with CF, deploying to my MBP. I've been
following these guides:

https://github.com/cloudfoundry/bosh-lite and then
http://docs.cloudfoundry.org/deploying/boshlite/deploy_cf_boshlite.html

I followed along just swimmingly until it came time to "Verify the
Deployment" in that second link.

$ cf api --skip-ssl-validation https://api.10.244.0.34.xip.io
Setting api endpoint to https://api.10.244.0.34.xip.io...
FAILED
Server error, status code: 404, error code: 0, message:

I'm new to CF architecture so I'm not sure if this is a BOSH issue or not.
I'm also not yet up to speed on the various endpoints and routes that get
created. If I attempt to browse directly to https://api.10.244.0.34.xip.io
I see:

"404 Not Found: Requested route ('api.10.244.0.34.xip.io') does not
exist."

Like I mentioned, I'm sort of flying blind right now, trying to learn CF,
and I don't understand the components and architecture enough yet to even
diagnose.

Any tips?



--
Matthew Sykes
matthew.sykes(a)gmail.com