Commit db2bf318 authored by Eric Zheng's avatar Eric Zheng

software/headless-chromium: add slap-configuration

parent af6e523c
[template-cfg]
filename = instance.cfg.in
md5sum = 39b836260a86fde229f49d83c09c137d
md5sum = 91a7002c94a1c5b54bad60f2202a09ce
[instance-headless-chromium]
_update_hash_filename_ = instance_headless-chromium.cfg.in
md5sum = dd9621317912f7186705ddec43fa74b3
md5sum = a172cebe3440a2bdd8cc45c0eab604e2
[template-launcher]
_update_hash_filename_ = templates/launcher.in
......
......@@ -22,4 +22,13 @@ context =
[switch-softwaretype]
recipe = slapos.cookbook:softwaretype
RootSoftwareInstance = ${:default}
default = ${instance-headless-chromium:rendered}
[slap-configuration]
recipe = slapos.cookbook:slapconfiguration
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}
......@@ -36,8 +36,6 @@ recipe = slapos.cookbook:publish
remote_debug_url = ${headless-chromium:remote_debug_url}
cdn_url = ${remote-debugging-frontend:connection-secure_access}
# TODO: see if we need the slap-configuration stuff in instance.cfg.in
[remote-debugging-frontend]
<= slap-connection
recipe = slapos.cookbook:requestoptional
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment