Skip to content

Commit

Permalink
fix fanout switch shell login error
Browse files Browse the repository at this point in the history
shell_user (string, optional): Username for accessing the Linux shell CLI interface
  • Loading branch information
119064273 committed Nov 23, 2021
1 parent 38ddb42 commit f51ac32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/testbed-bristone2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ devices:
fanout_sonic_password: password
fanout_network_user: admin
fanout_network_password: password
fanout_shell_user: admin
fanout_shell_user: root
fanout_shell_password: password

cel-seastone2-01:
Expand Down
4 changes: 2 additions & 2 deletions ansible/testbed-brixia2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ devices:
fanout_sonic_password: password
fanout_network_user: admin
fanout_network_password: password
fanout_shell_user: admin
fanout_shell_user: root
fanout_shell_password: password

cel-brixia2-01:
Expand Down Expand Up @@ -105,7 +105,7 @@ devices:
fanout_sonic_password: password
fanout_network_user: admin
fanout_network_password: password
fanout_shell_user: admin
fanout_shell_user: root
fanout_shell_password: password

str-celb-serv-020:
Expand Down

0 comments on commit f51ac32

Please sign in to comment.