vUptime.io - Cloud builder(s)
open-menucloseme
Home
KB cards
My K8S Book
About
githubmastodontwitterrss
  • New release of VMware vRealize Orchestrator package diff tool

    Ludovic Rivallain calendarAug 5, 2019  · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    vmware orchestrator vrealize python diff script

    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 More
  • Run script as a daemon service

    Antoine Harlaut calendarAug 20, 2018  · 1 min read  ·
    Share on: twitterfacebooklinkedincopy
    linux script service systemd

    The systemd daemon allows to manage custom services and run a script as a daemon service if it needs to be executed continuously (For instance: a REST API server). Create the unit file Create a unit file with the extension .service on the following path: /etc/systemd/system (For instance: …


    Read More
  • VMware vRealize orchestrator package diff python tool

    Ludovic Rivallain calendarFeb 28, 2018  · 1 min read  ·
    Share on: twitterfacebooklinkedincopy
    vmware orchestrator vrealize python diff script

    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. Sample of output Installation Requirements: Python 3 …


    Read More
  • Openstack - Deploy training labs

    Ludovic Rivallain calendarMar 13, 2017  · 1 min read  ·
    Share on: twitterfacebooklinkedincopy
    script openstack training helper

    I'm currently working to deploy quickly OpenStack based training lab to provide a platform for practical exercises for training sessions. According to the hosted training session, the needs may differ significantly and we need to quickly clean and recreate a "training" tenant. I have developed a quick helper …


    Read More
  • VMware - Dive into OVF properties

    Ludovic Rivallain calendarMar 6, 2017  · 5 min read  ·
    Share on: twitterfacebooklinkedincopy
    script linux vmware ovf customization

    In order to fully configure a virtual machine after a clone of OVF deployment, it may be useful to use settings from virtualization layer in the guest OS: for example to run Guest OS customization as already discussed in this blog. Today, we will focus on OVF properties. Presentation of OVF properties If you deploy …


    Read More
  • Password factory

    Ludovic Rivallain calendarJan 3, 2017  · 1 min read  ·
    Share on: twitterfacebooklinkedincopy
    script linux security bash

    A quick tip to easily generate random password from a bash command line. Add the following lines to your bashrc file: 1alias genalphanumpasswd='tr -cd '&#39;'[:alnum:]'&#39;' < /dev/urandom | fold -w30 | head -n1' 2alias genpasswd='tr -cd '&#39;'[:graph:]'&#39;' < …


    Read More
  • Make powershell a bit less ugly

    Ludovic Rivallain calendarAug 1, 2016  · 1 min read  ·
    Share on: twitterfacebooklinkedincopy
    powershell script windows

    Powershell is a very usefull tool when you have to work on a Windows operating system. It help's a lot in automation of recurring tasks and provide an easy way to extract informations in custom format. But the default powershell command window is very very... ugly... Here are some customizations I do when I need to use …


    Read More

 photo

A cloud builders blog: Virtualization, Cloud Computing, VMware, Kubernetes, Infra-as-code…

vExpert

Read More

Recent Posts

  • VMware HCX: To the MON & Back
  • Monitor Azure VMware Solution with Azure Data Explorer and Grafana
  • Azure VMware Solution integration with VMware Aria Operations for Logs Cloud service
  • Third-party firewall NVA in Azure VMware Solution NSX-T deployment
  • Mock-up Azure VMware Solution in Hub-and-Spoke topology – Part 3
  • Mock-up Azure VMware Solution in Hub-and-Spoke topology – Part 2
  • Mock-up Azure VMware Solution in Hub-and-Spoke topology – Part 1
  • Public preview – Azure VMware Solution and VMware Cloud Director Service

Categories

VMWARE 56 FRENCH 17 AZURE 13 AUTOMATION 2 OPENSTACK 2 ANSIBLE 1 BASH 1 BLOG 1 CLOUD 1 KUBERNETES 1 POWERSHELL 1 VMWARE-POWERSHELL 1

Tags

VMWARE 72 AZURE 15 AZURE-VMWARE-SOLUTION 14 VMWORLD 13 VREALIZE 12 AVS 11 VCLOUD 11 BOOKMARK 10 API 9 KUBERNETES 8 VRA 8 AUTOMATION 7 DIRECTOR 7 LINUX 7 SCRIPT 7
All Tags
AMQP1 ANSIBLE2 API9 ARC3 ARGO1 AUTHENTICATION1 AUTOMATION7 AVS11 AZURE15 AZURE-VMWARE-SOLUTION14 BASH2 BOOK1 BOOKMARK10 BOOT2 CATALOG1 CDS1 CERTIFICATE4 CHEATSHEET2 CLARITY1 CLI1 CLONE1 CLOUD1 CODEGEN2 COMMUNITY2 CONNECTOR1 CRON1 CRONTAB1 CSE1 CSS1 CURL2 CUSTOMIZATION1 CYBERDUCK1 DATABASE1 DATASTORE1 DBUSER1 DCSCOPE1 DESIGN1 DEVOPS3 DIFF2 DIRECTOR7 DUMMY1 EASYVIRT1 ENDPOINT2 ESX2 ESXI4 EVENT-DRIVEN6 EVENTHUB2 EXTENSION4 FIREWALL2 FSCK2 GIST1 GIT1 GOOGLE1 GREENIT1 HCX1 HELPER1 HTTPIE1 HUB-AND-SPOKE3 HYBRID-CLOUD3 IAAS2 JAVA1 JAVASCRIPT3 JRE1 KEYSTONE1 KEYTOOL1 KNATIVE2 KUBECTL1 KUBERNETES8 LINKED1 LINUX7 LOGS2 METRICS1 MODELMANAGER1 MODULE1 MONITORING1 NESTED2 NETWORK5 NSX-T2 NVA1 OBJECT1 OPENFAAS1 OPENSOURCE1 OPENSSL1 OPENSTACK2 ORCHESTRATOR4 OVF1 OVFTOOL1 OVH1 PASSWORD1 PLUGIN3 POSTMAN1 POWERCLI2 POWERSHELL2 PRIVILEGES1 PSC2 PUBLIC1 PYTHON4 RABBITMQ1 REST5 SCRIPT7 SCSI1 SECURITY2 SERVICE1 SII4 SNAPSHOT1 SSH2 STORAGE1 SWAGGER2 SWIFT1 SYSTEMD1 TEMPLATE1 TIMEOUT2 TIPS1 TRAINING1 TROUBLESHOOT1 TROUBLESHOOTING1 TUTORIAL1 VAMI1 VCD5 VCENTER3 VCLOUD11 VCLOUD-DIRECTOR1 VCSA2 VEBA5 VIM1 VIM-CMD2 VIRTUALBOX2 VM1 VMUG4 VMWARE72 VMWARE-CLOUD2 VMWORLD13 VMX2 VNC1 VRA8 VREALIZE12 VRO6 VSPHERE1 WINDOWS1
[A~Z][0~9]
Ludovic Rivallain and blog co-authors

Copyright 2014 –  – Ludovic Rivallain and blog co-authors. All Rights Reserved

to-top