Platypus Project Update

platypusOver the weekend Roman, Grant, John and I released a significant update to the platypus project, which is essentially a very simple and elegant way to provide a Swagger based documentation of several VMware Products.  This project started out by providing a quick way to consume the vRealize Automation 7 API, but it has grown a healthy set of legs.

One of the goals of the project was to take publicly available specifications and make them consumable and adaptable by the larger community.

So,  what’s new? Everything.

  • Flexibility: When you run the docker container, there is the option to provide variables for Product Name and Product Version.
  • Product Support: The updated platypus project now includes vRealize Operations 6.2,  vRealize Orchestrator 7.0, and NSX 6.2.
  • Host Config: The host variable now provides the ability to input the hostname of an instance of the VMware Product in question (preferably a test/dev instance) and issue the REST API calls.

To get your hands dirty with the NSX version of Platypus, just issue the following command:

docker run –name platypus –rm -p 80:8080 -e PRODUCT=”nsx” -e VERSION=”6.2″ vmware/platypus

Interested in checking the platypus project out? Find out more at https://github.com/vmware/platypus.  If you are interested in contributing to the project, simply issue a PR.

Please leave your feedback or comments below, I’d love to hear from you.

cloudcanuck.ca / twitter / facebook

VMware vRealize Automation – vRA7 and vRB7 – Automate Cost Calculations

There’s a known issue when you have both vRealize Automation and vRealize Business 7.x integrated when you have a newly created blueprint to deploy it may fail with an error “Cannot calculate cost. Contact your system administrator to review the vRA appliance logs.”  Typically this means vRB hasn’t run a cost calculation on the new blueprint to determine the cost of the blueprint.  You either have to wait up to 12 hours for the cost collection to run or you can manually force a collection by triggering a vRA Data Collection and a Cost Calculation as shown below.

Continue reading “VMware vRealize Automation – vRA7 and vRB7 – Automate Cost Calculations”

vSphere 6 Update 2 finally brings a full web client

I haven’t worked closely with vSphere much as most of my automation work has been 100% focused on not caring about what the infrastructure underneath actually looks like. It is however deeply ingrained in me based on my many years working for a global manufacturer who standardized on vSphere. I still fully remember every moment of managing hundreds of vSphere hosts and multiple vCenters across the globe! I can tell you without question if any communication with vCenter was lost then it was all about trying to manage that host.

Continue reading “vSphere 6 Update 2 finally brings a full web client”

VMware vRealize Automation – vRA7 – Infrastructure as Code (IaC)

vRA has a great UI for provisioning VM’s, but with developers needing infrastructure on demand and wanting to have the ability for continuous integration.  With the new and updated vRA API’s you can now easily code your own deployment scripts or recipes and integrate with your own run books and still get the the governance and lifecycle management that vRA has to offer. Continue reading “VMware vRealize Automation – vRA7 – Infrastructure as Code (IaC)”