Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[testbed]: Remove connection local for port_alias module #540

Merged
merged 1 commit into from
Mar 27, 2018
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion ansible/config_sonic_basedon_testbed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@

- name: find interface name mapping and individual interface speed if defined
port_alias: hwsku="{{ hwsku }}"
connection: local

- name: find all enabled host_interfaces
set_fact:
Expand Down
1 change: 0 additions & 1 deletion ansible/roles/fanout/tasks/fanout_sonic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

- name: find interface name mapping
port_alias: hwsku="{{ device_info["HwSku"] }}"
connection: local

- name: prepare fanout switch admin login info
set_fact: ansible_user={{ fanout_sonic_user }} ansible_password={{ fanout_sonic_password }}
Expand Down