Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ansible/cloudstack-test-container
CloudStack simulator container for testing.
https://github.com/ansible/cloudstack-test-container
ansible-test docker docker-container docker-image
Last synced: about 1 month ago
JSON representation
CloudStack simulator container for testing.
- Host: GitHub
- URL: https://github.com/ansible/cloudstack-test-container
- Owner: ansible
- License: gpl-3.0
- Created: 2018-04-24T23:35:48.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T16:19:10.000Z (about 1 year ago)
- Last Synced: 2024-09-27T08:24:39.119Z (about 1 month ago)
- Topics: ansible-test, docker, docker-container, docker-image
- Language: Dockerfile
- Homepage: https://quay.io/repository/ansible/cloudstack-test-container
- Size: 26.4 KB
- Stars: 9
- Watchers: 11
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
docker build -t ansible/cloudstack-simulator .
```## Run
```bash
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.