项目作者: nimmis

项目描述 :
vCenter and ESi API based simulator
高级语言: Shell
项目地址: git://github.com/nimmis/docker-vcsim.git
创建时间: 2017-11-07T11:52:34Z
项目社区:https://github.com/nimmis/docker-vcsim

开源协议:

下载


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

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

or

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

Run simulator as a ESXi server

Start it with default settings as a ESXi server

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