GithubHelp home page GithubHelp logo

anthonyspiteri / vmware-vcd-module Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vmarkusk/vmware-vcd-module

0.0 2.0 0.0 300 KB

initial creation of VMware vCloud Director Objects like Org, Org User and Org VDC

Home Page: https://mycloudrevolution.com/

License: MIT License

PowerShell 100.00%

vmware-vcd-module's Introduction

VMware-vCD-Module PowerShell Module

Flattr this git repo

Invoke-MyOnBoarding

About

Project Owner:

Markus Kraus @vMarkus_K

MY CLOUD-(R)EVOLUTION mycloudrevolution.com

Project WebSite:

PowerCLI vCloud Director Customer Provisioning

PowerCLI โ€“ Create vCloud Director Edge Gateway

Project Documentation:

Read the Docs - VMware-vCD-Module

Project Description:

The 'VMware-vCD-Module' PowerShell Module is focused on the initial creation of VMware vCloud Director Objects like Org, Org User, Org VDC with External Networks or Edge Gateway.

All Functions in this Module can be used as standalone Cmdlet but also the Invoke-My OnBoarding Functions to process a JSON File and create all Objects at once.

Fully tested Versions:

Powershell: v4, v5

PowerCLI: 6.5.1

VMware vCloud Director: 8.10.1

Individual functions of the Module

New-MyOrg

New-MyOrg -Name "TestOrg" -FullName "Test Org" -Description "PowerCLI Test Org"

New-MyOrgAdmin

New-MyOrgAdmin -Name "OrgAdmin" -Pasword "Anfang!!" -FullName "Org Admin" -EmailAddress "[email protected]" -PhoneNumber "0049123456789" -Org "TestOrg" -Enabled:$True

New-MyOrgVdc

New-MyOrgVdc -Name "TestVdc" -CPULimit 1000 -MEMLimit 1024 -StorageLimit 1024 -StorageProfile "Standard-DC01" -NetworkPool "NetworkPool-DC01" -ProviderVDC "Provider-VDC-DC01" -Org "TestOrg"

New-MyEdgeGateway

New-MyEdgeGateway -Name "TestEdge" -OrgVDCName "TestVDC" -OrgName "TestOrg" -ExternalNetwork "ExternalNetwork" -IPAddress "192.168.100.1" -SubnetMask "255.255.255.0" -Gateway "192.168.100.254" -IPRangeStart "192.168.100.2" -IPRangeEnd "192.168.100.3" -Verbose

New-MyOrgNetwork

New-MyOrgNetwork -Name Test -OrgVdcName "Test-OrgVDC" -OrgName "Test-Org" -EdgeName "Test-OrgEdge" -SubnetMask 255.255.255.0 -Gateway 192.168.66.1 -IPRangeStart 192.168.66.100 -IPRangeEnd 192.168.66.200

New-MyOrgNetwork

vmware-vcd-module's People

Contributors

vmarkusk avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.