mirror of
https://github.com/ansible/cloudstack-test-container
synced 2026-04-05 19:23:43 +00:00
No description
- Dockerfile 64.2%
- Shell 27%
- Makefile 8.8%
| .gitignore | ||
| azure-pipelines.yml | ||
| Containerfile | ||
| deploy.sh | ||
| LICENSE | ||
| Makefile | ||
| nginx_default.conf | ||
| README.md | ||
| run.sh | ||
| supervisord.conf | ||
| zones.cfg | ||
cloudstack-test-container
The purpose of this container image is to run automated integration tests for the CloudStack modules in Ansible.
Setup
This container 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
podman build -t ansible/cloudstack-simulator .
Run
podman 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.