From 71440ebdfbce849bf05d54498049b89f88d57cf8 Mon Sep 17 00:00:00 2001 From: Anna Khmelnitsky Date: Thu, 16 Nov 2023 17:50:03 +0000 Subject: [PATCH] Some doc fixes in transport node profile Signed-off-by: Anna Khmelnitsky --- ....markdown => policy_host_transport_node.html.markdown} | 0 website/docs/r/policy_host_transport_node.html.markdown | 4 ++-- .../r/policy_host_transport_node_profile.html.markdown | 8 ++++---- website/docs/r/transport_node.html.markdown | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) rename website/docs/d/{policy_host_tranport_node.html.markdown => policy_host_transport_node.html.markdown} (100%) diff --git a/website/docs/d/policy_host_tranport_node.html.markdown b/website/docs/d/policy_host_transport_node.html.markdown similarity index 100% rename from website/docs/d/policy_host_tranport_node.html.markdown rename to website/docs/d/policy_host_transport_node.html.markdown diff --git a/website/docs/r/policy_host_transport_node.html.markdown b/website/docs/r/policy_host_transport_node.html.markdown index 3a55e714d..7fdfb4d63 100644 --- a/website/docs/r/policy_host_transport_node.html.markdown +++ b/website/docs/r/policy_host_transport_node.html.markdown @@ -98,7 +98,7 @@ The following arguments are supported: * `ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints. * `ip` - (Required) IP address. * `mac` - (Required) MAC address. - * `static_ip_pool` - (Optional) Policy path of Static IP Pool used for IP assignment specification. + * `static_ip_pool` - (Optional) Policy path of Static IP Pool used for IP assignment specification. * `is_migrate_pnics` - (Optional) Migrate any pnics which are in use. * `pnic` - (Optional) Physical NICs connected to the host switch. * `device_name` - (Required) Device name or key. @@ -120,7 +120,7 @@ The following arguments are supported: * `ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints. * `ip` - (Required) IP address. * `mac` - (Required) MAC address. - * `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool. + * `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool. * `uplink` - (Optional) Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch. * `uplink_name` - (Required) Uplink name from UplinkHostSwitch profile. * `vds_lag_name` - (Optional) Link Aggregation Group (LAG) name of Virtual Distributed Switch. diff --git a/website/docs/r/policy_host_transport_node_profile.html.markdown b/website/docs/r/policy_host_transport_node_profile.html.markdown index 7d0b184a2..592c36639 100644 --- a/website/docs/r/policy_host_transport_node_profile.html.markdown +++ b/website/docs/r/policy_host_transport_node_profile.html.markdown @@ -5,7 +5,7 @@ page_title: "NSXT: nsxt_policy_host_transport_node_profile" description: A resource to configure a Policy Host Transport Node Profile. --- -# nsxt_transport_node +# nsxt_policy_host_transport_node_profile This resource provides a method for the management of a Policy Host Transport Node Profile. This resource is supported with NSX 4.1.0 onwards. @@ -22,7 +22,7 @@ resource "nsxt_policy_host_transport_node_profile" "test" { assigned_by_dhcp = true } transport_zone_endpoint { - transport_zone = data.nsxt_transport_zone.tz1.id + transport_zone = data.nsxt_policy_transport_zone.tz1.path } host_switch_profile = [nsxt_policy_uplink_host_switch_profile.hsw_profile1.path] is_migrate_pnics = false @@ -62,7 +62,7 @@ The following arguments are supported: * `ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints. * `ip` - (Required) IP address. * `mac` - (Required) MAC address. - * `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool. + * `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool. * `is_migrate_pnics` - (Optional) Migrate any pnics which are in use. * `pnic` - (Optional) Physical NICs connected to the host switch. * `device_name` - (Required) Device name or key. @@ -84,7 +84,7 @@ The following arguments are supported: * `ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints. * `ip` - (Required) IP address. * `mac` - (Required) MAC address. - * `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool. + * `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool. * `uplink` - (Optional) Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch. * `uplink_name` - (Required) Uplink name from UplinkHostSwitch profile. * `vds_lag_name` - (Optional) Link Aggregation Group (LAG) name of Virtual Distributed Switch. diff --git a/website/docs/r/transport_node.html.markdown b/website/docs/r/transport_node.html.markdown index 44f3e6cca..17f89c164 100644 --- a/website/docs/r/transport_node.html.markdown +++ b/website/docs/r/transport_node.html.markdown @@ -89,7 +89,7 @@ The following arguments are supported: * `ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints. * `ip` - (Required) IP address. * `mac` - (Required) MAC address. - * `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool. + * `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool. Pool ID is expected here (if `nsxt_policy_ip_pool` object is referenced here, please use `realized_id` attribute) * `is_migrate_pnics` - (Optional) Migrate any pnics which are in use. * `pnic` - (Optional) Physical NICs connected to the host switch. * `device_name` - (Required) Device name or key. @@ -111,7 +111,7 @@ The following arguments are supported: * `ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints. * `ip` - (Required) IP address. * `mac` - (Required) MAC address. - * `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool. + * `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool. Pool ID is expected here (if `nsxt_policy_ip_pool` object is referenced here, please use `realized_id` attribute) * `uplink` - (Optional) Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch. * `uplink_name` - (Required) Uplink name from UplinkHostSwitch profile. * `vds_lag_name` - (Optional) Link Aggregation Group (LAG) name of Virtual Distributed Switch.