Skip to content

EntraptaJ/vSphere-Networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2de6dc7 · Feb 13, 2020

History

10 Commits
Feb 13, 2020
Feb 13, 2020
Feb 13, 2020
Feb 13, 2020
Feb 13, 2020
Sep 23, 2019
Feb 13, 2020
Feb 13, 2020
Feb 13, 2020
Feb 13, 2020
Feb 13, 2020
Sep 23, 2019

Repository files navigation

vSphere Networks

Usage

Environment Variables

Variable Description
URL vCenter URL
USERNAME vCenter Username
PASSWORD vCenter Password

Networks.json

Networks.json is a json file containing the networks to be created on the host For an example see networks.json

Running

With your networks.json file in the directory run the following command with the correct credentials

docker run -it -e URL=vcsa.example.com  -e USERNAME=Administrator@vsphere.local  -e PASSWORD=password -v $PWD/networks.json:/app/networks.json  docker.pkg.github.com/kristianfjones/vsphere-networks/vcenter-network:latest

About

vCenter Network creation docker script

Resources

Stars

Watchers

Forks

Releases

No releases published