Updated modules for Avi version 17.2.8 (#37344)

This commit is contained in:
Chaitanya Deshpande
2018-03-21 12:17:09 +05:30
committed by ansibot
parent 248ca2df21
commit 5bdc32ff8d
5 changed files with 60 additions and 0 deletions

View File

@@ -193,6 +193,15 @@ options:
- Use both the active and standby service engines for virtual service placement in the legacy active standby ha mode.
- Default value when not specified in API or module is interpreted by Avi Controller as False.
type: bool
enable_hsm_priming:
description:
- (this is a beta feature).
- Enable hsm key priming.
- If enabled, key handles on the hsm will be synced to se before processing client connections.
- Field introduced in 17.2.7.
- Default value when not specified in API or module is interpreted by Avi Controller as False.
version_added: "2.6"
type: bool
enable_routing:
description:
- Enable routing for this serviceenginegroup .
@@ -673,6 +682,7 @@ def main():
disable_tso=dict(type='bool',),
disk_per_se=dict(type='int',),
distribute_load_active_standby=dict(type='bool',),
enable_hsm_priming=dict(type='bool',),
enable_routing=dict(type='bool',),
enable_vip_on_all_interfaces=dict(type='bool',),
enable_vmac=dict(type='bool',),