bhouse-nexthop commented on code in PR #287: URL: https://github.com/apache/cloudstack-terraform-provider/pull/287#discussion_r3039172346
########## README.md: ########## @@ -123,37 +123,51 @@ make test In order to run the full suite of Acceptance tests you will need to run the CloudStack Simulator. Please follow these steps to prepare an environment for running the Acceptance tests: +### Step 1: Start the CloudStack Simulator + ```sh -docker pull apache/cloudstack-simulator +# Pull the simulator image (recommended versions: 4.20.2.0 or 4.23.0.0-SNAPSHOT) +docker pull apache/cloudstack-simulator:4.20.2.0 -or pull it with a particular build tag +# Start the simulator container +docker run --name simulator -p 8080:5050 -d apache/cloudstack-simulator:4.20.2.0 +``` -docker pull apache/cloudstack-simulator:4.20.1.0 +**Note:** Version 4.22.0.0 has a known bug with updating load balancer rules. CI currently tests against this version, but for local testing we recommend using 4.20.2.0 or 4.23.0.0-SNAPSHOT to avoid this issue. Review Comment: I couldn't find one. I verified neither 4.20.2 nor 4.23.0.0-SNAPSHOT had the issue, so it was clearly resolved at some point. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
