Similar Posts
Managing VMware SDDC with Salt Stack Config
In this Blog Post I will show how you can use the VMware SDDC Salt Stack Module. I will explain how to install it. How you create a State & Pillar File, a Salt Master Taget, a Job to create a vSphere Cluster in a existing vCenter Server.
Using SaltStack Config API (RaaS)
This blog post demonstrate how to use the SaltStack Config API together with vRealize Automation 8.6 and vRealize Orchestrator 8.6. The post provide a step by step instruction, but yoou can also download the vRO package callSalt (save the file as callSalt.package) Prerequisites Short introduction The API (RaaS) refers to the application server that SaltStack…
Call Aria Automation REST API from a Aria Automation Orchestrator Workflow
In this post I show you how you can call the Aria Automation REST API from a Aria Automation Orchestrator Action. Prerequisites: Create an Action with following inputs and Return type: The Return value is a JSON string. If you want get the values of the JSON string you must convert it to an JSON…
Setup a Docker host for vRealize Automation Code Stream
This blog post explain step by step how to setup a docker host which is needed to run CI Task from Code Stream. If a CI Task started by vRealize Automation Code Stream a specified docker container will be started on the docker host for the lifetime of the Code Stream Pipeline. The Ci tasks…
Call Aria Lifecycle Manager from Aria Automation Orchestrator
In this blog post I show you how you can make an REST call to LCM via Aria Automation Orchestrator. Prerequisites Create an Action as shown below with the following Inputs and Return Type CREATE / SAVE the Action. Run and test the Action.
How install the correct Salt Version
vRA 8.6.1 comes with the wrong Salt Version to use the Day 2 Operation of the VM “Apply Salt Configuration” to install the Minion or Run a State File for example. The installed version is the 3003, but needed is the 3004. this blog post explain how to update to version 3004. Download the File…