Book Image

Intelligent Automation with VMware

By : Ajit Pratap Kundan
Book Image

Intelligent Automation with VMware

By: Ajit Pratap Kundan

Overview of this book

This book presents an introductory perspective on how machine learning plays an important role in a VMware environment. It offers a basic understanding of how to leverage machine learning primitives, along with a deeper look into integration with the VMware tools used for automation today. This book begins by highlighting how VMware addresses business issues related to its workforce, customers, and partners with emerging technologies such as machine learning to create new, intelligence-driven, end user experiences. You will learn how to apply machine learning techniques incorporated in VMware solutions for data center operations. You will go through management toolsets with a focus on machine learning techniques. At the end of the book, you will learn how the new vSphere Scale-Out edition can be used to ensure that HPC, big data performance, and other requirements can be met (either through development or by fine-tuning guidelines) with mainstream products.
Table of Contents (20 chapters)
Title Page
About Packt
Contributors
Preface
Index

Pulse IoT Center infrastructure management blueprint


The OVA is basically a vApp that contains three virtual machines (VMs) that run the Ubuntu server. The VMs are named, by default, as follows:

  • mqttbroker: This has the EMQTT broker from http://emqtt.io installed
  • iceapi: This has the VWware Pulse IoT API and PostgreSQL pre-installed
  • iceconsole: This has VMware Pulse IoT Console with all dependencies

During deployment, the OVAs will need some application-specific properties to help initialize itself. These properties are basically used to configure the applications in each of the VMs. 

Deploying and configuring the OVA

The OVA can be deployed through vSphere using the Deploy OVF Template from the vSphere UI or using the OVF Tool from the command line. Before powering on the VM for the first time, make sure that Guest OS Customization is enabled for the host to inject the right system and network settings for each of the guest OSes.

 

 

The Guest OS Customization Wizard is shown here:

The deployment...