Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nimmis/docker-vcsim

vCenter and ESi API based simulator
https://github.com/nimmis/docker-vcsim

esxi-api esxi-server simulator vcenter-server

Last synced: 2 months ago
JSON representation

vCenter and ESi API based simulator

Awesome Lists containing this project

README

        

# vCenter and ESi API based simulator

This package implements a vSphere Web Services (SOAP) SDK endpoint intended for testing consumers of the API.
While the package is written in the Go language, it can be used by any language that can talk to the vSphere API.

## Starting the simulator

The simulator can simulate either a vCenter server or an ESXi server, starting it with default values
assumes vCenter server.

### Run simulator as a vCenter server

Start it with default settings as a vCenter server

docker run -d -p 443:443 nimmis/vcsim

or

docker run -d -p 443:443 nimmis/vcsim -vcenter

### Run simulator as a ESXi server

Start it with default settings as a ESXi server

docker run -d -p 443:443 nimmis/vcsim -esxi