From 1fc00528af6dc2c448f69ad072942e58ad7b15a2 Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Wed, 6 Feb 2019 09:52:08 +0000 Subject: [PATCH] minor update VS testbed step doc Signed-off-by: Guohan Lu --- ansible/doc/README.testbed.VsSetup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/doc/README.testbed.VsSetup.md b/ansible/doc/README.testbed.VsSetup.md index 041e52ecbff..71899b6e934 100644 --- a/ansible/doc/README.testbed.VsSetup.md +++ b/ansible/doc/README.testbed.VsSetup.md @@ -123,9 +123,9 @@ $ ./testbed-cli.sh -m veos.vtb 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. -Check that all VMs are up and running: +Check that all VMs are up and running, and the passwd is ```123456``` ``` -$ ansible -m ping -i veos.vtb server_1 +$ ansible -m ping -i veos.vtb server_1 -u root -k VM0102 | SUCCESS => { "changed": false, "ping": "pong"