maugustosilva
maugustosilva
What is required and what is optional on the obj_attr_list is cloud-dependent. This dictionary gets populated in https://github.com/ibmcb/cbtool/blob/master/lib/operations/base_operations.py#L925, with the values that it reads from the `config/templates`. Documentation on the...
Hmmm... just making sure that you have a sane configuration. So, taking SoftLayer as an example... https://github.ibm.com/marcios/cloudbench/blob/master/configs/templates/_slr.txt... every attribute that has a value of `need_to_be_configured_by_user` (e.g. https://github.ibm.com/marcios/cloudbench/blob/master/configs/templates/_slr.txt#L7) needs to be...
Argh, my apologies, I used the links from our internal repo! Here it goes again, with the correct links: So, taking SoftLayer as an example... https://github.com/ibmcb/cbtool/blob/master/configs/templates/_slr.txt ... every attribute that...
That comes from https://github.com/deathly809/cbtool/blob/8ef87595f3ce9631e8a4d736c3d18c5607392288/configs/cloud_definitions.txt#L24 Also, make sure that the `STARTUP_CLOUD` in https://github.com/deathly809/cbtool/blob/8ef87595f3ce9631e8a4d736c3d18c5607392288/configs/cloud_definitions.txt#L20 is `MYAZS`
A mistake (from my part, when I copied from Digital Ocean).... please use "Large"....
Hello again. Thanks will add all 3 functions to the list of mandatory functions. Regarding the public vs private IPs, please let me know if this answers your question: https://github.com/ibmcb/cbtool/wiki/FAQ-S#sq6...
CBTOOL will know use whatever port in is specified on `prov_cloud_port` to ssh into the instances... an example here https://github.com/ibmcb/cbtool/blob/master/lib/clouds/libcloud_common.py#L712 Regarding the other question, here are my answers: 1) Hmmm......
any news on this?
you're right, this is a bug. Right now, we are using comma to separate between multiple "initial commands" when `cb` is invoked. I need to think of a better solution...
Hello @danboid, thanks for opening the issue. I tried to address at least the first initial questions that you had in an update version of https://github.com/ibmcb/cbtool/wiki/HOWTO:-Preparing-your-cloud-to-be-driven-by-CBTOOL. Questions left unanswered, which...