Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

How do I use this with SoftLayer? #165

Open
hairyhenderson opened this issue Jan 19, 2015 · 5 comments
Open

How do I use this with SoftLayer? #165

hairyhenderson opened this issue Jan 19, 2015 · 5 comments

Comments

@hairyhenderson
Copy link

Maybe I'm missing a piece of the puzzle, but is Jumpgate deployed inside SoftLayer? Is there a way, as a SoftLayer customer, that I can use the OpenStack nova command to e.g. bring up VMs?

I suppose what I'm looking for is some kind of equivalent to the openrc file that I can download from an OpenStack interface that helps set OS_AUTH_URL, OS_TENANT_ID, etc...

Or am I way off base and not understanding what this is all about?

Thanks!

@jimlindeman
Copy link
Contributor

Jumpgate sets up a REST server that imitates Openstack Keystone. So set the OS_AUTH_URL to point to the URL where you are running Jumpgate. The OS_TENANT_ID is your Softlayer account#, the OS_USERNAME is the softlayer user-name & password in the OS_PASSWORD field (might have spelling of those fields wrong).

@hairyhenderson
Copy link
Author

@jimlindeman I suppose I assumed that SoftLayer was running Jumpgate somewhere already in some publicly-accessible spot. Is there a reason they're not?

@jimlindeman
Copy link
Contributor

To do that, they would need to run it in a cluster behind a load-balancer and be able to track the health of the VMs & processes in that cluster (stuff that Netflix-OSS tries to deal with). So for now, its only intended to be run on a SoftLayer user's own local infrastructure, as I'm not aware it does https in the keystone emulation yet.

@hairyhenderson
Copy link
Author

Ok, I see. Maybe this can be made a little more clear in the README.md or docs?

Thanks!

@clstokes
Copy link

clstokes commented Apr 7, 2015

I'd also add that it would be great to see a working example in the README of using the OpenStack CLI tools with Jumpgate. As a new user to SoftLayer/OpenStack, I'm unsure of the various --bypass-url, --os-auth-url, --os-tenant-id, etc. nova CLI arguments that are needed to make this work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants