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

[minigraph_facts] use minigraph on DUT #534

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
2 changes: 0 additions & 2 deletions ansible/basic_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

- name: Gathering minigraph facts about the device
minigraph_facts: host={{ inventory_hostname }}
connection: local
become: no
tags: always

- include: roles/test/tasks/interface.yml
Expand Down
2 changes: 0 additions & 2 deletions ansible/boot_onie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@

- name: Gathering minigraph facts about the device
minigraph_facts: host={{ inventory_hostname }}
connection: local
tags: always
become: no

- name: Set next boot device to ONIE
become: true
Expand Down
2 changes: 0 additions & 2 deletions ansible/swap_syncd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@

- name: Gathering minigraph facts about the device
minigraph_facts: host={{ inventory_hostname }}
connection: local
tags: always
become: no

- name: Set sonic_hwsku fact
set_fact:
Expand Down
1 change: 0 additions & 1 deletion ansible/upgrade_sonic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

- name: Gather minigraph facts for the switch {{ inventory_hostname }}
minigraph_facts: host={{ inventory_hostname }}
connection: local
tags: always

- set_fact:
Expand Down