Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include comments as a parameter patch.ipam.ip_addresses.yaml #42

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log


## 3.0.7

- include comments as a parameter patch.ipam.ip_addresses.yaml
## 3.0.6

- Add exceptions on action.py
Expand Down
8 changes: 6 additions & 2 deletions actions/patch.ipam.ip_addresses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,18 @@ parameters:
required: false
type: string
description: "DNS Name"
comments:
required: false
type: string
description: "comments"
description:
required: false
type: string
description: "Description"
tags:
required: false
type: array
description: "Array of tag strings"
description: "array"
custom_fields:
required: false
type: object
Expand All @@ -69,4 +73,4 @@ parameters:
required: true
type: string
description: "ID of the object to patch."
runner_type: python-script
runner_type: python-script
10 changes: 5 additions & 5 deletions actions/post.dcim.devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ parameters:
type: integer
description: "Device role"
tenant:
required: true
required: false
type: integer
description: "Tenant"
platform:
Expand All @@ -54,15 +54,15 @@ parameters:
type: integer
description: "Location"
rack:
required: true
required: false
type: integer
description: "Rack"
position:
required: false
type: integer
description: "Position (U)"
face:
required: true
required: false
type: string
description: "Rack face"
parent_device:
Expand All @@ -86,7 +86,7 @@ parameters:
type: integer
description: "Cluster"
virtual_chassis:
required: true
required: false
type: integer
description: "Virtual chassis"
vc_position:
Expand All @@ -113,4 +113,4 @@ parameters:
required: false
type: object
description: "Custom fields"
runner_type: python-script
runner_type: python-script
2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- networking
- ipam
- dcim
version: 3.0.6
version: 3.0.7
author: John Anderson, Jefferson White
email: [email protected]
python_versions:
Expand Down