resmo / docker-cloudstack-simulator-for-ansible

CloudStack Simulator as Docker Image

Home Page:https://hub.docker.com/r/resmo/cloudstack-sim/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obsolete

Superseded by https://github.com/ansible/cloudstack-test-container


CloudStack Simulator as Docker Image

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 resmo/cloudstack-sim .

Run

docker run --name cloudstack -d -p 8888:8888 cloudstack-sim

NOTE: 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.

Hub

https://hub.docker.com/r/resmo/cloudstack-sim/

About

CloudStack Simulator as Docker Image

https://hub.docker.com/r/resmo/cloudstack-sim/


Languages

Language:Dockerfile 80.1%Language:Shell 13.0%Language:Makefile 6.9%