You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use overlay minigraph instead of underlay
Add minigraph files
Fix the issue that an empty LLDP fact will not cause test failure
Enable the verification on LLDP neighbor
Copy file name to clipboardExpand all lines: ansible/README.testbed.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -260,22 +260,23 @@ sent to the vlan interface. It allows us to inject packets from the PTF host to
260
260
### Deploy testbed with one VM set
261
261
1. clone sonic-mgmt repo to local directory
262
262
2. Edit 'ansible/veos' file. Put ip address of your server after 'ansible_host='
263
-
3. Edit 'ansible/group_vars/vm_host'. Put your credentials to reach the server
264
-
4. Check, that you can reach the server by running command 'ansible -i veos -m ping vm_host_1' from ansible directory. The output should contain 'pong'
265
-
5. Edit 'ansible/group_vars/vm_host/main.yml'.
263
+
3. Edit 'ansible/group_vars/eos/eos.yml' file. Put your internal snmp community string after 'snmp_rocommunity:'.
264
+
4. Edit 'ansible/group_vars/vm_host'. Put your credentials to reach the server
265
+
5. Check, that you can reach the server by running command 'ansible -i veos -m ping vm_host_1' from ansible directory. The output should contain 'pong'
266
+
6. Edit 'ansible/group_vars/vm_host/main.yml'.
266
267
* 'root_path': path where VMs virtual disks resides
267
268
* 'vm_images_url': URL where VM images could be downloaded
268
269
* 'cd_image_filename': filename of cd image of veos
269
270
* 'hdd_image_filename': filename of hdd image of veos
270
271
* 'http_proxy': your http_proxy
271
272
* 'http_proxy': your https_proxy
272
-
6. Edit 'ansible/host_vars/STR-ACS-SERV-01.yml'. It contains settings for STR-ACS-SERV-01. STR-ACS-SERV-02 contains similar settings which are applied to STR-ACS-SERV-02
273
+
7. Edit 'ansible/host_vars/STR-ACS-SERV-01.yml'. It contains settings for STR-ACS-SERV-01. STR-ACS-SERV-02 contains similar settings which are applied to STR-ACS-SERV-02
273
274
* 'mgmt_gw': ip address of gateway for management interfaces of VM. See 3.2
274
275
* 'vm_X_enabled': true, if you want to run X vm set
275
276
* 'vm_X_vlan_base': vlan number which is used for connection to first port of DUT.
276
277
* 'vlans': list of vlan offsets for the VM FP ports. For example: if vlans equal to "5,6" it means that the VM frontpanel port 0 will be connected to vlan {{ vm_X_vlan_base + 5 - 1 }} and VM frontpanel port 1 will be connected to vlan {{ vm_X_vlan_base + 6 - 1 }}
277
-
7. Edit 'ansible/minigraph/*.xml' files. You need to adjust following xml nodes to settings of your network:
278
+
8. Edit 'ansible/minigraph/*.xml' files. You need to adjust following xml nodes to settings of your network:
0 commit comments