pbsready.cfg.in 8.4 KB
Newer Older
1 2
[buildout]

3
parts +=
4
  logrotate-entry-cron
5
  logrotate-entry-equeue
6
  logrotate-entry-notifier
7
  logrotate-entry-resilient
8
  cron
9
  cron-entry-notifier-status-feed
10
  notifier-feed-status-promise
11
  notifier-stalled-promise
12
  resilient-sshkeys-authority
13
  sshd-raw-server
14 15 16 17 18
  sshd-graceful
  sshkeys-sshd
  sshd-promise
  resilient-sshkeys-sshd-promise
  sshd-pbs-authorized-key
19
  notifier
20

21

22 23 24
extends =
  ${monitor2-template:rendered}

25 26 27 28
#----------------
#--
#-- Creation of all needed directories.

29 30 31 32 33 34 35
[rootdirectory]
recipe = slapos.cookbook:mkdirectory
etc = $${buildout:directory}/etc
var = $${buildout:directory}/var
srv = $${buildout:directory}/srv
bin = $${buildout:directory}/bin

36
[basedirectory]
37 38 39 40
recipe = slapos.cookbook:mkdirectory
log = $${rootdirectory:var}/log
services = $${rootdirectory:etc}/service
run = $${rootdirectory:var}/run
41
scripts = $${rootdirectory:etc}/run
42 43
backup = $${rootdirectory:srv}/backup
promises = $${rootdirectory:etc}/promise
44
services = $${rootdirectory:etc}/service
Marco Mariani's avatar
Marco Mariani committed
45 46
cache = $${rootdirectory:var}/cache
notifier = $${rootdirectory:etc}/notifier
47 48

[directory]
49
recipe = slapos.cookbook:mkdirectory
50 51 52
backup = $${basedirectory:backup}/$${slap-parameter:namebase}
ssh = $${rootdirectory:etc}/ssh/
sshkeys = $${rootdirectory:srv}/sshkeys
Marco Mariani's avatar
Marco Mariani committed
53 54
notifier-feeds = $${basedirectory:notifier}/feeds
notifier-callbacks = $${basedirectory:notifier}/callbacks
55
notifier-status-items = $${basedirectory:notifier}/status-items
56 57 58 59 60
cron-entries = $${rootdirectory:etc}/cron.d
crontabs = $${rootdirectory:etc}/crontabs
cronstamps = $${rootdirectory:etc}/cronstamps
logrotate-entries = $${rootdirectory:etc}/logrotate.d
logrotate-backup = $${basedirectory:backup}/logrotate
61
cgi-bin = $${rootdirectory:srv}/cgi-bin
62
monitor-resilient = $${monitor-directory:private}/resilient
63 64 65 66

#----------------
#--
#-- Deploy cron.
67
# cron and cron-simplelogger are deployed by logrotate.
68 69 70 71 72 73

#----------------
#--
#-- Deploy logrotate.

[logrotate-entry-equeue]
74
<= logrotate-entry-base
75
name = equeue
76
log = $${equeue:log} $${sshd-server:log}
77 78
frequency = daily
rotate-num = 30
79

80
[logrotate-entry-notifier]
81 82 83 84 85 86
<= logrotate-entry-base
name = notifier
log = $${notifier:feeds}/*
rotate-num = 5
frequency = weekly
nocompress = 1
87

88
[logrotate-entry-resilient]
89
<= logrotate-entry-base
90 91 92 93 94
name = resilient_log
log = $${basedirectory:log}/resilient.log
frequency = weekly
rotate-num = 7

95 96
#----------------
#--
97
#-- Sets up an rdiff-backup server (with a openssh server for ssh)
98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113

[rdiff-backup-server]
recipe = slapos.cookbook:pbs
client = false
path = $${directory:backup}
wrapper = $${rootdirectory:bin}/rdiffbackup-server
rdiffbackup-binary = ${buildout:bin-directory}/rdiff-backup


#----------------
#--
#-- Set up the equeue and notifier.

[equeue]
recipe = slapos.cookbook:equeue
socket = $${basedirectory:run}/equeue.sock
114
lockfile = $${basedirectory:run}/equeue.lock
115 116 117 118 119 120 121 122
log = $${basedirectory:log}/equeue.log
database = $${rootdirectory:srv}/equeue.db
wrapper = $${basedirectory:services}/equeue
equeue-binary = ${buildout:bin-directory}/equeue

# notifier.notify adds the [exporter, notifier] to the execution queue
# notifier.notify.callback sets up a callback
[notifier]
123 124 125 126 127
recipe = slapos.recipe.template:jinja2
template = ${template-wrapper:output}
rendered = $${:wrapper}
wrapper = $${basedirectory:services}/notifier
mode = 0700
128 129
feeds = $${directory:notifier-feeds}
callbacks = $${directory:notifier-callbacks}
130 131
command = ${buildout:bin-directory}/pubsubserver --callbacks $${directory:notifier-callbacks} --feeds $${directory:notifier-feeds} --equeue-socket $${equeue:socket} --logfile $${basedirectory:log}/notifier.log $${:host} $${:port}
notifier-binary = ${buildout:bin-directory}/pubsubnotifier
132
host = $${slap-network-information:global-ipv6}
133
port = $${notifier-port:port}
134 135 136
instance-root-name = $${instance-info-parameters:root-name}
log-url = $${publish:monitor-base-url}/resilient/notifier-status-rss
status-item-directory = $${directory:notifier-status-items}
137 138
context =
  key content notifier:command
139

140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157
[notifier-resilient-status-feed]
recipe = slapos.cookbook:wrapper
command-line = ${buildout:directory}/bin/generatefeed --output $${:feed-path} --status-item-path $${notifier:status-item-directory} --title "Status feed for $${notifier:instance-root-name}" --link $${notifier:log-url}
feed-path = $${directory:monitor-resilient}/notifier-status-rss
wrapper-path = $${rootdirectory:bin}/resilient-genstatusrss.py

[cron-entry-notifier-status-feed]
<= cron
recipe = slapos.cookbook:cron.d
name = resilient-notifier-status-feed
frequency = */5 * * * *
command = $${notifier-resilient-status-feed:wrapper-path}

[notifier-stalled-promise]
recipe = slapos.cookbook:wrapper
# time-buffer is 24h (+1h of latitude)
command-line = ${buildout:bin-directory}/check-feed-as-promise --feed-path $${notifier-resilient-status-feed:feed-path} --title --ok-pattern 'OK' --time-buffer 90000
wrapper-path = $${basedirectory:promises}/stalled-notifier-callbacks
158

159 160
#----------------
#--
161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
#-- OpenSSH.
[resilient-sshd-config]
# XXX: Add timeout support
recipe = slapos.recipe.template:jinja2
rendered = $${directory:etc}/resilient-sshd.conf
path_pid = $${directory:run}/resilient-sshd.pid
template = inline:
 PidFile $${:path_pid}
 Port $${sshd-port:port}
 ListenAddress $${slap-network-information:global-ipv6}
 Protocol 2
 UsePrivilegeSeparation no
 HostKey $${directory:ssh}/server_key.rsa
 AuthorizedKeysFile $${directory:ssh}/.ssh/authorized_keys
 PasswordAuthentication no
 PubkeyAuthentication yes
 ForceCommand $${rdiff-backup-server:wrapper}

[sshd-raw-server]
recipe = slapos.cookbook:wrapper
181 182
host = $${slap-network-information:global-ipv6}
rsa-keyfile = $${directory:ssh}/server_key.rsa
183 184 185
home = $${directory:ssh}
command-line = ${openssh:location}/sbin/sshd -D -e -f $${resilient-sshd-config:rendered}
wrapper-path = $${rootdirectory:bin}/raw_sshd
186

187 188
[sshd-pbs-authorized-key]
<= sshd-raw-server
189 190 191
recipe = slapos.cookbook:dropbear.add_authorized_key
key = $${slap-parameter:authorized-key}

192
[sshd-server]
193 194 195
recipe = collective.recipe.template
log = $${basedirectory:log}/sshd.log
input = inline:#!/bin/sh
196
    exec $${sshd-raw-server:wrapper-path} >> $${:log} 2>&1
197 198 199

output = $${rootdirectory:bin}/raw_sshd_log
mode = 700
200

201 202
[sshd-graceful]
recipe = slapos.cookbook:wrapper
203
command-line = $${directory:bin}/killpidfromfile $${resilient-sshd-config:path_pid} SIGHUP
204 205 206 207 208 209 210 211
wrapper-path = $${basedirectory:scripts}/sshd-graceful

[sshd-promise]
recipe = slapos.cookbook:check_port_listening
path = $${basedirectory:promises}/sshd
hostname = $${slap-network-information:global-ipv6}
port = $${sshd-port:port}

212 213 214 215
#----------------
#--
#-- sshkeys

216 217
[sshkeys-directory]
recipe = slapos.cookbook:mkdirectory
218 219
requests = $${directory:sshkeys}/resilient-requests
keys = $${directory:sshkeys}/resilient-keys
220

221
[resilient-sshkeys-authority]
222 223 224
recipe = slapos.cookbook:sshkeys_authority
request-directory = $${sshkeys-directory:requests}
keys-directory = $${sshkeys-directory:keys}
225
wrapper = $${basedirectory:services}/resilient_sshkeys_authority
226
keygen-binary = ${openssh:location}/bin/ssh-keygen
227

228
[sshkeys-sshd]
229
<= resilient-sshkeys-authority
230
recipe = slapos.cookbook:sshkeys_authority.request
231
name = sshd
232
type = rsa
233 234 235
executable = $${sshd-server:output}
public-key = $${sshd-raw-server:rsa-keyfile}.pub
private-key = $${sshd-raw-server:rsa-keyfile}
236 237
wrapper = $${basedirectory:services}/sshd

238
[resilient-sshkeys-sshd-promise]
239 240
# Check that public key file exists and is not empty
recipe = collective.recipe.template
241
input = inline:#!${bash:location}/bin/bash
242
  PUBLIC_KEY_CONTENT="$${sshkeys-sshd:public-key-value}"
243
  if [[ ! -n "$PUBLIC_KEY_CONTENT" || "$PUBLIC_KEY_CONTENT" == *None* ]]; then
244 245 246 247
    exit 1
  fi
output = $${basedirectory:promises}/public-key-existence
mode = 700
248

249 250 251 252 253 254 255 256 257 258 259 260 261 262
#----------------
#--
#-- Promises

[notifier-feed-status-promise]
recipe = slapos.recipe.template:jinja2
template = ${notifier-feed-promise-template:target}
rendered = $${basedirectory:promises}/notifier-feed-check-malformed-or-failure.py
mode = 700
context =
  key notifier_feed_directory directory:notifier-feeds
  raw base_url http://[$${notifier:host}]:$${notifier:port}/get/
  raw python_executable ${buildout:executable}

263 264
#----------------
#--
265
#-- Connection informations to re-use.
266 267 268 269

[user-info]
recipe = slapos.cookbook:userinfo

270 271 272
# XXX-Cedric: when "aggregation" system is done in libslap, directly publish.
[resilient-publish-connection-parameter]
recipe = slapos.cookbook:publish
273
ssh-public-key = $${sshkeys-sshd:public-key-value}
274
ssh-url = ssh://$${user-info:pw-name}@[$${sshd-raw-server:host}]:$${sshd-port:port}/$${rdiff-backup-server:path}
275
ip = $${slap-network-information:global-ipv6}