sparameswaran / nsx-t-gen

concourse pipeline to install nsx-t - DEPRECATED
Apache License 2.0
21 stars 9 forks source link

add tag for TZ (overlay) #8

Closed guillierf closed 6 years ago

guillierf commented 6 years ago

in the param file, we cannot specify tags for TZ (the overlay one)

this is needed for PKS

guillierf commented 6 years ago

This is all the tags we need for PKS:

T0 Router: {'ncp/shared_resource' : true} Overlay Transport Zone: {'ncp/shared_resource' : true} NAT IP Block: {'ncp/shared_resource' : true} Floating/External IP Pool - {'ncp/shared_resource' : true} and {'ncp/external' : true}

in the sample param files, I notices some default tags are not correctly set

sparameswaran commented 6 years ago

Added support for tags in the sample params as mentioned.