vmware-archive / ansible-role-vio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-role-vio

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.

Requirements

  • A vsphere and NSX environments for VIO.
  • Ovftool

Role Variables

  • 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

Example Playbook

- name:  VIO Deployment
  hosts: local
  connection: local
  roles:
    - vio

License

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

Author Information

VMware

About

License:Other