Skip to content

Commit 87202c1

Browse files
authored
[minigraph_facts] use minigraph on DUT (#534)
1 parent 6c7b44c commit 87202c1

4 files changed

Lines changed: 0 additions & 7 deletions

File tree

ansible/basic_check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
- name: Gathering minigraph facts about the device
2424
minigraph_facts: host={{ inventory_hostname }}
25-
connection: local
26-
become: no
2725
tags: always
2826

2927
- include: roles/test/tasks/interface.yml

ansible/boot_onie.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88

99
- name: Gathering minigraph facts about the device
1010
minigraph_facts: host={{ inventory_hostname }}
11-
connection: local
1211
tags: always
13-
become: no
1412

1513
- name: Set next boot device to ONIE
1614
become: true

ansible/swap_syncd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111

1212
- name: Gathering minigraph facts about the device
1313
minigraph_facts: host={{ inventory_hostname }}
14-
connection: local
1514
tags: always
16-
become: no
1715

1816
- name: Set sonic_hwsku fact
1917
set_fact:

ansible/upgrade_sonic.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
- name: Gather minigraph facts for the switch {{ inventory_hostname }}
1313
minigraph_facts: host={{ inventory_hostname }}
14-
connection: local
1514
tags: always
1615

1716
- set_fact:

0 commit comments

Comments
 (0)