Skip to content

Commit 3999ef7

Browse files
wangxinbingwang-ms
authored andcommitted
Merged PR 3117982: Add fanout network and shell creds definition
After Github PR sonic-net#1742 is merged, we need to explicitly define the fanout credentials for accessing fanout network cli and Linux shell.
1 parent 47d0800 commit 3999ef7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ansible/group_vars/fanout/secrets.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ fanout_sonic_user: admin
66
fanout_sonic_password: password
77

88
# Credential for accessing the network cli interface
9-
fanout_network_user: netadmin
10-
fanout_network_password: netpassword
9+
fanout_network_user: admin
10+
fanout_network_password: "{{ secret_group_vars['str']['lab_admin_pass']}}"
1111

1212
# Credential for accessing the Linux shell
13-
fanout_shell_user: shelladmin
14-
fanout_shell_password: shellpassword
13+
fanout_shell_user: "{{ secret_group_vars['str']['fanout_admin_user']}}"
14+
fanout_shell_password: "{{ secret_group_vars['str']['fanout_admin_password']}}"

0 commit comments

Comments
 (0)