From 86de0d850b6fbe6f83f5aec1b21cc5fec6748f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Fri, 11 Oct 2019 16:15:03 +0200 Subject: [PATCH] Updating the initializer platform examples rpc client was removed from netbox --- initializers/platforms.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/initializers/platforms.yml b/initializers/platforms.yml index bc9926a..732dbeb 100644 --- a/initializers/platforms.yml +++ b/initializers/platforms.yml @@ -1,19 +1,15 @@ -# # Allowed rpc clients are: juniper-junos, cisco-ios, opengear # - name: Platform 1 # slug: platform-1 # manufacturer: Manufacturer 1 # napalm_driver: driver1 # napalm_args: "{'arg1': 'value1', 'arg2': 'value2'}" -# rpc_client: juniper-junos # - name: Platform 2 # slug: platform-2 # manufacturer: Manufacturer 2 # napalm_driver: driver2 # napalm_args: "{'arg1': 'value1', 'arg2': 'value2'}" -# rpc_client: opengear # - name: Platform 3 # slug: platform-3 # manufacturer: NoName # napalm_driver: driver3 # napalm_args: "{'arg1': 'value1', 'arg2': 'value2'}" -# rpc_client: juniper-junos