Skip to content

Auto updated assets for ansible collection 30.2.1 #198

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

Merged
merged 15 commits into from
May 6, 2024
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
257 changes: 129 additions & 128 deletions README.md

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions docs/avi_cloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ Parameters
- Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
</div>
<div style="font-size: small">
- Default value when not specified in API or module is interpreted by Avi Controller as False.
- Default value when not specified in API or module is interpreted by Avi Controller as True.
</div>
</td>
</tr>
Expand Down Expand Up @@ -541,7 +541,7 @@ Parameters
- Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
</div>
<div style="font-size: small">
- Default value when not specified in API or module is interpreted by Avi Controller as False.
- Default value when not specified in API or module is interpreted by Avi Controller as True.
</div>
</td>
</tr>
Expand Down Expand Up @@ -738,6 +738,9 @@ Parameters
<td>
<div style="font-size: small">
- Enable ipv4 on the management interface of the serviceengine.
</div>
<div style="font-size: small">
- Defaults to dhcp if no static config on network present.
</div>
<div style="font-size: small">
- Field introduced in 30.2.1.
Expand All @@ -764,6 +767,9 @@ Parameters
<td>
<div style="font-size: small">
- Enable ipv6 on the management interface of the serviceengine.
</div>
<div style="font-size: small">
- Defaults to autocfg if no static config on network present.
</div>
<div style="font-size: small">
- Field introduced in 30.2.1.
Expand Down
129 changes: 127 additions & 2 deletions docs/avi_controllerproperties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,32 @@ Parameters
- Patch value to use when using avi_api_update_method as patch.
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>alert_manager_use_evms</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">bool</span>
</div>
</td>
<td>
</td>
<td>
<div style="font-size: small">
- Enable to use event manager as source of eventsdisable to use log manager as source of events.
</div>
<div style="font-size: small">
- Field introduced in 30.2.1.
</div>
<div style="font-size: small">
- Allowed in enterprise edition with any value, enterprise with cloud services edition.
</div>
<div style="font-size: small">
- Default value when not specified in API or module is interpreted by Avi Controller as False.
</div>
</td>
</tr>
<tr>
<td colspan="2">
Expand Down Expand Up @@ -551,7 +577,7 @@ Parameters
- Allowed values are 1-1440.
</div>
<div style="font-size: small">
- Field introduced in 30.2.1.
- Field introduced in 22.1.5, 30.2.1.
</div>
<div style="font-size: small">
- Unit is min.
Expand Down Expand Up @@ -609,7 +635,7 @@ Parameters
- Allowed values are 1-1440.
</div>
<div style="font-size: small">
- Field introduced in 30.2.1.
- Field introduced in 22.1.5, 30.2.1.
</div>
<div style="font-size: small">
- Unit is min.
Expand Down Expand Up @@ -1122,6 +1148,102 @@ Parameters
- Default value when not specified in API or module is interpreted by Avi Controller as False.
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>event_manager_max_goroutines</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">int</span>
</div>
</td>
<td>
</td>
<td>
<div style="font-size: small">
- Maximum number of goroutines for event manager process.
</div>
<div style="font-size: small">
- Allowed values are 1-64.
</div>
<div style="font-size: small">
- Field introduced in 30.2.1.
</div>
<div style="font-size: small">
- Allowed in enterprise edition with any value, enterprise with cloud services edition.
</div>
<div style="font-size: small">
- Default value when not specified in API or module is interpreted by Avi Controller as 8.
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>event_manager_max_subscribers</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">int</span>
</div>
</td>
<td>
</td>
<td>
<div style="font-size: small">
- Maximum number of subscribers for event manager process.
</div>
<div style="font-size: small">
- Allowed values are 1-6.
</div>
<div style="font-size: small">
- Special values are 0 - disabled.
</div>
<div style="font-size: small">
- Field introduced in 30.2.1.
</div>
<div style="font-size: small">
- Allowed in enterprise edition with any value, enterprise with cloud services edition.
</div>
<div style="font-size: small">
- Default value when not specified in API or module is interpreted by Avi Controller as 5.
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>event_manager_processing_time_threshold</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">int</span>
</div>
</td>
<td>
</td>
<td>
<div style="font-size: small">
- Log instances for event manager processing delay; recorded whenever event processing delay exceeds configured interval specified in seconds.
</div>
<div style="font-size: small">
- Allowed values are 1-5.
</div>
<div style="font-size: small">
- Special values are 0 - disabled.
</div>
<div style="font-size: small">
- Field introduced in 30.2.1.
</div>
<div style="font-size: small">
- Unit is sec.
</div>
<div style="font-size: small">
- Allowed in enterprise edition with any value, enterprise with cloud services edition.
</div>
<div style="font-size: small">
- Default value when not specified in API or module is interpreted by Avi Controller as 4.
</div>
</td>
</tr>
<tr>
<td colspan="2">
Expand Down Expand Up @@ -1241,6 +1363,9 @@ Parameters
<td>
<div style="font-size: small">
- List of mapping for file reference and their absolute path.
</div>
<div style="font-size: small">
- Field deprecated in 30.2.1.
</div>
<div style="font-size: small">
- Field introduced in 30.1.1.
Expand Down
17 changes: 17 additions & 0 deletions docs/avi_deploy_controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,23 @@ Parameters
- Disk storage size in gb.
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>con_esx_host</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">str</span>
</div>
</td>
<td>
</td>
<td>
<div style="font-size: small">
- Optional selection of the host.
</div>
</td>
</tr>
<tr>
<td colspan="2">
Expand Down
23 changes: 23 additions & 0 deletions docs/avi_systemreport.rst
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,29 @@ Parameters
- Allowed in enterprise edition with any value, enterprise with cloud services edition.
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>tasks</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">list</span>
</div>
</td>
<td>
</td>
<td>
<div style="font-size: small">
- List of tasks associated with the report.
</div>
<div style="font-size: small">
- Field introduced in 30.2.1.
</div>
<div style="font-size: small">
- Allowed in enterprise edition with any value, enterprise with cloud services edition.
</div>
</td>
</tr>
<tr>
<td colspan="2">
Expand Down
Loading
Loading