instance-runner-import.cfg.in 602 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
[buildout]
extends = ${template-runner:output}
          ${pbsready-import:output}


parts +=
    slaprunner
# have to repeat the next one, as it's not inherited from pbsready-import
    import-on-notification

[importer]
recipe = slapos.cookbook:slaprunner.import
13
wrapper = $${directory:bin}/$${slap-parameter:namebase}-importer
14
srv-directory = $${directory:srv}
15
etc-directory = $${directory:etc}
16
backup-directory = $${directory:backup}
17 18 19 20
shell-binary = ${dash:location}/bin/dash
rsync-binary = ${rsync:location}/bin/rsync
curl-binary = ${curl:location}/bin/curl
backend-url = $${slaprunner:access-url}