An ansible role to deploy VIO ova, deploy VIO Cluster. This role also creates the floating ip network. Addtionally this role will do a quick validation of the VIO environment by creating a demo project, create or add a demo user, deploy a heat stack into the newly created project.
The heat stack consists of networks, security groups, instances and a user_data bash script to partition and mount a cinder volume.
- A vsphere and NSX environments for VIO.
- Ovftool
- vio_ova_path - full path to the location for the VIO ova
- vio_ova - Name of the VIO ova being used
- ovf_tool_path - path to the ovftool
- name: VIO Deployment
hosts: local
connection: local
roles:
- vio
Copyright 2015 VMware, Inc. All rights reserved.
SPDX-License-Identifier: Apache-2.0 OR GPL-3.0-only
This code is Dual Licensed Apache-2.0 or GPLv3
VMware