Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/doc/README.testbed.VsSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ from the ```sonic-mgmt``` container. Then, test you can sudo without password pr
```
$ ./testbed-cli.sh -m veos.vtb -n 4 start-vms server_1 password.txt
```
- please note: Here "password.txt" is the ansible vault password file name/path. Ansible allows user use ansible vault to encrypt password files. By default, this shell script require a password file. If you are not using ansible vault, just create an empty file and pass the filename to the command line. The file name and location is created and maintained by user.
- please note: Here "password.txt" is the ansible vault password file name/path. Ansible allows user use ansible vault to encrypt password files. By default, this shell script require a password file. If you are not using ansible vault, just create a file with a dummy pasword and pass the filename to the command line. The file name and location is created and maintained by user.

Check that all VMs are up and running, and the passwd is ```123456```
```
Expand Down