-
Notifications
You must be signed in to change notification settings - Fork 29
How do I use this with SoftLayer? #165
Comments
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). |
@jimlindeman I suppose I assumed that SoftLayer was running Jumpgate somewhere already in some publicly-accessible spot. Is there a reason they're not? |
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. |
Ok, I see. Maybe this can be made a little more clear in the README.md or docs? Thanks! |
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 |
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!
The text was updated successfully, but these errors were encountered: