Skip to content

Commit 71440eb

Browse files
author
Anna Khmelnitsky
committed
Some doc fixes in transport node profile
Signed-off-by: Anna Khmelnitsky <akhmelnitsky@vmware.com>
1 parent dcb04f8 commit 71440eb

4 files changed

+8
-8
lines changed

website/docs/r/policy_host_transport_node.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The following arguments are supported:
9898
* `ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints.
9999
* `ip` - (Required) IP address.
100100
* `mac` - (Required) MAC address.
101-
* `static_ip_pool` - (Optional) Policy path of Static IP Pool used for IP assignment specification.
101+
* `static_ip_pool` - (Optional) Policy path of Static IP Pool used for IP assignment specification.
102102
* `is_migrate_pnics` - (Optional) Migrate any pnics which are in use.
103103
* `pnic` - (Optional) Physical NICs connected to the host switch.
104104
* `device_name` - (Required) Device name or key.
@@ -120,7 +120,7 @@ The following arguments are supported:
120120
* `ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints.
121121
* `ip` - (Required) IP address.
122122
* `mac` - (Required) MAC address.
123-
* `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool.
123+
* `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool.
124124
* `uplink` - (Optional) Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
125125
* `uplink_name` - (Required) Uplink name from UplinkHostSwitch profile.
126126
* `vds_lag_name` - (Optional) Link Aggregation Group (LAG) name of Virtual Distributed Switch.

website/docs/r/policy_host_transport_node_profile.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page_title: "NSXT: nsxt_policy_host_transport_node_profile"
55
description: A resource to configure a Policy Host Transport Node Profile.
66
---
77

8-
# nsxt_transport_node
8+
# nsxt_policy_host_transport_node_profile
99

1010
This resource provides a method for the management of a Policy Host Transport Node Profile.
1111
This resource is supported with NSX 4.1.0 onwards.
@@ -22,7 +22,7 @@ resource "nsxt_policy_host_transport_node_profile" "test" {
2222
assigned_by_dhcp = true
2323
}
2424
transport_zone_endpoint {
25-
transport_zone = data.nsxt_transport_zone.tz1.id
25+
transport_zone = data.nsxt_policy_transport_zone.tz1.path
2626
}
2727
host_switch_profile = [nsxt_policy_uplink_host_switch_profile.hsw_profile1.path]
2828
is_migrate_pnics = false
@@ -62,7 +62,7 @@ The following arguments are supported:
6262
* `ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints.
6363
* `ip` - (Required) IP address.
6464
* `mac` - (Required) MAC address.
65-
* `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool.
65+
* `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool.
6666
* `is_migrate_pnics` - (Optional) Migrate any pnics which are in use.
6767
* `pnic` - (Optional) Physical NICs connected to the host switch.
6868
* `device_name` - (Required) Device name or key.
@@ -84,7 +84,7 @@ The following arguments are supported:
8484
* `ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints.
8585
* `ip` - (Required) IP address.
8686
* `mac` - (Required) MAC address.
87-
* `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool.
87+
* `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool.
8888
* `uplink` - (Optional) Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
8989
* `uplink_name` - (Required) Uplink name from UplinkHostSwitch profile.
9090
* `vds_lag_name` - (Optional) Link Aggregation Group (LAG) name of Virtual Distributed Switch.

website/docs/r/transport_node.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The following arguments are supported:
8989
* `ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints.
9090
* `ip` - (Required) IP address.
9191
* `mac` - (Required) MAC address.
92-
* `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool.
92+
* `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)
9393
* `is_migrate_pnics` - (Optional) Migrate any pnics which are in use.
9494
* `pnic` - (Optional) Physical NICs connected to the host switch.
9595
* `device_name` - (Required) Device name or key.
@@ -111,7 +111,7 @@ The following arguments are supported:
111111
* `ip_mac_pair` - (Required) List of IPs and MACs for transport node host switch virtual tunnel endpoints.
112112
* `ip` - (Required) IP address.
113113
* `mac` - (Required) MAC address.
114-
* `static_ip_pool` - (Optional) IP assignment specification for Static IP Pool.
114+
* `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)
115115
* `uplink` - (Optional) Uplink/LAG of VMware vSphere Distributed Switch connected to the HostSwitch.
116116
* `uplink_name` - (Required) Uplink name from UplinkHostSwitch profile.
117117
* `vds_lag_name` - (Optional) Link Aggregation Group (LAG) name of Virtual Distributed Switch.

0 commit comments

Comments
 (0)