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

General CI Fix #573

Merged
merged 25 commits into from
Sep 13, 2021
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
96c8865
add cert option to module documentation
ryanmerolle Aug 5, 2021
5fbf258
correct tab mistake
ryanmerolle Aug 5, 2021
a41bd4a
add cert type to modules documentation
ryanmerolle Aug 5, 2021
6c4e1b0
set cert default to false
ryanmerolle Aug 5, 2021
5561a0a
remove cert default
ryanmerolle Aug 5, 2021
437dfaf
fix last remaining missing cert reference
ryanmerolle Aug 5, 2021
147b45d
Merge branch 'netbox-community:devel' into devel
ryanmerolle Sep 11, 2021
0322a48
address list but elements is not defined CI error
ryanmerolle Sep 11, 2021
22ec0b7
correct black linting quotes
ryanmerolle Sep 11, 2021
2987988
correct tags documentation
ryanmerolle Sep 11, 2021
51b2411
correct duplicate keys
ryanmerolle Sep 11, 2021
2567623
correct key mistake find/replace
ryanmerolle Sep 11, 2021
a0194a8
correct elements mistake in netbox_service
ryanmerolle Sep 11, 2021
18fd9ce
poetry bump
ryanmerolle Sep 11, 2021
0471ffe
change tags elements from str to raw
ryanmerolle Sep 11, 2021
f4f597f
tweak validate-modules ignore
ryanmerolle Sep 11, 2021
c92e2ca
remove ignore for sanity check
ryanmerolle Sep 11, 2021
7715870
set cert to None in test_netbox_base_class.py
ryanmerolle Sep 11, 2021
c256210
corret black linting
ryanmerolle Sep 11, 2021
04df171
add netbox 2.11 testing
ryanmerolle Sep 11, 2021
f7b722a
pin integration test versions instead of latest
ryanmerolle Sep 11, 2021
9da8b1a
correct github workflow stage name
ryanmerolle Sep 11, 2021
527a2e1
correct failure if cert is not set in task
ryanmerolle Sep 12, 2021
bdc87bb
ping netbox versions in integration/unit testing
ryanmerolle Sep 13, 2021
4d1b7a1
comment out netbox v3.0 testing
ryanmerolle Sep 13, 2021
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
5 changes: 5 additions & 0 deletions plugins/modules/netbox_aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
- "The token created within Netbox to authorize API access"
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
description:
- "Defines the aggregate configuration"
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_cable.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
required: true
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
required: true
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_circuit_termination.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
required: true
type: dict
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_circuit_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
required: true
type: dict
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
required: true
type: dict
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_cluster_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
required: true
type: dict
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_cluster_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
required: true
type: dict
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_console_port.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
required: true
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_console_port_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
required: true
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_console_server_port.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
required: true
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_console_server_port_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
required: true
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
description:
- Defines the device configuration
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_device_bay.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
description:
- Defines the device bay configuration
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_device_bay_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
description:
- Defines the device bay template configuration
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_device_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
description:
- Defines the interface configuration
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_device_interface_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
description:
- Defines the prefix configuration
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_device_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
description:
- Defines the device role configuration
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_device_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
description:
- Defines the device type configuration
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_front_port.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
required: true
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_front_port_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
required: true
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_inventory_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
description:
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_ip_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
description:
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_ipam_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
description:
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_manufacturer.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
description:
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
description:
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_power_feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
required: true
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_power_outlet.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
required: true
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_power_outlet_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
required: true
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_power_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
required: true
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_power_port.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
required: true
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_power_port_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
required: true
Expand Down
5 changes: 5 additions & 0 deletions plugins/modules/netbox_prefix.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
- The token created within Netbox to authorize API access
required: true
type: str
cert:
description:
- Certificate path
required: false
type: raw
data:
type: dict
description:
Expand Down
Loading