Skip to content

Pools Section

This section contains a pools definitions. Key is pool name.

pools:
  mypool:
    subnet: 10.0.2.0/24

subnet

Subnet allocated to pool connection network. pool-gw and pool services' addresses will be allocated from this subnet.

pools:
  mypool:
    subnet: 10.0.2.0/24

address

Address section allow to pin particolar addresses to services in the pool.

pools:
  mypool:
    address:
      gw: 10.0.2.1
      syslog: 10.0.2.2
      trap: 10.0.2.3

gw

Set default gateway to the pools' network. Uses first free IP address in subnet if not set.

pools:
  mypool:
    address:
      gw: 10.0.2.1

syslog

Set up address for syslog collector in the pool. Will be bound to syslogcollector service.

pools:
  mypool:
    address:
      syslog: 10.0.2.2

trap

Set up address for syslog collector in the pool. Will be bound to trapcollector service.

pools:
  mypool:
    address:
      trap: 10.0.2.3