From a52279f4c5d574133a436388b9d693791a43d513 Mon Sep 17 00:00:00 2001 From: Rohit Thakur Date: Thu, 12 Aug 2021 21:45:46 +0530 Subject: [PATCH 1/2] junos inventory file added Signed-off-by: Rohit Thakur --- tests/integration/inventories/junos.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/integration/inventories/junos.yaml diff --git a/tests/integration/inventories/junos.yaml b/tests/integration/inventories/junos.yaml new file mode 100644 index 0000000..e75d273 --- /dev/null +++ b/tests/integration/inventories/junos.yaml @@ -0,0 +1,19 @@ +--- +all: + hosts: + localhost: + ansible_connection: local + ansible_python_interpreter: /bin/python3.8 +appliance: + hosts: + junos: + ansible_host: junos.example.org + ansible_user: zuul + vars: + ansible_connection: ansible.netcommon.network_cli + ansible_network_os: junipernetworks.junos.junos + # NOTE(pabelanger): With stable-2.9 / stable-2.11 we need to force + # /bin/python3.8 and not discover /usr/libexec/platform-python (python3.6) + # ansible_python_interpreter: /bin/python3.8 + collection_name: junos + collection_namespace: junipernetworks From 9c8830456a546af7a33baee20f486af1558166f3 Mon Sep 17 00:00:00 2001 From: Rohit Thakur Date: Wed, 22 Sep 2021 17:44:59 +0530 Subject: [PATCH 2/2] update inventory Signed-off-by: Rohit Thakur --- tests/integration/inventories/junos.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/integration/inventories/junos.yaml b/tests/integration/inventories/junos.yaml index e75d273..edc9c3f 100644 --- a/tests/integration/inventories/junos.yaml +++ b/tests/integration/inventories/junos.yaml @@ -1,9 +1,4 @@ --- -all: - hosts: - localhost: - ansible_connection: local - ansible_python_interpreter: /bin/python3.8 appliance: hosts: junos: