Skip to content

Commit

Permalink
Fix Sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
alaa-bish committed Feb 21, 2022
1 parent 4533267 commit 63b7afb
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 194 deletions.
7 changes: 1 addition & 6 deletions plugins/modules/ntnx_pbrs.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,13 @@
priority:
description: The policy priority number
type: int
required: true
pbr_uuid:
description: PBR UUID
type: str
vpc:
description:
- Virtual Private Clouds
type: dict
required: true
suboptions:
name:
description:
Expand All @@ -84,7 +82,6 @@
source:
description: Where the traffic come from
type: dict
default: any
suboptions:
any:
description:
Expand All @@ -111,7 +108,6 @@
destination:
type: dict
description: Where the traffic going to
default: any
suboptions:
any:
description:
Expand All @@ -138,7 +134,6 @@
protocol:
type: dict
description: The Network Protocol that will be used
default: any
suboptions:
any:
description:
Expand Down Expand Up @@ -195,7 +190,6 @@
action:
type: dict
description: The behavior on the request
default: allow
suboptions:
deny:
description:
Expand Down Expand Up @@ -256,6 +250,7 @@
external: True
action:
allow: True
type: bool
protocol:
number: "{{ protocol.number }}"
Expand Down
1 change: 0 additions & 1 deletion tests/integration/targets/nutanix_pbrs/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
- block:
- import_tasks: "create_pbrs.yml"
- import_tasks: "negative_scenarios.yml"

Loading

0 comments on commit 63b7afb

Please sign in to comment.