Feature 11032: Integration of OSM Helm Chart with different databases
[osm/devops.git] / layers / netutils / actions.yaml
diff --git a/layers/netutils/actions.yaml b/layers/netutils/actions.yaml
deleted file mode 100644 (file)
index 9995f77..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-nmap:
-  description: "nmap a thing!"
-  params:
-    destination:
-      description: "destination to scan"
-      type: string
-  required:
-    - destination
-ping:
-  description: 'ping a thing!'
-  params:
-    count:
-      description: "Stop after sending count ECHO_REQUEST packets"
-      type: integer
-      default: 30
-    destination:
-      description: "destination of ping request"
-      type: string
-  required:
-    - destination
-traceroute:
-  description: 'trace a thing!'
-  params:
-    hops:
-      description: "Stop tracing after count hops"
-      type: integer
-      default: 30
-    destination:
-      description: "destination of traceroute request"
-      type: string
-  required:
-    - destination