No description
  • Dockerfile 64.2%
  • Shell 27%
  • Makefile 8.8%
Find a file
2025-09-10 18:06:05 -07:00
.gitignore Initial import from ansible/ansible. 2018-04-24 16:55:14 -07:00
azure-pipelines.yml Upgrade to containmint 0.6.0 on Python 3.13 2025-09-10 18:06:05 -07:00
Containerfile Rename Dockerfile 2025-09-10 18:06:05 -07:00
deploy.sh new upstream 4.17.2 (#15) 2023-01-25 08:46:24 -08:00
LICENSE Initial commit 2018-04-24 16:35:49 -07:00
Makefile Update Docker references 2025-09-10 18:06:05 -07:00
nginx_default.conf fixes issue #17 (#18) 2023-07-20 09:02:33 -07:00
README.md Update Docker references 2025-09-10 18:06:05 -07:00
run.sh new upstream release LTS CloudStack v4.11.2 2018-12-10 08:36:03 -08:00
supervisord.conf use new LTS CloudStack v4.11.1 (#3) 2018-08-11 08:53:10 -07:00
zones.cfg use new LTS CloudStack v4.11.1 (#3) 2018-08-11 08:53:10 -07:00

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.