API Docs need updating (Examples fail)

2024-11-26 Thread Jason Hollis
The current API Docs here do not work. The examples are showing using Python 2.7.x which has long been deprecated. https://github.com/apache/cloudstack-documentation/blob/4.18.1.0/source/developersguide/developer_guide.rst#the-cloudstack-api Thanks, Jason

Building Cloudstack Issues

2025-04-28 Thread Jason Hollis
I've been trying to get cloudstack to build with varrying results. If I do get it to build by adjusting some parameters of the mvn command it will be successful, but the file size for my cloud-server-4.19.2.0.jar will only be 3.7MB when on my Test environment Cloudstack management server it is

Re: Building Cloudstack Issues

2025-04-28 Thread Jason Hollis
lient/target/cloud-client-ui-.jar, not > server/target/cloud-server-.jar > > > > Kind regards, > Wei > > > On Mon, Apr 28, 2025 at 8:22 PM Jason Hollis > wrote: > >> Wei, >> >> Thanks for the info, however when I do remove the -Dnoredist it does >>

Re: Building Cloudstack Issues

2025-04-28 Thread Jason Hollis
u need to >> install the jars. >> please refer to https://github.com/shapeblue/cloudstack-nonoss >> >> the file /usr/share/cloudstack-management/lib/cloudstack-.jar is >> a copy of client/target/cloud-client-ui-.jar, not >> server/target/cloud-server-.jar >> >&

Where should I base my changes off of?

2025-05-27 Thread Jason Hollis
I have some code for Cloudstack that I have tested and works on 4.19.2.0 instance that I have. I would like to submit this for review and get it merged in, but not sure which branch/tag I should/should've used to do this Here is the code and I had tested by basing it off of the 4.19 branch https:

Re: Where should I base my changes off of?

2025-05-27 Thread Jason Hollis
be released. > > Best regards, > > João Jandre. > > > On 5/27/25 15:52, Jason Hollis wrote: >> I have some code for Cloudstack that I have tested and works on 4.19.2.0 >> instance that I have. I would like to submit this for review and get it >> merged in, but not

Simulator issues

2025-06-03 Thread Jason Hollis
I'm trying to setup and run simulator via maven so I can test against some code changes I have. I'd like to be able to easily test between different versions of CS. In the past I've just ran the simulator via Docker, but I need to be able to use my modified code. I've ran this after my code chan

Re: Simulator issues

2025-06-03 Thread Jason Hollis
Kind regards, > Wei > > On Tue, Jun 3, 2025 at 8:27 PM Jason Hollis > wrote: > >> I'm trying to setup and run simulator via maven so I can test against >> some code changes I have. I'd like to be able to easily test between >> different versions of CS.

Re: Simulator issues

2025-06-04 Thread Jason Hollis
> Kind regards, > Wei > > On Tue, Jun 3, 2025 at 11:24 PM Jason Hollis > wrote: > >> Wei, >> >> This is related to this same issue/question I had here - >> https://lists.apache.org/thread/gtvpjgyr4gn8hf8j8fdsnvbl5f9ntwl4 >> >> I'm r