forked from vmware/ansible-for-nsxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
answerfile_attach_tnp_to_cluster.yml
55 lines (49 loc) · 1.32 KB
/
answerfile_attach_tnp_to_cluster.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Copyright 2018 VMware, Inc.
# SPDX-License-Identifier: BSD-2-Clause OR GPL-3.0-only
---
hostname: "10.161.157.200"
username: "admin"
password: "Admin!23Admin"
validate_certs: False
ip_pools:
- display_name: IPPool-IPV4-1
subnets:
- allocation_ranges:
- start: "10.112.201.28"
end: "10.112.201.35"
cidr: "10.112.201.0/24"
transportzones:
- display_name: "TZ1"
transport_type: "OVERLAY"
host_switch_name: "hostswitch1"
uplink_profiles:
- display_name: uplinkProfile1
teaming:
active_list:
- uplink_name: "uplink-1"
uplink_type: PNIC
policy: FAILOVER_ORDER
transport_vlan: 0
transport_node_profiles:
- display_name: TNP1
host_switches:
- host_switch_profiles:
- name: uplinkProfile1
type: UplinkHostSwitchProfile
host_switch_name: hostswitch1
pnics:
- device_name: vmnic1
uplink_name: "uplink-1"
ip_assignment_spec:
resource_type: StaticIpPoolSpec
ip_pool_name: "IPPool-IPV4-1"
transport_zone_endpoints:
- transport_zone_name: "TZ1"
compute_managers:
- display_name: "VC1"
server: "10.161.129.87"
origin_type: vCenter
credential_type: UsernamePasswordLoginCredential
username: "[email protected]"
password: "Admin!23"
thumbprint: "46:1E:31:DD:0B:37:4C:F0:91:5B:49:A1:A1:94:B5:DF:82:93:90:52:D9:68:0F:86:C8:CA:6C:34:CB:82:D7:D5"