From deceef941092f57e226b72e5ea28c8275bd55382 Mon Sep 17 00:00:00 2001 From: Ken Vedder Date: Tue, 21 Jan 2020 13:12:35 -0500 Subject: [PATCH 1/2] add dns_name field --- actions/patch.ipam.ip_addresses.yaml | 4 ++++ actions/post.ipam.ip_addresses.yaml | 4 ++++ actions/put.ipam.ip_addresses.yaml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/actions/patch.ipam.ip_addresses.yaml b/actions/patch.ipam.ip_addresses.yaml index 7135ba95..1324abe3 100644 --- a/actions/patch.ipam.ip_addresses.yaml +++ b/actions/patch.ipam.ip_addresses.yaml @@ -58,6 +58,10 @@ parameters: required: False type: "integer" description: "Interface" + dns_name: + required: False + type: "string" + description: "DNS FQDN" tenant: required: False type: "integer" diff --git a/actions/post.ipam.ip_addresses.yaml b/actions/post.ipam.ip_addresses.yaml index e2b913a0..45407e30 100644 --- a/actions/post.ipam.ip_addresses.yaml +++ b/actions/post.ipam.ip_addresses.yaml @@ -58,6 +58,10 @@ parameters: required: False type: "integer" description: "Interface" + dns_name: + required: False + type: "string" + description: "DNS FQDN" tenant: required: False type: "integer" diff --git a/actions/put.ipam.ip_addresses.yaml b/actions/put.ipam.ip_addresses.yaml index 3ff5c883..78f43f40 100644 --- a/actions/put.ipam.ip_addresses.yaml +++ b/actions/put.ipam.ip_addresses.yaml @@ -58,6 +58,10 @@ parameters: required: False type: "integer" description: "Interface" + dns_name: + required: False + type: "string" + description: "DNS FQDN" tenant: required: False type: "integer" From 5ff57c8eda057837d32cad75e058cae1da43abc8 Mon Sep 17 00:00:00 2001 From: Ken Vedder Date: Tue, 28 Jan 2020 16:13:21 -0500 Subject: [PATCH 2/2] rename --- pack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.yaml b/pack.yaml index da6a172c..26de7994 100644 --- a/pack.yaml +++ b/pack.yaml @@ -1,5 +1,5 @@ --- -name: netbox +name: amplex_netbox description: NetBox DCIM keywords: - netbox