Skip to content

Commit 5a42bf9

Browse files
author
Chaitanya Deshpande
authored
Updated assets for ansible collection (#146)
Signed-off-by: Chaitanya <[email protected]>
1 parent 6bc6018 commit 5a42bf9

File tree

127 files changed

+1798
-621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+1798
-621
lines changed

README.md

Lines changed: 122 additions & 122 deletions
Large diffs are not rendered by default.

docs/avi_albservicesconfig.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,35 @@ Parameters
317317
- Default value when not specified in API or module is interpreted by Avi Controller as MYVMWARE.
318318
</div>
319319
</td>
320+
</tr>
321+
<tr>
322+
<td colspan="2">
323+
<div class="ansibleOptionAnchor" id="parameter-"></div>
324+
<b>operations_config</b>
325+
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
326+
<div style="font-size: small">
327+
<span style="color: purple">dict</span>
328+
</div>
329+
</td>
330+
<td>
331+
<div style="font-size: small">
332+
<b>required: true</b>
333+
</div>
334+
</td>
335+
<td>
336+
<div style="font-size: small">
337+
- Operations configuration.
338+
</div>
339+
<div style="font-size: small">
340+
- Field introduced in 22.1.3.
341+
</div>
342+
<div style="font-size: small">
343+
- Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services
344+
</div>
345+
<div style="font-size: small">
346+
- edition.
347+
</div>
348+
</td>
320349
</tr>
321350
<tr>
322351
<td colspan="2">

docs/avi_albservicesjob.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Parameters
362362
- The status of the albservicesjob.
363363
</div>
364364
<div style="font-size: small">
365-
- Enum options - UNDETERMINED, PENDING, IN_PROGRESS, COMPLETED, FAILED.
365+
- Enum options - UNDETERMINED, PENDING, IN_PROGRESS, COMPLETED, FAILED, NOT_ENABLED.
366366
</div>
367367
<div style="font-size: small">
368368
- Field introduced in 21.1.3.

docs/avi_analyticsprofile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2581,7 +2581,7 @@ Parameters
25812581
</td>
25822582
<td>
25832583
<div style="font-size: small">
2584-
- Protobuf versioning for config pbs.
2584+
- Se connection establishment latency tracking configuration.
25852585
</div>
25862586
<div style="font-size: small">
25872587
- Field introduced in 22.1.1.

docs/avi_controllerproperties.rst

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,6 +1162,67 @@ Parameters
11621162
- Default value when not specified in API or module is interpreted by Avi Controller as 1440.
11631163
</div>
11641164
</td>
1165+
</tr>
1166+
<tr>
1167+
<td colspan="2">
1168+
<div class="ansibleOptionAnchor" id="parameter-"></div>
1169+
<b>gslb_purge_batch_size</b>
1170+
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
1171+
<div style="font-size: small">
1172+
<span style="color: purple">int</span>
1173+
</div>
1174+
</td>
1175+
<td>
1176+
</td>
1177+
<td>
1178+
<div style="font-size: small">
1179+
- Batch size for the vs_mgr to perform datastrorecleanup during a gslb purge.
1180+
</div>
1181+
<div style="font-size: small">
1182+
- Allowed values are 50-1200.
1183+
</div>
1184+
<div style="font-size: small">
1185+
- Field introduced in 22.1.3.
1186+
</div>
1187+
<div style="font-size: small">
1188+
- Allowed in enterprise edition with any value, enterprise with cloud services edition.
1189+
</div>
1190+
<div style="font-size: small">
1191+
- Default value when not specified in API or module is interpreted by Avi Controller as 1000.
1192+
</div>
1193+
</td>
1194+
</tr>
1195+
<tr>
1196+
<td colspan="2">
1197+
<div class="ansibleOptionAnchor" id="parameter-"></div>
1198+
<b>gslb_purge_sleep_time_ms</b>
1199+
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
1200+
<div style="font-size: small">
1201+
<span style="color: purple">int</span>
1202+
</div>
1203+
</td>
1204+
<td>
1205+
</td>
1206+
<td>
1207+
<div style="font-size: small">
1208+
- Sleep time in the vs_mgr during a federatedpurge rpc call.
1209+
</div>
1210+
<div style="font-size: small">
1211+
- Allowed values are 50-100.
1212+
</div>
1213+
<div style="font-size: small">
1214+
- Field introduced in 22.1.3.
1215+
</div>
1216+
<div style="font-size: small">
1217+
- Unit is milliseconds.
1218+
</div>
1219+
<div style="font-size: small">
1220+
- Allowed in enterprise edition with any value, enterprise with cloud services edition.
1221+
</div>
1222+
<div style="font-size: small">
1223+
- Default value when not specified in API or module is interpreted by Avi Controller as 50.
1224+
</div>
1225+
</td>
11651226
</tr>
11661227
<tr>
11671228
<td colspan="2">
@@ -1454,6 +1515,41 @@ Parameters
14541515
- Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
14551516
</div>
14561517
</td>
1518+
</tr>
1519+
<tr>
1520+
<td colspan="2">
1521+
<div class="ansibleOptionAnchor" id="parameter-"></div>
1522+
<b>postgres_vacuum_period</b>
1523+
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
1524+
<div style="font-size: small">
1525+
<span style="color: purple">int</span>
1526+
</div>
1527+
</td>
1528+
<td>
1529+
</td>
1530+
<td>
1531+
<div style="font-size: small">
1532+
- Period for which postgres vacuum are executed.
1533+
</div>
1534+
<div style="font-size: small">
1535+
- Allowed values are 30-40320.
1536+
</div>
1537+
<div style="font-size: small">
1538+
- Special values are 0 - deactivated.
1539+
</div>
1540+
<div style="font-size: small">
1541+
- Field introduced in 22.1.3.
1542+
</div>
1543+
<div style="font-size: small">
1544+
- Unit is min.
1545+
</div>
1546+
<div style="font-size: small">
1547+
- Allowed in enterprise edition with any value, enterprise with cloud services edition.
1548+
</div>
1549+
<div style="font-size: small">
1550+
- Default value when not specified in API or module is interpreted by Avi Controller as 20160.
1551+
</div>
1552+
</td>
14571553
</tr>
14581554
<tr>
14591555
<td colspan="2">

docs/avi_pool.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2071,7 +2071,7 @@ Parameters
20712071
- This is used to provide the isolation of the set of networks the pool is attached to.
20722072
</div>
20732073
<div style="font-size: small">
2074-
- The pool inherits the virtual routing conext of the virtual service, and this field is used only internally, and is set by pb-transform.
2074+
- The pool inherits the virtual routing context of the virtual service, and this field is used only internally, and is set by pb-transform.
20752075
</div>
20762076
<div style="font-size: small">
20772077
- It is a reference to an object of type vrfcontext.

docs/avi_serviceenginegroup.rst

Lines changed: 66 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4690,6 +4690,41 @@ Parameters
46904690
- Default value when not specified in API or module is interpreted by Avi Controller as True.
46914691
</div>
46924692
</td>
4693+
</tr>
4694+
<tr>
4695+
<td colspan="2">
4696+
<div class="ansibleOptionAnchor" id="parameter-"></div>
4697+
<b>replay_vrf_routes_interval</b>
4698+
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
4699+
<div style="font-size: small">
4700+
<span style="color: purple">int</span>
4701+
</div>
4702+
</td>
4703+
<td>
4704+
</td>
4705+
<td>
4706+
<div style="font-size: small">
4707+
- Routes in vrf are replayed at the specified interval.
4708+
</div>
4709+
<div style="font-size: small">
4710+
- This should be increased if there are large number of routes.
4711+
</div>
4712+
<div style="font-size: small">
4713+
- Allowed values are 0-3000.
4714+
</div>
4715+
<div style="font-size: small">
4716+
- Field introduced in 22.1.3.
4717+
</div>
4718+
<div style="font-size: small">
4719+
- Unit is milliseconds.
4720+
</div>
4721+
<div style="font-size: small">
4722+
- Allowed in enterprise edition with any value, enterprise with cloud services edition.
4723+
</div>
4724+
<div style="font-size: small">
4725+
- Default value when not specified in API or module is interpreted by Avi Controller as 1000.
4726+
</div>
4727+
</td>
46934728
</tr>
46944729
<tr>
46954730
<td colspan="2">
@@ -5691,19 +5726,13 @@ Parameters
56915726
</td>
56925727
<td>
56935728
<div style="font-size: small">
5694-
- Enable or disable large receive optimization for vnics.
5695-
</div>
5696-
<div style="font-size: small">
5697-
- Requires se reboot.
5729+
- Enable or disable large receive optimization for vnics.supported on vmxnet3.requires se reboot.
56985730
</div>
56995731
<div style="font-size: small">
57005732
- Field introduced in 18.2.5.
57015733
</div>
57025734
<div style="font-size: small">
57035735
- Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
5704-
</div>
5705-
<div style="font-size: small">
5706-
- Default value when not specified in API or module is interpreted by Avi Controller as True.
57075736
</div>
57085737
</td>
57095738
</tr>
@@ -6274,7 +6303,7 @@ Parameters
62746303
</td>
62756304
<td>
62766305
<div style="font-size: small">
6277-
- Protobuf versioning for config pbs.
6306+
- Se per-packet latency tracking configuration.
62786307
</div>
62796308
<div style="font-size: small">
62806309
- Field introduced in 22.1.1.
@@ -7099,6 +7128,35 @@ Parameters
70997128
- Avi controller URL of the object.
71007129
</div>
71017130
</td>
7131+
</tr>
7132+
<tr>
7133+
<td colspan="2">
7134+
<div class="ansibleOptionAnchor" id="parameter-"></div>
7135+
<b>use_dp_util_for_scaleout</b>
7136+
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
7137+
<div style="font-size: small">
7138+
<span style="color: purple">bool</span>
7139+
</div>
7140+
</td>
7141+
<td>
7142+
</td>
7143+
<td>
7144+
<div style="font-size: small">
7145+
- If enabled, the datapath cpu utilization is consulted by the auto scale-out logic.
7146+
</div>
7147+
<div style="font-size: small">
7148+
- Field introduced in 22.1.3.
7149+
</div>
7150+
<div style="font-size: small">
7151+
- Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services
7152+
</div>
7153+
<div style="font-size: small">
7154+
- edition.
7155+
</div>
7156+
<div style="font-size: small">
7157+
- Default value when not specified in API or module is interpreted by Avi Controller as False.
7158+
</div>
7159+
</td>
71027160
</tr>
71037161
<tr>
71047162
<td colspan="2">

docs/avi_webapput.rst

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Parameters
169169
</td>
170170
<td>
171171
<div style="font-size: small">
172-
- Optional message for nested f_mandatory test cases defined at level0.
172+
- Optional message for nested f_mandatory test cases defined at level1.
173173
</div>
174174
<div style="font-size: small">
175175
- Field introduced in 21.1.5, 22.1.1.
@@ -227,6 +227,52 @@ Parameters
227227
- Allowed in enterprise edition with any value, enterprise with cloud services edition.
228228
</div>
229229
</td>
230+
</tr>
231+
<tr>
232+
<td colspan="2">
233+
<div class="ansibleOptionAnchor" id="parameter-"></div>
234+
<b>sensitive_test</b>
235+
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
236+
<div style="font-size: small">
237+
<span style="color: purple">dict</span>
238+
</div>
239+
</td>
240+
<td>
241+
</td>
242+
<td>
243+
<div style="font-size: small">
244+
- Optional message for nested f_sensitive test cases defined at level1.
245+
</div>
246+
<div style="font-size: small">
247+
- Field introduced in 22.1.3.
248+
</div>
249+
<div style="font-size: small">
250+
- Allowed in enterprise edition with any value, enterprise with cloud services edition.
251+
</div>
252+
</td>
253+
</tr>
254+
<tr>
255+
<td colspan="2">
256+
<div class="ansibleOptionAnchor" id="parameter-"></div>
257+
<b>sensitive_tests</b>
258+
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
259+
<div style="font-size: small">
260+
<span style="color: purple">list</span>
261+
</div>
262+
</td>
263+
<td>
264+
</td>
265+
<td>
266+
<div style="font-size: small">
267+
- Repeated message for nested f_sensitive test cases-level1.
268+
</div>
269+
<div style="font-size: small">
270+
- Field introduced in 22.1.3.
271+
</div>
272+
<div style="font-size: small">
273+
- Allowed in enterprise edition with any value, enterprise with cloud services edition.
274+
</div>
275+
</td>
230276
</tr>
231277
<tr>
232278
<td colspan="2">
@@ -299,6 +345,32 @@ Parameters
299345
- Allowed in enterprise edition with any value, enterprise with cloud services edition.
300346
</div>
301347
</td>
348+
</tr>
349+
<tr>
350+
<td colspan="2">
351+
<div class="ansibleOptionAnchor" id="parameter-"></div>
352+
<b>test_sensitive_string</b>
353+
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
354+
<div style="font-size: small">
355+
<span style="color: purple">str</span>
356+
</div>
357+
</td>
358+
<td>
359+
</td>
360+
<td>
361+
<div style="font-size: small">
362+
- The string for sensitive (secret) field.
363+
</div>
364+
<div style="font-size: small">
365+
- Object-level0.
366+
</div>
367+
<div style="font-size: small">
368+
- Field introduced in 22.1.3.
369+
</div>
370+
<div style="font-size: small">
371+
- Allowed in enterprise edition with any value, enterprise with cloud services edition.
372+
</div>
373+
</td>
302374
</tr>
303375
<tr>
304376
<td colspan="2">

plugins/doc_fragments/avi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class ModuleDocFragment(object):
9999
- Avi API context that includes current session ID and CSRF Token.
100100
- This allows user to perform single login and re-use the session.
101101
type: dict
102-
avi_disable_session_cache_as_fact:
102+
avi_deactivate_session_cache_as_fact:
103103
description:
104104
- It disables avi session information to be cached as a fact.
105105
type: bool

0 commit comments

Comments
 (0)