Integrate sshproxy layer so netutil actions can be run against a remote host
[osm/devops.git] / layers / netutils / actions.yaml
index 9995f77..5c99e21 100644 (file)
@@ -30,3 +30,18 @@ traceroute:
       type: string
   required:
     - destination
+dig:
+  description: "DNS lookup"
+  params:
+    nsserver:
+      description: "The nameserver to lookup against."
+      type: string
+    host:
+      description: "The host to lookup"
+      type: string
+    type:
+      description: "The DNS record type to lookup"
+      type: string
+  required:
+    - host
+