Open jobmiller opened 8 years ago
I'm pretty sure this gem isn't designed for dbaas
. Can you connect to the Compute URI?
I wasn't trying to do anything with DBaaS. That is the compute API URL.
It is fetching everything and getting confused.
937-657-7062
On May 27, 2016, at 6:31 PM, JJ Asghar notifications@github.com wrote:
I'm pretty sure this gem isn't designed for dbaas. Can you connect to the Compute URI?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
To clarify, the domain And API endpoint has all types of iaas and paas services available to it.
There are instances of iaas and DBaaS all visible via that endpoint.
937-657-7062
On May 27, 2016, at 6:31 PM, JJ Asghar notifications@github.com wrote:
I'm pretty sure this gem isn't designed for dbaas. Can you connect to the Compute URI?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Hi,
Any updates on that issue? I did replicated it, as said the DBaaS does rely on compute, so it's visible from the compute standpoint.
There are problems with both orchestration list and server list.
[opc@dd6e7a .ssh]$ knife oraclecloud server list ERROR: OracleCloud::Exception::HTTPNotFound: Instance "/Compute-metcsgse00082/cloud.admin/dbaas /THEDON" does not exist.
[opc@dd6e7a .ssh]$ knife oraclecloud orchestration list ERROR: OracleCloud::Exception::HTTPNotFound: Orchestration "/Compute-metcsgse00082/cloud.admin/ dbaas" not found
I haven't looked at the code, but I'm guessing it is getting an instance list and iterating through. For example /THEDON is a DB CS VM. So something about the list worked, because it retrieved that, and tried to fetch additional details at the wrong endpoint?
There is another guy from Oracle working on a knife plug-in as well