salt.states.lvs_service

Management of LVS(Linux Virtual Server) Service.

This lvs_service module is used to create and manage LVS Service. Service can be set as either absent or present.

salt.states.lvs_service.absent(name, protocol=None, service_address=None)

Ensure the LVS service is absent.

name
The name of the LVS service
protocol
The service protocol
service_address
The LVS service adress
salt.states.lvs_service.present(name, protocol=None, service_address=None, scheduler='wlc')

Ensure that the named service is present.

name
The LVS service name
protocol
The service protocol
service_address
The LVS service address
scheduler
Algorithm for allocating TCP connections and UDP datagrams to real servers.
lvstest:
  lvs_service.present:
    - service_address: 1.1.1.1:80
    - protocol: tcp
    - scheduler: rr

Current Salt release: 2014.1.6

Docs for previous releases on salt.rtfd.org.

Table Of Contents

Previous topic

salt.states.lvs_server

Next topic

salt.states.makeconf

Upcoming SaltStack Events