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

added role to devices #5

Merged
merged 1 commit into from
Oct 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
added role to devices
  • Loading branch information
lampwins committed Oct 6, 2017
commit 71e3d5707e39422520186b2060f99f74dff25d0c
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Change Log
## 0.2.1
- Added `role` to dcim_get_devices
## 0.2.0
- Added action to get available IPs from a prefix
- Refactored action.py to allow for POST requests as well as GET
Expand Down
3 changes: 3 additions & 0 deletions actions/dcim_get_devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ parameters:
rack_id:
type: integer
description: ID of the Rack for devices
role:
type: string
description: Role of the devices
role_id:
type: integer
description: ID of the Role for devices
Expand Down
2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ keywords:
- networking
- ipam
- dcim
version: 0.2.0
version: 0.2.1
author: John Anderson, Jefferson White
email: lampwins@gmail.com