In this blog post we are going to show how to manage composite types in vRealize Orchestrator (vRO). You can group multiple parameters as class type that are logically linked in a new type called a composite type. I am going to show how to use composite types in code snippet. Sample Composite Inputs Name Type name string size number […]
Call a Workflow from an Action
In this blog post we are going to look at how to call a workflow from an action. In some case, we want to call a workflow in an action. Getting components into the workflow or updating the action when the workflow is updated becomes a new effort. In such cases, it may make sense to call a workflow in […]
vRealize Orchestrator (vRO) Using Configuration Element Programmatically
We learned how to use the Configuration Element in my previous blog post. If you remember, it has created subfolders under the parent folder using the configuration element. In the previous article, we used the configuration element manually. Now, we will learn the configuration element in a programmable way. Let’s Start Coding 🙂 I created a configuration element that has […]
vRealize Orchestrator (vRO) Using Configuration Element Manually
In this blog post, we will learn how to manually use the configuration element in vRealize Orchestrator. The configuration element stores data, configuration or anything for workflows and actions in the vRO. For example; We can store the network configuration of the virtual machine in the configuration element. In this way, if we want to change the network configuration, simply […]
vRealize Orchestrator (vRO) Send VM Info by Email using HTML Template
In this article we will learn how to send VM information by email using HTML Template. We need to add the HTML template to the resource element tab. HTML Template I created the HTML email template and import it to the resource element tab. Create a new workflow as follows and click on the Schema tab. Workflow Schema Now let’s […]
vRealize Orchestrator (vRO) Resource Elements
Hi friends, in this article we will talk about resource elements. Resource element is a construct that allows us to use HTML, XML or TXT templates, and even images(PNG, JPG, JPEG, etc.) in a workflow. Let’s login to vRO Client. Select the Design view. Create, Update and Manage Resource Element Select Resource tab and create a new folder. I created […]
Installing and Configuring VMware vRealize Automation 7.6 Step by Step
In this article, we will see how to install and configure VMware vRealize Automation 7.6 in the case of LAB or POC with minimum deployment. Prerequisites for LAB Let’s download the vRealize Automation Appliance 7.6 OVA file from VMware’s site. Prepare the IP/Hostname for the following machines. Hostname IP Address Description vra-ad01 10.111.64.49 Active Directory and DNS Server vra-db01 10.111.64.50 […]
Installing MSSQL Server 2017 for vRealize Automation 7.6
This small article shows you the MSSQL Server 2017 installation required when installing vRealize Automation 7.6. Prerequisites for MSSQL Server 2017 Installation Download Microsoft SQL Server 2017 from the Microsoft site. Configure hostname and IP. Disable the firewall. Attach to the AD domain. Installation Let’s start MSSQL Server 2017 installation. Click on the first option. “New SQL server stand-alone installation […]
CKA Sınavını Nasıl Geçtim – Sınav Rehberi (Certified Kubernetes Administrator)
Merhaba değerli okurlarım, CKA (Certified Kubernetes Administrator) sınavını geçtikten sonra birçok platformda sınavı nasıl geçtim, nelere çalışmalıyım gibi birçok sorular aldım. Bu yazıyı yazmamdaki amaç sizlerinde CKA sınavına nasıl bir şekilde çalışmanız ve Kubernetes yönetiminin nasıl yapıldığını öğrenmenizi amaçlamaktadır. Eğer CKA sınavına girmeye hazırlanıyorsanız çevrenizden veya araştırmalarınızdan duyacağınız şeylerden birtanesi CKA’nın zor bir sınav olduğudur. Çünkü temel olarak sınavda bilginizi […]
Kubernetes LAB 09 20/20
Merhaba arkadaşlar bu laboratuvar yazımızda Kubernetes Scheduling (Zamanlama) işlemleri hakkında uygulamalı örnekler yapacağız. Eğer teori kısmında eksiklikleriniz olduğunu düşünüyorsanız bu linkte bulunan Kubernetes Scheduling yazımı okumanızı tavsiye ederim. Sistemin pod’ları sizin adııza dağıtmasına izin vermek genellikle iyi bir yol olsada, bir pod’un hangi node’da kullanılacağını belirlemek isteyebilirsiniz. Örneğin; bazı pod’lar için özel donanım gereksinimi olabilir. VIP pod’ları yeni, daha hızlı […]