Skip to content

Commit 0f85440

Browse files
author
Shiva Shankar Vaddepally
committed
solving pip issues
Signed-off-by: Shiva Shankar Vaddepally <[email protected]>
1 parent 03c81a5 commit 0f85440

7 files changed

Lines changed: 24 additions & 49 deletions

File tree

plugins/module_utils/nitro_resource_map.py

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16595,7 +16595,7 @@
1659516595
"primary_key": "",
1659616596
"primary_key_composite": [],
1659716597
"update_payload_keys": ["afParams", "localAS", "neighbor", "routerId"],
16598-
"readwrite_argument": {
16598+
"readwrite_arguments": {
1659916599
"localAS": {"no_log": False, "type": "int"},
1660016600
"routerId": {"no_log": False, "type": "str"},
1660116601
"afParams": {
@@ -16641,7 +16641,11 @@
1664116641
"elements": "dict",
1664216642
"options": {
1664316643
"activate": {"no_log": False, "type": "bool"},
16644-
"addressFamily": {"no_log": False, "type": "str"},
16644+
"addressFamily": {
16645+
"no_log": False,
16646+
"type": "str",
16647+
"choices": ["ipv4", "ipv6"],
16648+
},
1664516649
"routeMap": {
1664616650
"type": "dict",
1664716651
"options": {
@@ -46881,29 +46885,24 @@
4688146885
"areaId": {
4688246886
"no_log": False,
4688346887
"type": "int",
46884-
"description": "OSPFv3 area ID (0-4294967295)",
4688546888
},
4688646889
"cost": {
4688746890
"no_log": False,
4688846891
"type": "int",
46889-
"description": "Interface cost (1-65535)",
4689046892
},
4689146893
"deadInterval": {
4689246894
"no_log": False,
4689346895
"type": "int",
46894-
"description": "Neighbor dead interval (1-65535)",
4689546896
},
4689646897
"helloInterval": {
4689746898
"no_log": False,
4689846899
"type": "int",
46899-
"description": "HELLO packet interval (1-65535)",
4690046900
},
4690146901
"instanceId": {
4690246902
"no_log": False,
4690346903
"type": "int",
46904-
"description": "Instance ID (0-255)",
4690546904
},
46906-
"name": {"no_log": False, "type": "str", "description": "Interface name"},
46905+
"name": {"no_log": False, "type": "str"},
4690746906
"networkType": {
4690846907
"no_log": False,
4690946908
"type": "str",
@@ -46913,23 +46912,19 @@
4691346912
"point-to-multipoint",
4691446913
"point-to-point",
4691546914
],
46916-
"description": "Network type",
4691746915
},
4691846916
"priority": {
4691946917
"no_log": False,
4692046918
"type": "int",
46921-
"description": "Router priority (0-255)",
4692246919
},
4692346920
"retransmitInterval": {
4692446921
"no_log": False,
4692546922
"type": "int",
46926-
"description": "Retransmit interval (1-65535)",
4692746923
},
46928-
"tagId": {"no_log": False, "type": "int", "description": "OSPFv3 Tag"},
46924+
"tagId": {"no_log": False, "type": "int"},
4692946925
"transmitDelay": {
4693046926
"no_log": False,
4693146927
"type": "int",
46932-
"description": "Transmit delay (1-65535)",
4693346928
},
4693446929
},
4693546930
"singleton": False,

plugins/modules/bgprouter.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191
description:
9292
- Route map reference for redistribution.
9393
neighbor:
94-
type: dict
94+
type: list
95+
elements: dict
9596
description:
9697
- Neighbor router configuration.
9798
suboptions:
@@ -125,8 +126,7 @@
125126
- ipv4
126127
- ipv6
127128
routeMap:
128-
type: list
129-
elements: dict
129+
type: dict
130130
description:
131131
- Route maps applied to neighbor routes.
132132
suboptions:

plugins/modules/ospf6interface.py

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,47 +26,37 @@
2626
options:
2727
state:
2828
type: str
29-
choices: ["present", "absent"]
29+
choices: ["present", "unset"]
3030
default: present
3131
description:
3232
- The state of the resource on the NetScaler ADC node.
3333
- When C(present), the resource will be added or updated.
34-
- When C(absent), the resource will be deleted.
34+
- When C(unset), the resource will be unset.
3535
3636
areaId:
3737
type: int
3838
description:
3939
- Area on which OSPFv3 is running.
40-
- Minimum value: 0
41-
- Maximum value: 4294967295
4240
4341
cost:
4442
type: int
4543
description:
4644
- Interface cost.
47-
- Minimum value: 1
48-
- Maximum value: 65535
4945
5046
deadInterval:
5147
type: int
5248
description:
5349
- Interval after which a neighbor is declared dead.
54-
- Minimum value: 1
55-
- Maximum value: 65535
5650
5751
helloInterval:
5852
type: int
5953
description:
6054
- Time between HELLO packets.
61-
- Minimum value: 1
62-
- Maximum value: 65535
6355
6456
instanceId:
6557
type: int
6658
description:
6759
- Interface Instance Id - <0-31> for v6, <64-95> for v4.
68-
- Minimum value: 0
69-
- Maximum value: 255
7060
7161
name:
7262
type: str
@@ -87,15 +77,11 @@
8777
type: int
8878
description:
8979
- Router priority.
90-
- Minimum value: 0
91-
- Maximum value: 255
9280
9381
retransmitInterval:
9482
type: int
9583
description:
9684
- Time between retransmitting lost link state advertisements.
97-
- Minimum value: 1
98-
- Maximum value: 65535
9985
10086
tagId:
10187
type: int
@@ -106,8 +92,6 @@
10692
type: int
10793
description:
10894
- Link state transmit delay.
109-
- Minimum value: 1
110-
- Maximum value: 65535
11195
11296
remove_non_updatable_params:
11397
type: str

plugins/modules/ospf6router.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
- When given yes, the module will remove any parameters that are not updatable in the resource.
4848
- If no, the module will return error if any non-updatable parameters are provided.
4949
afParams:
50-
type: dict
50+
type: list
51+
elements: dict
5152
description:
5253
- Address family-specific parameters for OSPFv3.
5354
suboptions:
@@ -56,7 +57,8 @@
5657
description:
5758
- Address family for OSPFv3
5859
redistribute:
59-
type: dict
60+
type: list
61+
elements: dict
6062
description:
6163
- Redistribution settings for OSPFv3.
6264
suboptions:

plugins/modules/ospfinterface.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,12 @@
2929
type: str
3030
choices:
3131
- present
32-
- absent
33-
- enabled
34-
- disabled
3532
- unset
36-
- renamed
3733
default: present
3834
description:
3935
- The state of the resource being configured by the module on the NetScaler ADC node.
4036
- When C(present), the resource will be added/updated configured according to the module's parameters.
41-
- When C(absent), the resource will be deleted from the NetScaler ADC node.
42-
- When C(enabled), the resource will be enabled on the NetScaler ADC node.
43-
- When C(disabled), the resource will be disabled on the NetScaler ADC node.
4437
- When C(unset), the resource will be unset on the NetScaler ADC node.
45-
- When C(renamed), the resource will be renamed on the NetScaler ADC node.
4638
remove_non_updatable_params:
4739
type: str
4840
choices:
@@ -60,7 +52,7 @@
6052
authType:
6153
type: str
6254
choices:
63-
- null
55+
- "null"
6456
- simple
6557
- message-digest
6658
description:

plugins/modules/ospfrouter.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919
DOCUMENTATION = r"""
2020
---
21-
module: nsweblogparam
22-
short_description: Configuration for Web log parameters resource.
23-
description: Configuration for Web log parameters resource.
21+
module: ospfrouter
22+
short_description: Configuration for OSPF Router resource.
23+
description: Configuration for OSPF Router resource.
2424
version_added: 2.0.0
2525
author:
2626
- Sumanth Lingappa (@sumanth-lingappa)
@@ -29,13 +29,15 @@
2929
state:
3030
choices:
3131
- present
32+
- absent
3233
- unset
3334
default: present
3435
description:
3536
- The state of the resource being configured by the module on the NetScaler
3637
ADC node.
3738
- When C(present), the resource will be added/updated configured according to
3839
the module's parameters.
40+
- When C(absent), the resource will be deleted from the NetScaler ADC node.
3941
- When C(unset), the resource will be unset on the NetScaler ADC node.
4042
type: str
4143
remove_non_updatable_params:

plugins/modules/routemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
options:
2727
state:
2828
type: str
29-
choices: ["present", "absent", "unset", "get", "delete"]
29+
choices: ["present", "absent", "unset", "get"]
3030
default: present
3131
description:
3232
- The state of the resource on the NetScaler ADC node.

0 commit comments

Comments
 (0)