-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for IBM Softlayer #186
Comments
Is there any documentation which can help in, how can we plugin different cloud offerings? This can be a generic solution for running it against any solution for IaaS. |
@kuldeepJS - Check out the static machine machine config instructions in the README.md This would allow any already provisioned machine to work. The ask however is to use the Soflayer CLI. Marking as a feature ask. |
Hi voellm, I have the same above requirement, I want to use for Oracle VMs and I followed the instructions mentioned in the above you mentioned link, but its still trying the commands which are related google cloud. [root@xxx PerfKitBenchmarker-0.17.0]# cat temp.json |
It looks like you are setting --machine_type which you dont want to do Here you want to set "--os_type=rhel" not "--machine_type=rhel" Please let me know if this work properly so I can close the issue. On Mon, Jul 13, 2015 at 9:25 AM, srinivaslpalli [email protected]
Anthony F. Voellm (aka Tony) |
FYI the community+google have recently added DigitalOcean, RackSpace, and Openstack as Cloud providers. No Softlayer yet but we would be happy to work with IBM or the community to get it added. |
We have was over 10 providers in PKB. Know of anyone at Softlayer that can take this on? |
We would be interested in contributing code to support SoftLayer. Two things though... Can you give us a pointer to the CCLA we need to sign (I assume it probably is https://cla.developers.google.com/about/google-corporate?csw=1)? Is there a separate channel over which we can discuss contributions, requirements, time frame, etc? |
There's a guide for adding a provider in the wiki here: https://github.com/GoogleCloudPlatform/PerfKitBenchmarker/wiki/Adding-a-new-cloud-provider That seems to be the right CLA. If you need to setup a meeting or contact someone outside of Github, you can contact me ( |
+1 |
It would be good to have support and instructions for running this against the IBM SoftLayer (http://www.softlayer.com/) IaaS.
The text was updated successfully, but these errors were encountered: