bradh352 commented on code in PR #287:
URL: 
https://github.com/apache/cloudstack-terraform-provider/pull/287#discussion_r3039402006


##########
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:
   The only information I retained was that it returned `530 Internal Server 
Error`



-- 
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]

Reply via email to