Re: Simulator issues

2025-06-04 Thread Wei ZHOU
IMHO, your changes is more likely an enhancement, so... main branch would be the best. Kind regards, Wei On Wednesday, June 4, 2025, Jason Hollis wrote: > Wei, > > I've found out that I can run a docker build of the simulator under the > tools directory and have tried going that path. > > I w

Re: Simulator issues

2025-06-04 Thread Jason Hollis
Wei, I've found out that I can run a docker build of the simulator under the tools directory and have tried going that path. I was able to checkout 4.19.0.0 tag, add my code changes and test it and got it to work with the simulator! My question now is what is the correct branch/tag to base my c

Re: Simulator issues

2025-06-04 Thread Wei ZHOU
Hi Jason, I think the issue is not caused by your changes. It might be caused by database settings. You may refer to simulator CI how to configure and run the simulator in a docker container https://github.com/apache/cloudstack/blob/main/.github/workflows/ci.yml Kind regards, Wei On Tue, Jun 3

Re: Simulator issues

2025-06-03 Thread Jason Hollis
Wei, This is related to this same issue/question I had here - https://lists.apache.org/thread/gtvpjgyr4gn8hf8j8fdsnvbl5f9ntwl4 I'm really having a hard time trying to understand where I need to branch from to get this fix implemented correctly in all the right places. I was trying to get the si

Re: Simulator issues

2025-06-03 Thread Wei ZHOU
Hi Jason, Can you share your changes ? 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. In the past

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