Skip to content
Pascal van de Bor edited this page Sep 5, 2017 · 4 revisions

Welcome to the NSXHorizonJumpstart wiki!

Starting point

This project is based on the Horizon Service Installer VMware Fling https://labs.vmware.com/flings/horizon-service-installer-for-nsx#requirements

This project contains an edited services template file: Horizon7_service.yml where Horizon services and common infrastructures Firewall rules, service groups and security groups are defined and added. I am working on this file so it should be updated regularly

General rule of thumb for the configuration

Last rule in the set is a "Deny any/any rule"
Source or Destination "any" should never be used with the exception of the "Deny any/any rule"
Rules utilize "Security Groups", Security Groups are setup with Entity members Tags, IP Sets or LDAP groups for example

PowerNSX

We are working on a PowerCLI/PowerNSX script that parses through the yml file and processes the changes in NSX.

Input

Service Installer fling as the PowerNSX script takes the Horizon_Service7.yml file as input. I will try to keep compatibility with the service installer fling as long as posible for those we are familiar with the fling. There is a separate page that will describe the input file more

Clone this wiki locally