Commit e29c51e5 authored by Nicolas Wavrant's avatar Nicolas Wavrant Committed by Cédric Le Ninivin

slaprunner: recovery-code can be changed by user

parent e69b012f
...@@ -44,7 +44,7 @@ mode = 0644 ...@@ -44,7 +44,7 @@ mode = 0644
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-runner.cfg url = ${:_profile_base_location_}/instance-runner.cfg
output = ${buildout:directory}/template-runner.cfg.in output = ${buildout:directory}/template-runner.cfg.in
md5sum = 89d3e017ace46f2f86f2abd962e2db5a md5sum = 2bf878b9e658cfb59b44ad1ee107e4d4
mode = 0644 mode = 0644
[instance-runner-import] [instance-runner-import]
......
...@@ -15,7 +15,6 @@ parts = ...@@ -15,7 +15,6 @@ parts =
slaprunner-promise slaprunner-promise
slaprunner-frontend-promise slaprunner-frontend-promise
dropbear-promise dropbear-promise
private
shellinabox-promise shellinabox-promise
symlinks symlinks
shellinabox shellinabox
...@@ -490,7 +489,7 @@ context = ...@@ -490,7 +489,7 @@ context =
key instance_monitoring_url slaprunner:instance-monitor-url key instance_monitoring_url slaprunner:instance-monitor-url
key ipv4 slaprunner:ipv4 key ipv4 slaprunner:ipv4
key ipv6 slaprunner:ipv6 key ipv6 slaprunner:ipv6
raw knowledge0_file $${buildout:directory}/$${private:filename} raw knowledge0_file $${buildout:directory}/$${public:filename}
key log_dir slaprunner:log_dir key log_dir slaprunner:log_dir
key partition_amount slaprunner:partition-amount key partition_amount slaprunner:partition-amount
key private_key slaprunner:private_key key private_key slaprunner:private_key
...@@ -590,10 +589,6 @@ cert = $${slap-connection:cert-file} ...@@ -590,10 +589,6 @@ cert = $${slap-connection:cert-file}
[public] [public]
shell-password = $${shellinabox-code:passwd} shell-password = $${shellinabox-code:passwd}
[private]
recipe = slapos.cookbook:zeroknown.write
filename = knowledge0.cfg
recovery-code = $${recovery-code:passwd} recovery-code = $${recovery-code:passwd}
[zero-parameters] [zero-parameters]
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