OOBM nestedcloudstack #11949
-
|
What is this for? Can I use it for nested Cloudstack env that I use for testing? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
|
yes you should (your milage may vary) |
Beta Was this translation helpful? Give feedback.
-
|
@returntrip , I managed to test this today based on @DaanHoogland recommendation and here is how you make nested cloudstack plugin to work
2025-11-04 06:40:01,846 ERROR [o.a.c.o.d.n.NestedCloudStackOutOfBandManagementDriver] (pool-2-thread-38:[ctx-58d91513]) (logid:) Nested CloudStack oobm plugin failed due to API error: Status code [401], with response [{"listvirtualmachinesresponse":{"uuidList":[],"errorcode":401,"errortext":"unable to verify user credentials and/or request signature"}}] for request [http://x.x.x.x:8080/client/api?apiKey=admin&command=listVirtualMachines&forced=true&id=c4783e16-7898-475e-a073-d8ff6257e5a6&response=json&signature=FNBGA8uZs2rb5zQdNehfSdgpUtY%3D]
at br.com.autonomiccs.apacheCloudStack.client.ApacheCloudStackClient.executeRequestGetResponseAsString(ApacheCloudStackClient.java:186)
at br.com.autonomiccs.apacheCloudStack.client.ApacheCloudStackClient.executeRequest(ApacheCloudStackClient.java:166)
at org.apache.cloudstack.outofbandmanagement.driver.nestedcloudstack.NestedCloudStackOutOfBandManagementDriver.execute(NestedCloudStackOutOfBandManagementDriver.java:129)
at org.apache.cloudstack.outofbandmanagement.driver.nestedcloudstack.NestedCloudStackOutOfBandManagementDriver.execute(NestedCloudStackOutOfBandManagementDriver.java:45)
at org.apache.cloudstack.outofbandmanagement.OutOfBandManagementServiceImpl.executePowerOperation(OutOfBandManagementServiceImpl.java:422)
at org.apache.cloudstack.outofbandmanagement.PowerOperationTask.run(PowerOperationTask.java:51)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840) |
Beta Was this translation helpful? Give feedback.
-
|
Thanks folks. This solution works nicely! |
Beta Was this translation helpful? Give feedback.
-
|
very good @TadiosAbebe just a comment: if you use ubuntu 24 or debian 12, some changes are needed, refer to |
Beta Was this translation helpful? Give feedback.
@returntrip , I managed to test this today based on @DaanHoogland recommendation and here is how you make nested cloudstack plugin to work