netscaler_gslb_vserver - Configure gslb vserver entities in Netscaler.

New in version 2.4.0.

Synopsis

  • Configure gslb vserver entities in Netscaler.

Requirements (on host that executes module)

  • nitro python sdk

Options

parameter required default choices comments
appflowlog
no
  • enabled
  • disabled
Enable logging appflow flow information.
backuplbmethod
no
  • ROUNDROBIN
  • LEASTCONNECTION
  • LEASTRESPONSETIME
  • SOURCEIPHASH
  • LEASTBANDWIDTH
  • LEASTPACKETS
  • STATICPROXIMITY
  • RTT
  • CUSTOMLOAD
Backup load balancing method. Becomes operational if the primary load balancing method fails or cannot be used. Valid only if the primary method is based on either round-trip time (RTT) or static proximity.
comment
no
Any comments that you might want to associate with the GSLB virtual server.
considereffectivestate
no
  • NONE
  • STATE_ONLY
If the primary state of all bound GSLB services is DOWN, consider the effective states of all the GSLB services, obtained through the Metrics Exchange Protocol (MEP), when determining the state of the GSLB virtual server. To consider the effective state, set the parameter to STATE_ONLY. To disregard the effective state, set the parameter to NONE.
The effective state of a GSLB service is the ability of the corresponding virtual server to serve traffic. The effective state of the load balancing virtual server, which is transferred to the GSLB service, is UP even if only one virtual server in the backup chain of virtual servers is in the UP state.
disabled
no
  • yes
  • no
When set to yes the GSLB Vserver state will be set to disabled.
When set to no the GSLB Vserver state will be set to enabled.
Note that due to limitations of the underlying NITRO API a disabled state change alone does not cause the module result to report a changed status.
disableprimaryondown
no
  • enabled
  • disabled
Continue to direct traffic to the backup chain even after the primary GSLB virtual server returns to the UP state. Used when spillover is configured for the virtual server.
dnsrecordtype
no
  • A
  • AAAA
  • CNAME
  • NAPTR
DNS record type to associate with the GSLB virtual server's domain name.
Default value: A
Possible values = A, AAAA, CNAME, NAPTR
domain_bindings
no
List of bindings for domains for this glsb vserver.
Dictionary object domain_bindings
parameter required default choices comments
domainname
no
Domain name for which to change the time to live (TTL) and/or backup service IP address.
cookietimeout
no
Timeout, in minutes, for the GSLB site cookie.
sitedomainttl
no
TTL, in seconds, for all internally created site domains (created when a site prefix is configured on a GSLB service) that are associated with this virtual server.
Minimum value = 1
ttl
no
Time to live (TTL) for the domain.
dynamicweight
no
  • SERVICECOUNT
  • SERVICEWEIGHT
  • DISABLED
Specify if the appliance should consider the service count, service weights, or ignore both when using weight-based load balancing methods. The state of the number of services bound to the virtual server help the appliance to select the service.
lbmethod
no
  • ROUNDROBIN
  • LEASTCONNECTION
  • LEASTRESPONSETIME
  • SOURCEIPHASH
  • LEASTBANDWIDTH
  • LEASTPACKETS
  • STATICPROXIMITY
  • RTT
  • CUSTOMLOAD
Load balancing method for the GSLB virtual server.
Default value: LEASTCONNECTION
Possible values = ROUNDROBIN, LEASTCONNECTION, LEASTRESPONSETIME, SOURCEIPHASH, LEASTBANDWIDTH, LEASTPACKETS, STATICPROXIMITY, RTT, CUSTOMLOAD
mir
no
  • enabled
  • disabled
Include multiple IP addresses in the DNS responses sent to clients.
name
no
Name for the GSLB virtual server. Must begin with an ASCII alphanumeric or underscore _ character, and must contain only ASCII alphanumeric, underscore _, hash #, period ., space, colon :, at @, equals =, and hyphen - characters. Can be changed after the virtual server is created.
Minimum length = 1
netmask
no
IPv4 network mask for use in the SOURCEIPHASH load balancing method.
Minimum length = 1
nitro_pass
yes
The password with which to authenticate to the netscaler node.
nitro_protocol
no http
  • http
  • https
Which protocol to use when accessing the nitro API objects.
nitro_timeout
no 310
Time in seconds until a timeout error is thrown when establishing a new session with Netscaler
nitro_user
yes
The username with which to authenticate to the netscaler node.
nsip
yes
The ip address of the netscaler appliance where the nitro API calls will be made.
The port can be specified with the colon (:). E.g. 192.168.1.1:555.
persistenceid
no
The persistence ID for the GSLB virtual server. The ID is a positive integer that enables GSLB sites to identify the GSLB virtual server, and is required if source IP address based or spill over based persistence is enabled on the virtual server.
Minimum value = 0
Maximum value = 65535
persistencetype
no
  • SOURCEIP
  • NONE
Use source IP address based persistence for the virtual server.
After the load balancing method selects a service for the first packet, the IP address received in response to the DNS query is used for subsequent requests from the same client.
persistmask
no
The optional IPv4 network mask applied to IPv4 addresses to establish source IP address based persistence.
Minimum length = 1
save_config
no True
  • yes
  • no
If true the module will save the configuration on the netscaler node if it makes any changes.
The module will not save the configuration on the netscaler node if it made no changes.
service_bindings
no
List of bindings for gslb services bound to this gslb virtual server.
Dictionary object service_bindings
parameter required default choices comments
servicename
no
Name of the GSLB service for which to change the weight.
weight
no
Weight to assign to the GSLB service.
servicetype
no
  • HTTP
  • FTP
  • TCP
  • UDP
  • SSL
  • SSL_BRIDGE
  • SSL_TCP
  • NNTP
  • ANY
  • SIP_UDP
  • SIP_TCP
  • SIP_SSL
  • RADIUS
  • RDP
  • RTSP
  • MYSQL
  • MSSQL
  • ORACLE
Protocol used by services bound to the virtual server.
sobackupaction
no
  • DROP
  • ACCEPT
  • REDIRECT
Action to be performed if spillover is to take effect, but no backup chain to spillover is usable or exists.
somethod
no
  • CONNECTION
  • DYNAMICCONNECTION
  • BANDWIDTH
  • HEALTH
  • NONE
Type of threshold that, when exceeded, triggers spillover. Available settings function as follows:
* CONNECTION - Spillover occurs when the number of client connections exceeds the threshold.
* DYNAMICCONNECTION - Spillover occurs when the number of client connections at the GSLB virtual server exceeds the sum of the maximum client (Max Clients) settings for bound GSLB services. Do not specify a spillover threshold for this setting, because the threshold is implied by the Max Clients settings of the bound GSLB services.
* BANDWIDTH - Spillover occurs when the bandwidth consumed by the GSLB virtual server's incoming and outgoing traffic exceeds the threshold.
* HEALTH - Spillover occurs when the percentage of weights of the GSLB services that are UP drops below the threshold. For example, if services gslbSvc1, gslbSvc2, and gslbSvc3 are bound to a virtual server, with weights 1, 2, and 3, and the spillover threshold is 50%, spillover occurs if gslbSvc1 and gslbSvc3 or gslbSvc2 and gslbSvc3 transition to DOWN.
* NONE - Spillover does not occur.
sopersistence
no
  • enabled
  • disabled
If spillover occurs, maintain source IP address based persistence for both primary and backup GSLB virtual servers.
sopersistencetimeout
no
Timeout for spillover persistence, in minutes.
Default value: 2
Minimum value = 2
Maximum value = 1440
sothreshold
no
Threshold at which spillover occurs. Specify an integer for the CONNECTION spillover method, a bandwidth value in kilobits per second for the BANDWIDTH method (do not enter the units), or a percentage for the HEALTH method (do not enter the percentage symbol).
Minimum value = 1
Maximum value = 4294967287
state
no present
  • present
  • absent
The state of the resource being configured by the module on the netscaler node.
When present the resource will be created if needed and configured according to the module's parameters.
When absent the resource will be deleted from the netscaler node.
timeout
no
Idle time, in minutes, after which a persistence entry is cleared.
Default value: 2
Minimum value = 2
Maximum value = 1440
tolerance
no
Site selection tolerance, in milliseconds, for implementing the RTT load balancing method. If a site's RTT deviates from the lowest RTT by more than the specified tolerance, the site is not considered when the NetScaler appliance makes a GSLB decision. The appliance implements the round robin method of global server load balancing between sites whose RTT values are within the specified tolerance. If the tolerance is 0 (zero), the appliance always sends clients the IP address of the site with the lowest RTT.
Minimum value = 0
Maximum value = 100
v6netmasklen
no
Number of bits to consider, in an IPv6 source IP address, for creating the hash that is required by the SOURCEIPHASH load balancing method.
Default value: 128
Minimum value = 1
Maximum value = 128
v6persistmasklen
no
Number of bits to consider in an IPv6 source IP address when creating source IP address based persistence sessions.
Default value: 128
Minimum value = 1
Maximum value = 128
validate_certs
no yes
If no, SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.

Examples

Status

This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.

For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.

© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.4/netscaler_gslb_vserver_module.html