-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreflight_checks_noRoCEv2.yml
69 lines (54 loc) · 1.27 KB
/
preflight_checks_noRoCEv2.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
56
57
58
59
60
61
62
63
64
65
prechecks:
license_check: true
check_connectivity: true
setup_ports: true
setup_layer1: true
check_link_state: true
configure_interfaces: true
arp_gateways: true
ping_mesh: true
# apply_rocev2_traffic: false
# # Set pfc_incast = false if you don't need to configure/send rocev2 traffic
# pfc_incast: false
chassis:
chassis_chain: [10.36.75.23]
primary_chassis_ip: 10.36.75.23
enable_roce_port_mode: false
# port_mode options: nrz | pam4
port_mode: pam4
# serdesType is only for chassis type: 800GE-8P-QDD-M+ROCEV2
# User must state either 53G/56G or 106G/112G
serdesType: 53G
layer1_profiles:
- name: layer1
auto_negotiate: false
ieee_defaults: false
link_speed: SPEED_400G
link_training: false
rs_fec: true
test_profiles:
- name: RoCEv2-Preflight-Checks
ethernet_mtu: 8192
tests:
- profile_name: RoCEv2-Preflight-Checks
hosts:
- name: Host0.1
address: 71.1.1.2
gateway: 71.1.1.1
prefix: 24
location: 10.36.75.23/1
- name: Host0.2
address: 71.2.1.2
gateway: 71.2.1.1
prefix: 24
location: 10.36.75.23/2
- name: Host0.3
address: 71.3.1.2
gateway: 71.3.1.1
prefix: 24
location: 10.36.75.23/3
- name: Host0.4
address: 71.4.1.2
gateway: 71.4.1.1
location: 10.36.75.23/4
prefix: 24