summaryrefslogtreecommitdiffstats
path: root/config/deploy/os-odl-bgpvpn_rocky-ha.yaml
blob: a0833fd4f2b2ae81e02f5322c957a56576c8d755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
global_params:
  ha_enabled: true

deploy_options:
  containers: true
  os_version: rocky
  sdn_controller: opendaylight
  odl_version: master
  tacker: false
  congress: false
  sfc: false
  vpn: true
- nproc - max number of processes # - as - address space limit (KB) # - maxlogins - max number of logins for this user # - maxsyslogins - max number of logins on the system # - priority - the priority to run user process with # - locks - max number of file locks the user can hold # - sigpending - max number of pending signals # - msgqueue - max memory used by POSIX message queues (bytes) # - nice - max nice priority allowed to raise to values: [-20, 19] # - rtprio - max realtime priority # #<domain> <type> <item> <value> # #* soft core 0 #* hard rss 10000 #@student hard nproc 20 #@faculty soft nproc 20 #@faculty hard nproc 50 #ftp hard nproc 0 #@student - maxlogins 4 * - nofile 100000 # End of file #end raw EOF