From 3786a02f8976fa80a9c2b71ef9955fc009258cdc Mon Sep 17 00:00:00 2001
From: jimenezquesa <manuel.jimenez@eviden.com>
Date: Thu, 10 Apr 2025 11:02:45 +0200
Subject: [PATCH] Remove ztp_device.yang

---
 src/ztp/src/ztp-agent/ztp_device.yang | 46 ---------------------------
 1 file changed, 46 deletions(-)
 delete mode 100644 src/ztp/src/ztp-agent/ztp_device.yang

diff --git a/src/ztp/src/ztp-agent/ztp_device.yang b/src/ztp/src/ztp-agent/ztp_device.yang
deleted file mode 100644
index f506d6413..000000000
--- a/src/ztp/src/ztp-agent/ztp_device.yang
+++ /dev/null
@@ -1,46 +0,0 @@
-module ztp_device {
-
-    yang-version "1";
-
-    namespace "urn:ztp_nos";
-    prefix "ztp_nos";
-    organization "EVIDEN";
-    contact "jose.carcel@eviden.com";
-    description "Basic example of data model for modelling NOS ZTP Device";
-
-    revision "2023-08-03" {
-        description "Basic example of data model for modelling NOS ZTP Device";
-        reference "";
-    }
-
-    grouping config{
-        leaf ztp_device_sw_url{
-            type string;
-        }
-        leaf config_script_url{
-            type string;
-        }
-        leaf ip_range {
-            type string; // check IP regular expression
-        }
-    }
-
-    typedef state {
-        type enumeration{
-            enum "UNDEF";
-            enum "INIT_HW";
-            enum "INIT_SW";
-            enum "CONFIGURED";
-            enum "RUNNING";
-            enum "UPDATING";
-            enum "MIGRATING";
-            enum "DELETED";
-        }
-    }
-
-    grouping state {
-        leaf ztp_device_state {
-            type state;
-        }
-    }
-}
\ No newline at end of file
-- 
GitLab