Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 3.26 KB

File metadata and controls

68 lines (43 loc) · 3.26 KB

vvs

VMware Validated Solutions for VMware Cloud Foundation

Introduction

A VMware Validated Solution is a technical validated implementation that is built and tested by VMware and VMware partners to help customers resolve common business use cases. VMware Validated Solutions are operationally and cost-effective, reliable, and secure. Each solution contains a detailed design, implementation, and operational guidance.

Learn more at vmware.com/go/vvs.

This repository is a companion to the following validated solutions:

  • Private Cloud Automation for VMware Cloud Foundation
    A validated solution which enables you to implement a modern cloud automation platform that delivers self-service automation, DevOps for infrastructure, and orchestration using vRealize Automation and VMware Cloud Foundation.

    The repository provides:

    • Infrastructure-as-code examples for the solution. This includes Terraform examples for the deployment and configuration of the solution.

    • Step-by-step implementation guidance to create a sample project in vRealize Automation after deploying the solution using both the UI and infrastructure-as-code, such as PowerShell, Terraform, and Packer, where applicable.

  • Advanced Load Balancing for VMware Cloud Foundation
    A validated solution enables you to build secure, high-performing, resilient, and efficient load balancing infrastructure for applications and workloads deployed on VMware Cloud Foundation. You can leverage this solution to rapidly implement VMware NSX Advanced Load Balancer in a VMware Cloud Foundation environment to increase security, automation, and provide enterprise-grade developer-ready infrastructure for load balancing.

    The repository provides:

    • Infrastructure-as-code examples for the solution. This includes both vRealize Orchestrator workflow and Ansible playbopok examples for the deployment and configuration of the solution.

Get Started

Download the Release or Clone the Repository

Download the latest release or clone main branch for the latest updates.

Example:

git clone https://github.com/vmware-samples/validated-solutions-for-cloud-foundation.git

The directory structure of the repository.

├── LICENSE
├── NOTICE
├── README.md
├── alb
│   ├── ansible-examples
│   ├── orchestrator-examples
│   └── README.md
└── pca
    ├── docs
    ├── scripts
    ├── terraform-examples
    └── README.md

Navigate to the Companion Solution Content

Issues

We welcome you to use the GitHub Issues to report bugs or suggest enhancements.

In order to have a good experience with our community, we recommend that you read the contributing guidelines.