instance-runner.cfg 24.6 KB
Newer Older
1 2
[buildout]
parts =
3 4 5 6
  nginx_conf
  nginx-launcher
  certificate-authority
  ca-nginx
7
  ca-shellinabox
8 9
  gunicorn-launcher
  gunicorn-graceful
10
  sshkeys-dropbear-runner
11
  dropbear-server-add-authorized-key
12
  sshkeys-authority
13
  publish-connection-informations
14 15 16
  slaprunner-promise
  slaprunner-frontend-promise
  dropbear-promise
17
  runtestsuite
18
  shellinabox-promise
19
  symlinks
20
  shellinabox
21
  slapos-cfg
22
  slapos-repo
23
  cron-entry-prepare-software
24
  deploy-instance-parameters
25
  instance-software
26
  instance-software-type
27
  minishell-cwd
28
  bash-profile
29
  supervisord-wrapper
30
  supervisord-promise
31 32 33
{% if slapparameter_dict.get('custom-frontend-backend-url') %}
  custom-frontend-promise
{% endif %}
34
## Monitoring part
35
###Parts to add for monitoring
36
  cron
37 38 39
  certificate-authority
  cron-entry-monitor
  cron-entry-rss
40 41 42
  deploy-index
  deploy-settings-cgi
  deploy-status-cgi
43
  deploy-status-history-cgi
44
  setup-static-files
45 46
  certificate-authority
  zero-parameters
47
  public-symlink
48 49 50 51 52 53
  cgi-httpd-wrapper
  cgi-httpd-graceful-wrapper
  monitor-promise
  monitor-instance-log-access
## Monitor for runner
  monitor-current-log-access
54
  monitor-deploy-cors-domain-cgi
55
  monitor-check-webrunner-internal-instance
56 57

extends = ${monitor-template:output}
58 59 60 61 62

eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory}
offline = true

63 64 65 66 67 68 69
{% if slapparameter_dict.get('custom-frontend-backend-url') -%}
# Requests, if defined, a frontend to allow access to a server
# located inside of the virtual machine listening to port X
# to LAN IPv4.
# Internaly, the frontend will be asked to listen on the IPv6
# with port X + 10000, to match NAT rules of Qemu.
[request-custom-frontend]
70
recipe = slapos.cookbook:requestoptional
71 72 73 74 75
software-url = {{ slapparameter_dict.get('custom-frontend-software-url', 'http://git.erp5.org/gitweb/slapos.git/blob_plain/HEAD:/software/apache-frontend/software.cfg') }}
software-type = {{ slapparameter_dict.get('custom-frontend-software-type', 'RootSoftwareInstance') }}
slave = true
name = Custom Web Frontend

76 77 78 79 80
server-url = $${slap-connection:server-url}
key-file = $${slap-connection:key-file}
cert-file = $${slap-connection:cert-file}
computer-id = $${slap-connection:computer-id}
partition-id = $${slap-connection:partition-id}
81

82
{%- if slapparameter_dict.get('custom-frontend-instance-guid') -%}
83
sla-instance_guid = $${slap-parameter:frontend-instance-guid}
84 85
{% endif -%}

86 87
{% set custom_frontend_backend_type = slapparameter_dict.get('custom-frontend-backend-type') -%}
{% if custom_frontend_backend_type -%}
88 89
config-type = {{ custom_frontend_backend_type }}
{% endif -%}
90
config-url = {{ slapparameter_dict.get('custom-frontend-backend-url') }}
91
return = site_url domain
92 93 94

[custom-frontend-promise]
recipe = slapos.cookbook:check_url_available
95 96 97 98 99
path = $${directory:promises}/custom_frontend_promise
url = https://$${request-custom-frontend:connection-domain}
{% if slapparameter_dict.get('custom-frontend-basic-auth') -%}
check-secure = 1
{% endif -%}
100 101 102 103
dash_path = {{ dash_executable_location }}
curl_path = {{ curl_executable_location }}

[publish-connection-informations]
104
custom-frontend-url = https://$${request-custom-frontend:connection-domain}
105
{% endif %}
106

107
# Create all needed directories
108
[directory]
109 110 111 112 113
recipe = slapos.cookbook:mkdirectory
etc = $${buildout:directory}/etc/
var = $${buildout:directory}/var/
srv = $${buildout:directory}/srv/
bin = $${buildout:directory}/bin/
114
tmp = $${buildout:directory}/tmp/
115

116 117 118 119 120 121 122 123 124
sshkeys = $${:srv}/sshkeys
services = $${:etc}/service/
scripts = $${:etc}/run/
ssh = $${:etc}/ssh/
log = $${:var}/log/
run = $${:var}/run/
backup = $${:srv}/backup/
promises = $${:etc}/promise/
test = $${:etc}/test/
125
nginx-data = $${directory:srv}/nginx
126
ca-dir = $${:srv}/ssl
127
project = $${:srv}/runner/project
128 129 130

[runnerdirectory]
recipe = slapos.cookbook:mkdirectory
131 132
home = $${directory:srv}/runner/
test = $${directory:srv}/test/
133
project = $${:home}/project
134
public = $${:home}/public
135 136
software-root = $${:home}/software
instance-root = $${:home}/instance
137 138 139
project-test = $${:test}/project
software-test = $${:test}/software
instance-test = $${:test}/instance
140
sessions = $${buildout:directory}/.sessions
141 142
private-project = $${:home}/.git-private
public-project = $${:home}/.git-public
143

144 145
#Create password recovery code for slaprunner
[recovery-code]
146
recipe = slapos.cookbook:generate.password
147
storage-path = $${directory:etc}/.rcode
148
bytes = 8
149

150
[slaprunner]
151
slaprunner = ${buildout:directory}/bin/slaprunner
152
slapos = ${buildout:directory}/bin/slapos
153 154
slapproxy = ${buildout:directory}/bin/slapproxy
supervisor = ${buildout:directory}/bin/slapgrid-supervisorctl
155
git-binary = ${git:location}/bin/git
156
root_check = false
157
slapos.cfg = $${directory:etc}/slapos.cfg
158 159
working-directory = $${runnerdirectory:home}
project-directory = $${runnerdirectory:project}
160 161
instance_root = $${runnerdirectory:instance-root}
software_root = $${runnerdirectory:software-root}
162
instance-monitor-url = https://[$${:ipv6}]:$${monitor-parameters:port}
163 164 165
etc_dir = $${directory:etc}
log_dir =  $${directory:log}
run_dir = $${directory:run}
166 167 168
ssh_client = $${sshkeys-dropbear-runner:wrapper}
public_key = $${sshkeys-dropbear-runner:public-key}
private_key = $${sshkeys-dropbear-runner:private-key}
169 170
ipv4 = $${slap-network-information:local-ipv4}
ipv6 = $${slap-network-information:global-ipv6}
171
instance_root = $${runnerdirectory:instance-root}
Jean-Baptiste Petre's avatar
Jean-Baptiste Petre committed
172
proxy_port = 50000
173
runner_port = 50005
174
partition-amount = $${slap-parameter:instance-amount}
175
wrapper = $${directory:services}/slaprunner
176
debug = $${slap-parameter:debug}
177
access-url = https://[$${:ipv6}]:$${:runner_port}
178
supervisord_config = $${directory:etc}/supervisord.conf
179
supervisord_server = http://$${supervisord:server}
180
proxy_database = $${slaprunner:working-directory}/proxy.db
181 182 183
console = False
verbose = False
debug = False
184 185 186 187
auto_deploy = $${slap-parameter:auto-deploy}
auto_deploy_instance = $${slap-parameter:auto-deploy-instance}
autorun = $${slap-parameter:autorun}
knowledge0_file = $${buildout:directory}/$${public:filename}
188
minishell_cwd_file = $${directory:etc}/.minishell-cwd
189
minishell_history_file = $${directory:etc}/.minishell_history
190 191
software_info_json = $${runnerdirectory:home}/software_info.json
instance_info_json = $${runnerdirectory:home}/instance_info.json
192
path = $${shell:path}
193

194 195
[test-runner]
<= slaprunner
196
slapos.cfg = $${directory:etc}/slapos-test.cfg
197 198
working-directory = $${runnerdirectory:test}
project-directory = $${runnerdirectory:project-test}
199 200
software_root = $${runnerdirectory:software-test}
instance_root = $${runnerdirectory:instance-test}
201
proxy_port = 8602
202
etc_dir = $${directory:test}
203 204
autorun = False
auto_deploy = True
205

206 207 208
[runtestsuite]
recipe = slapos.cookbook:wrapper
command-line = ${buildout:directory}/bin/slaprunnertest
209
wrapper-path = $${directory:bin}/runTestSuite
210
environment = RUNNER_CONFIG=$${slapos-cfg:rendered}
211 212 213 214 215 216

# Deploy dropbear (minimalist SSH server)
[sshkeys-directory]
recipe = slapos.cookbook:mkdirectory
requests = $${directory:sshkeys}/requests/
keys = $${directory:sshkeys}/keys/
217

218 219 220 221
[sshkeys-authority]
recipe = slapos.cookbook:sshkeys_authority
request-directory = $${sshkeys-directory:requests}
keys-directory = $${sshkeys-directory:keys}
222
wrapper = $${directory:services}/sshkeys_authority
223 224
keygen-binary = ${dropbear:location}/bin/dropbearkey

225
[dropbear-runner-server]
226 227
recipe = slapos.cookbook:dropbear
host = $${slap-network-information:global-ipv6}
228
port = 22222
229
home = $${buildout:directory}
230 231
wrapper = $${directory:bin}/runner_sshd
shell = ${bash:location}/bin/bash
232 233 234
rsa-keyfile = $${directory:ssh}/server_key.rsa
dropbear-binary = ${dropbear:location}/sbin/dropbear

235
[sshkeys-dropbear-runner]
236 237 238 239
<= sshkeys-authority
recipe = slapos.cookbook:sshkeys_authority.request
name = dropbear
type = rsa
240 241 242 243
executable = $${dropbear-runner-server:wrapper}
public-key = $${dropbear-runner-server:rsa-keyfile}.pub
private-key = $${dropbear-runner-server:rsa-keyfile}
wrapper = $${directory:services}/runner_sshd
244 245

[dropbear-server-add-authorized-key]
246
<= dropbear-runner-server
247
recipe = slapos.cookbook:dropbear.add_authorized_key
248
key = $${slap-parameter:user-authorized-key}
249

250
#---------------------------
251
#--
252 253
#-- Set nginx frontend

254 255 256 257 258 259 260 261 262 263 264 265
[tempdirectory]
recipe = slapos.cookbook:mkdirectory
client_body_temp_path = $${directory:tmp}/client_body_temp_path
proxy_temp_path = $${directory:tmp}/proxy_temp_path
fastcgi_temp_path = $${directory:tmp}/fastcgi_temp_path
uwsgi_temp_path = $${directory:tmp}/uwsgi_temp_path
scgi_temp_path = $${directory:tmp}/scgi_temp_path

[nginx-frontend]
# Options
nb_workers = 2
# Network
266
local-ip = $${slap-network-information:local-ipv4}
267
port = 30001
268 269
global-ip = $${slap-network-information:global-ipv6}
global-port = $${slaprunner:runner_port}
270
# Backend
271 272
runner-ip = $${slaprunner:ipv4}
runner-port = $${slaprunner:runner_port}
273 274 275 276 277 278 279 280
# SSL
ssl-certificate = $${ca-nginx:cert-file}
ssl-key = $${ca-nginx:key-file}
# Log
path_pid = $${directory:run}/nginx.pid
path_log = $${directory:log}/nginx.log
path_access_log = $${directory:log}/nginx.access.log
path_error_log = $${directory:log}/nginx.error.log
281
path_tmp = $${directory:tmp}/
282
nginx_prefix = $${buildout:directory}
283 284 285
# Config files
path_nginx_conf = $${directory:etc}/nginx.conf
# Executables
286
bin_nginx = ${nginx-webdav:location}/sbin/nginx
287
bin_launcher = $${directory:bin}/launcher
288 289
# Utils
path_shell = ${dash:location}/bin/dash
290 291
# Misc.
etc_dir = $${directory:etc}
292
work_dir = $${slaprunner:working-directory}
293 294 295 296 297 298

[nginx_conf]
recipe = slapos.recipe.template:jinja2
template = ${template_nginx_conf:location}/${template_nginx_conf:filename}
rendered = $${nginx-frontend:path_nginx_conf}
context =
299
    key shellinabox_port shellinabox:port
300
    key socket gunicorn:socket
301 302 303 304 305 306 307 308 309 310 311
    section param_nginx_frontend nginx-frontend
    section param_tempdir tempdirectory

[nginx-launcher]
recipe = slapos.recipe.template:jinja2
template = ${template_launcher:location}/${template_launcher:filename}
rendered = $${nginx-frontend:bin_launcher}
mode = 700
context =
    section param_nginx_frontend nginx-frontend

312 313 314 315 316 317 318 319 320 321 322 323 324
[httpd-parameters]
path_pid = $${directory:run}/httpd.pid
path_error_log = $${directory:log}/httpd-error.log
path_access_log = $${directory:log}/httpd-access.log
key_file = $${ca-httpd:key-file}
cert_file = $${ca-httpd:cert-file}
global_ip = $${slap-network-information:global-ipv6}
global_port = $${slaprunner:runner_port}
monitor_port = $${monitor-parameters:port}
monitor_index = $${deploy-index:rendered}
working_directory = $${slaprunner:working-directory}
dav_lock = $${directory:var}/DavLock
etc_dir = $${directory:etc}
325
var_dir = $${directory:var}
326
project_folder = $${directory:project}
327
project_private_folder = $${runnerdirectory:private-project}
328
project_public_folder = $${runnerdirectory:public-project}
329
runner_home = $${runnerdirectory:home}
330
git_http_backend = ${git:location}/libexec/git-core/git-http-backend
331
cgi_httpd_conf = $${monitor-httpd-configuration-file:rendered}
332
httpd_cors_file = $${monitor-httpd-cors:location}
333 334 335 336 337

[httpd-conf]
recipe = slapos.recipe.template:jinja2
template = ${template_httpd_conf:location}/${template_httpd_conf:filename}
rendered = $${directory:etc}/httpd.conf
338
context =
339 340 341
    section parameters httpd-parameters

[cgi-httpd-wrapper]
342 343 344
recipe = slapos.cookbook:wrapper
apache-executable = ${apache:location}/bin/httpd
wrapper-path = $${ca-httpd:executable}
345 346
command-line = $${:apache-executable} -f $${httpd-conf:rendered} -DFOREGROUND

347 348 349 350
#--------------------
#--
#-- WSGI

351
[gunicorn]
352 353 354 355 356 357 358 359
bin_gunicorn = $${directory:bin}/gunicorn
bin_launcher = $${directory:services}/gunicorn
path_shell = ${dash:location}/bin/dash
socket = $${directory:tmp}/flaskserver.sock
path_pid = $${directory:run}/gunicorn.pid

[gunicorn-launcher]
recipe = slapos.cookbook:wrapper
360
command-line = $${gunicorn:bin_gunicorn} slapos.runner.run:app -p $${gunicorn:path_pid} -b unix:$${gunicorn:socket} -e RUNNER_CONFIG=$${slaprunner:slapos.cfg} --error-logfile $${directory:log}/$${:error-log-file} --log-level error --preload
361
error-log-file = gunicorn-error.log
362
wrapper-path = $${gunicorn:bin_launcher}
363
environment = PATH=$${environ:PATH}:${git:location}/bin/
364
  RUNNER_CONFIG=$${slaprunner:slapos.cfg}
365
  LANG=en_GB.UTF-8
366 367 368

[gunicorn-graceful]
recipe = slapos.cookbook:wrapper
369
command-line = $${directory:bin}/killpidfromfile $${gunicorn:path_pid} SIGHUP
370 371
wrapper-path = $${directory:scripts}/gunicorn-graceful

372
#--------------------
373
#--
374
#-- ssl certificates
375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399

[certificate-authority]
recipe = slapos.cookbook:certificate_authority
openssl-binary = ${openssl:location}/bin/openssl
ca-dir = $${directory:ca-dir}
requests-directory = $${cadirectory:requests}
wrapper = $${directory:services}/certificate_authority
ca-private = $${cadirectory:private}
ca-certs = $${cadirectory:certs}
ca-newcerts = $${cadirectory:newcerts}
ca-crl = $${cadirectory:crl}

[cadirectory]
recipe = slapos.cookbook:mkdirectory
requests = $${directory:ca-dir}/requests/
private = $${directory:ca-dir}/private/
certs = $${directory:ca-dir}/certs/
newcerts = $${directory:ca-dir}/newcerts/
crl = $${directory:ca-dir}/crl/

[ca-nginx]
<= certificate-authority
recipe = slapos.cookbook:certificate_authority.request
key-file = $${cadirectory:certs}/nginx_frontend.key
cert-file = $${cadirectory:certs}/nginx_frontend.crt
400 401
executable = $${nginx-launcher:rendered}
wrapper = $${directory:services}/nginx-frontend
402 403 404
# Put domain name
name = example.com

405 406 407 408 409
[ca-shellinabox]
<= certificate-authority
recipe = slapos.cookbook:certificate_authority.request
executable = $${shellinabox:wrapper}
wrapper = $${directory:services}/shellinaboxd
410 411
key-file = $${cadirectory:certs}/shellinabox.key
cert-file = $${cadirectory:certs}/shellinabox.crt
412
#--------------------
413 414
#--
#-- Request frontend
415

416 417
[request-frontend]
<= slap-connection
418
recipe = slapos.cookbook:requestoptional
419
name = SlapRunner Frontend
420 421 422
# XXX We have hardcoded SR URL here.
software-url = http://git.erp5.org/gitweb/slapos.git/blob_plain/HEAD:/software/apache-frontend/software.cfg
slave = true
423
config-url = $${slaprunner:access-url}
424
config-domain = $${slap-parameter:frontend-domain}
425
return = site_url domain
426

427 428 429 430 431 432 433
[monitor-frontend]
<= slap-connection
recipe = slapos.cookbook:requestoptional
name = Monitor Frontend
# XXX We have hardcoded SR URL here.
software-url = http://git.erp5.org/gitweb/slapos.git/blob_plain/HEAD:/software/apache-frontend/software.cfg
slave = true
434
config-url = https://[$${monitor-httpd-configuration:listening-ip}]:$${monitor-parameters:port}
435 436 437
config-domain = $${slap-parameter:frontend-domain}
return = site_url domain

438
#--------------------------------------
439 440
#--
#-- Send informations to SlapOS Master
441

442 443
[publish-connection-informations]
recipe = slapos.cookbook:publish
444
1_info = On your first run, Use "access_url" to setup you account. Then you can use both "url" or "access_url". Or "backend_url" if you want to use ipv6. Set up your account in the webrunner in order to use webdav, and being able to clone your git repositories from the runner.
445
2_info = In order to set up your account, get the recovery-code from the monitoring interface. Before read the notification on monitor_info.
446
backend_url = $${slaprunner:access-url}
447
access_url = $${:url}/login
448
url =  https://$${request-frontend:connection-domain}
449
ssh_command = ssh $${dropbear-runner-server:host} -p $${dropbear-runner-server:port}
450
monitor_url = https://$${monitor-frontend:connection-domain}
451
monitor_backend_url = https://[$${monitor-httpd-configuration:listening-ip}]:$${monitor-parameters:port}
452 453
webdav_url = $${:monitor_url}/share/
public_url =  $${:monitor_url}/public/
454 455
git_public_url = https://[$${httpd-parameters:global_ip}]:$${httpd-parameters:monitor_port}/git-public/
git_private_url = https://[$${httpd-parameters:global_ip}]:$${httpd-parameters:monitor_port}/git/
456

457 458 459
#---------------------------
#--
#-- Deploy promises scripts
Jean-Baptiste Petre's avatar
Jean-Baptiste Petre committed
460

461 462
[slaprunner-promise]
recipe = slapos.cookbook:check_port_listening
463
path = $${directory:promises}/slaprunner
464 465
hostname = $${slaprunner:ipv6}
port = $${slaprunner:runner_port}
Jean-Baptiste Petre's avatar
Jean-Baptiste Petre committed
466

467
[slaprunner-frontend-promise]
Jean-Baptiste Petre's avatar
Jean-Baptiste Petre committed
468
recipe = slapos.cookbook:check_url_available
469
path = $${directory:promises}/slaprunner_frontend
470
url = https://$${request-frontend:connection-domain}/login
Jean-Baptiste Petre's avatar
Jean-Baptiste Petre committed
471 472
dash_path = ${dash:location}/bin/dash
curl_path = ${curl:location}/bin/curl
473
check-secure = 1
Jean-Baptiste Petre's avatar
Jean-Baptiste Petre committed
474

475 476
[dropbear-promise]
recipe = slapos.cookbook:check_port_listening
477
path = $${directory:promises}/dropbear
478 479
hostname = $${dropbear-runner-server:host}
port = $${dropbear-runner-server:port}
480

481 482 483 484 485 486
[shellinabox-promise]
recipe = slapos.cookbook:check_port_listening
path = $${directory:promises}/shellinabox
hostname = $${shellinabox:ipv6}
port = $${shellinabox:port}

487 488
[symlinks]
recipe = cns.recipe.symlink
489
symlink_target = $${directory:bin}
490
symlink_base = ${buildout:directory}/bin
491 492 493

[slap-parameter]
# Default value if no ssh key is specified
494
user-authorized-key =
495
# Default value of instances number in slaprunner
496
instance-amount = 10
497 498
debug = false
frontend-domain =
499 500
slapos-repository = http://git.erp5.org/repos/slapos.git
slapos-software =
501
slapos-software-type =
502
slapos-reference = master
503
auto-deploy = false
504
auto-deploy-instance = true
505
autorun = false
506
monitor-port = 9684
507 508 509

[monitor-parameters]
port = $${slap-parameter:monitor-port}
510

511 512
[slapos-cfg]
recipe = slapos.recipe.template:jinja2
513
template = ${template-slapos-cfg:location}/${template-slapos-cfg:filename}
514 515 516
rendered = $${slaprunner:slapos.cfg}
mode = 700
context =
517
  section slaprunner slaprunner
518

519 520
[slapos-test-cfg]
recipe = slapos.recipe.template:jinja2
521
template = ${template-slapos-cfg:location}/${template-slapos-cfg:filename}
522 523 524 525 526
rendered = $${test-runner:slapos.cfg}
mode = 700
context =
  section slaprunner test-runner

527 528
[shellinabox]
recipe = slapos.cookbook:shellinabox
529
ipv6 = $${slap-network-information:global-ipv6}
530
port = 8949
531
shell = $${shell:wrapper}
532
wrapper = $${directory:bin}/shellinaboxd
533
shellinabox-binary = ${shellinabox:location}/bin/shellinaboxd
534
password = $${zero-parameters:shell-password}
535
directory = $${runnerdirectory:home}
536
login-shell = $${directory:bin}/login
537 538 539
certificate-directory = $${cadirectory:certs}
cert-file = $${ca-shellinabox:cert-file}
key-file = $${ca-shellinabox:key-file}
540

541 542 543
[shellinabox-code]
recipe = slapos.cookbook:generate.password
storage-path = $${directory:etc}/.scode
544
bytes = 8
545 546 547 548 549 550

[shell]
recipe = slapos.cookbook:shell
wrapper = $${directory:bin}/sh
shell = ${bash:location}/bin/bash
home = $${runnerdirectory:home}
551
path = $${environ:PATH}:${nano:location}/bin:${vim:location}/bin:${screen:location}/bin:${git:location}/bin
552 553
ps1 = "\\w> "

554 555 556
[environ]
recipe = collective.recipe.environment

557 558 559 560 561 562
[slapos-repo]
recipe = slapos.recipe.build:gitclone
repository = $${slap-parameter:slapos-repository}
git-executable = ${git:location}/bin/git
develop = true
location = $${directory:project}/slapos
563
branch = $${slap-parameter:slapos-reference}
564 565 566

[prepare-software]
recipe = slapos.cookbook:wrapper
567
command-line = ${curl:location}/bin/curl -g https://[$${slaprunner:ipv6}]:$${slaprunner:runner_port}/isSRReady --max-time 1 --insecure
568 569
wrapper-path = $${directory:scripts}/prepareSoftware

570 571 572 573 574 575 576
[cron-entry-prepare-software]
<= cron
recipe = slapos.cookbook:cron.d
name = prepare-software
frequency = */2 * * * *
command = $${prepare-software:wrapper-path}

577 578 579
[instance-parameters]
recipe = slapos.recipe.template:jinja2
extensions = jinja2.ext.do
580
template = ${template-parameters:location}/${template-parameters:filename}
581 582
rendered = $${directory:etc}/.parameter.xml.default
mode = 0644
583
context =
584 585 586 587 588 589 590 591
  key slapparameter_dict slap-configuration:configuration

[deploy-instance-parameters]
recipe = plone.recipe.command
stop-on-error = true
parameter-xml = $${directory:etc}/.parameter.xml
command = if [ ! -f $${:parameter-xml} ]; then cp $${instance-parameters:rendered} $${:parameter-xml}; fi

592 593 594 595 596 597 598
[instance-software-type]
recipe = plone.recipe.command
stop-on-error = true
# XXX It should not be named with .xml as it is not xml
software-type-path = $${directory:etc}/.software_type.xml
command = if [ ! -f $${:software-type-path} -a "$${slap-parameter:slapos-software-type}" != "" ]; then echo "$${slap-parameter:slapos-software-type}" > $${:software-type-path}; fi

599 600 601 602 603
[instance-software]
recipe = plone.recipe.command
stop-on-error = true
command = SR=$${slap-parameter:slapos-software} && if [ -n "$SR" ] && [ ! -f "$${directory:etc}/.project" ]; then echo workspace/slapos/$${slap-parameter:slapos-software}/ > $${directory:etc}/.project; fi

604 605 606 607 608 609 610 611
[slap-configuration]
recipe = slapos.cookbook:slapconfiguration.serialised
computer = $${slap-connection:computer-id}
partition = $${slap-connection:partition-id}
url = $${slap-connection:server-url}
key = $${slap-connection:key-file}
cert = $${slap-connection:cert-file}

612 613
[public]
shell-password = $${shellinabox-code:passwd}
614 615
recovery-code = $${recovery-code:passwd}

616
[zero-parameters]
617 618


619 620 621 622 623 624
[minishell-cwd]
recipe = plone.recipe.command
command = if [ ! -f $${slaprunner:minishell_cwd_file} ]; then echo $${runnerdirectory:home} > $${slaprunner:minishell_cwd_file}; fi
location = $${slaprunner:minishell_cwd_file}
stop-on-error = true

625
[bash-profile]
626 627 628 629 630 631
recipe = slapos.recipe.template:jinja2
template = ${template-bash-profile:location}/${template-bash-profile:filename}
rendered = $${buildout:directory}/.bash_profile
context =
    raw path $PATH:${nano:location}/bin:${vim:location}/bin:${screen:location}/bin:${git:location}/bin:${curl:location}/bin:${python2.7:location}/bin
    key workdir runnerdirectory:home
632

633
[supervisord]
634
autorestart = false
635 636 637 638
autostart = false
directory = $${buildout:directory}
exitcodes = 0
logfile = $${directory:log}/supervisord.log
639
no_logfile = NONE
640 641 642
numprocs = 1
path = $${environ:PATH}
pidfile = $${directory:run}/supervisord.pid
643 644
server = $${slaprunner:ipv4}:$${:port}
port = 39986
645
slapgrid-cp = slapgrid-cp
646
slapgrid-cp-command = $${slaprunner:slapos} node instance --all --cfg $${:slapos-cfg} --pidfile $${:slapgrid-cp-pid} --verbose --logfile $${:slapgrid-cp-log}
647 648
slapgrid-cp-log = $${runnerdirectory:home}/instance.log
slapgrid-cp-pid = $${directory:run}/slapgrid-cp.pid
649
slapgrid-cp-startretries = 0
650
slapgrid-sr = slapgrid-sr
651
slapgrid-sr-command = $${slaprunner:slapos} node software --all --cfg $${:slapos-cfg} --pidfile $${:slapgrid-sr-pid} --verbose --logfile $${:slapgrid-sr-log}
652 653
slapgrid-sr-log = $${runnerdirectory:home}/software.log
slapgrid-sr-pid = $${directory:run}/slapgrid-sr.pid
654
slapgrid-sr-startretries = 0
655 656 657
slapproxy = slapproxy
slapproxy-autorestart = true
slapproxy-autostart = true
658
slapproxy-startsecs = 1
659
slapproxy-command = $${slaprunner:slapos} proxy start --logfile $${:slapproxy-log} --cfg $${:slapos-cfg}
660
slapproxy-log = $${directory:log}/slapproxy.log
661 662
socket_name = unix://$${:socket_path}
socket_path = $${directory:tmp}/supervisord.sock
663
startsecs = 0
664 665 666
# This file logs errors from listeners. Supervisord has its own logfile.
# Processes should handle their logs by themselves
stderr_logfile = $${directory:log}/supervisord-errors.log
667
slapos-cfg = $${slaprunner:slapos.cfg}
668 669 670 671 672 673

[supervisord-conf]
recipe = slapos.recipe.template:jinja2
template = ${template-supervisord:location}/${template-supervisord:filename}
rendered = $${directory:etc}/supervisord.conf
context =
674 675
    import multiprocessing multiprocessing
    import builtin __builtin__
676
    section supervisord supervisord
677
    key slapparameter_dict slap-configuration:configuration
678 679 680 681 682 683 684 685 686 687
    key listener_slapgrid listener-slapgrid-bin:rendered

[listener-slapgrid-bin]
recipe = slapos.recipe.template:jinja2
template = ${template-listener-slapgrid:location}/${template-listener-slapgrid:filename}
rendered = $${directory:bin}/listener_slapgrid.py
mode = 0744
context =
    section supervisord supervisord
    section slaprunner slaprunner
688
    raw python_executable ${buildout:directory}/bin/${extra-eggs:interpreter}
689 690 691 692 693 694

[supervisord-wrapper]
recipe = slapos.cookbook:wrapper
command-line = $${buildout:directory}/bin/supervisord -c $${supervisord-conf:rendered} --nodaemon
wrapper-path = $${directory:services}/supervisord

695 696 697 698 699 700
[supervisord-promise]
recipe = slapos.cookbook:check_port_listening
path = $${directory:promises}/supervisord
hostname = $${slaprunner:ipv4}
port = $${supervisord:port}

701 702 703
[monitor-current-log-access]
< = monitor-directory-access
source = $${directory:log}
704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719

[monitor-deploy-cors-domain-cgi]
recipe = slapos.recipe.template:jinja2
template = ${cors-domain-cgi:location}/${cors-domain-cgi:filename}
rendered = $${monitor-directory:knowledge0-cgi}/$${:filename}
filename = cors-domain.cgi
mode = 0744
context =
  raw config_cfg $${buildout:directory}/knowledge0.cfg
  raw timestamp $${buildout:directory}/.timestamp
  raw python_executable ${buildout:executable}
  key apache_file httpd-parameters:httpd_cors_file
  key pwd monitor-directory:knowledge0-cgi
  key this_file :filename
  key httpd_graceful cgi-httpd-graceful-wrapper:rendered

720 721 722 723 724 725 726
[monitor-check-webrunner-internal-instance]
recipe = slapos.recipe.template:jinja2
template = ${monitor-check-webrunner-internal-instance:location}/${monitor-check-webrunner-internal-instance:filename}
rendered = $${monitor-directory:monitor-custom-scripts}/$${:filename}
filename = monitor-check-webrunner-internal-instance.py
mode = 0744

727 728 729 730 731 732
[monitor-httpd-cors]
recipe = plone.recipe.command
command = if [ ! -f $${:location} ]; then touch $${:location}; fi
location = $${directory:etc}/$${:filename}
filename = httpd-cors.cfg
stop-on-error = true