New release of VMware vRealize Orchestrator package diff tool
About a year ago, I published a small tool to compare two VMware vRealize Orchestrator packages file: vRO Package Diff. Initial version was a simple python script accepting 2 files as arguments and without any input controls.
Today, I publish a v2 of the tool with the following changes:
vro-package-diff
is now a Pypi …
Read MoreExtending VMware vCloud Director functionalities
This post is the English translation of the one published on blog.groupe-sii.com to present a new kind of development activities in SII Group: the extension of the VMware vCloud Director portal.
The post will explain the concept that enables the extension of this VMware product to add new functionalities to the native …
Read MoreOn some editor's Linux based appliance(s), there is not telnet binary installed. To test TCP netwotk flows, it's possible to use python's socket module with a short script:
1#!/usr/bin/python 2 3import socket 4import sys 5 6if len(sys.argv) != 3: 7 print("usage: telnet.py IPADDRESS PORT") 8 exit(- …
Read MoreVMware vRealize orchestrator package diff python tool
I have recently published a draft tool to provide a table-formated diff of two vRealize Orchestrator packages.
Project is available on GitHub project and will evolve in futur to support more package item's types and to provide better information about differences.
Installation …
Read More