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 Sample Exchange beta

It dawned on me that you all may not be aware of the VMware Sample Exchange.  The sample exchange is a place where you can go to find samples shared by many different folks.  Some by VMware employees others by customers, and partners.  On the sample exchange you can share all sorts of things from sample code written in many different languages, vRO workflows, blueprints, and more.  With the ability to turn blueprints into code in vRA7 the sample exchange makes it possible to share those blueprints with others and the best part is it’s free!

I encourage all of you to participate.  The more of you that share your work the better this community will become for all.

Continue reading “VMware Sample Exchange beta”