Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 689 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 689 Bytes

cloudstack-test-container

The purpose of this docker image is to run automated integration tests for the CloudStack modules in Ansible.

Setup

The docker image runs the CloudStack simulator and contains two zones for the different network setups: basic and advanced networking.

  • CloudStack Zone: Sandbox-simulator-advanced
  • Zone: Sandbox-simulator-basic

Build

docker build -t ansible/cloudstack-simulator .

Run

docker run --name cloudstack-simulator -d -p 8888:8888 ansible/cloudstack-simulator

It may take some time until the zones are deployed. The web server will respond with HTTP 503 on port 8888 unless the zones are fully deployed.