Commit 8c400530 authored by Nicolas Wavrant's avatar Nicolas Wavrant

resilient: ssh client keys should be upgraded too

parent be619574
...@@ -66,7 +66,7 @@ mode = 0644 ...@@ -66,7 +66,7 @@ mode = 0644
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-pull-backup.cfg.in url = ${:_profile_base_location_}/instance-pull-backup.cfg.in
output = ${buildout:directory}/instance-pull-backup.cfg output = ${buildout:directory}/instance-pull-backup.cfg
md5sum = 098a9c266fe7256455f079af112f9149 md5sum = 683d178a7ebb60b949d638120dce19ca
mode = 0644 mode = 0644
[template-replicated] [template-replicated]
......
...@@ -6,7 +6,7 @@ parts = ...@@ -6,7 +6,7 @@ parts =
logrotate logrotate
cron cron
cron-entry-logrotate cron-entry-logrotate
sshkeys-authority pbs-sshkeys-authority
sshkeys-openssh sshkeys-openssh
backup-transfer-integrity-promise backup-transfer-integrity-promise
resilient-genstatrss-wrapper resilient-genstatrss-wrapper
...@@ -212,15 +212,15 @@ recipe = slapos.cookbook:mkdirectory ...@@ -212,15 +212,15 @@ recipe = slapos.cookbook:mkdirectory
requests = $${directory:sshkeys}/requests requests = $${directory:sshkeys}/requests
keys = $${directory:sshkeys}/keys keys = $${directory:sshkeys}/keys
[sshkeys-authority] [pbs-sshkeys-authority]
recipe = slapos.cookbook:sshkeys_authority recipe = slapos.cookbook:sshkeys_authority
request-directory = $${sshkeys-directory:requests} request-directory = $${sshkeys-directory:requests}
keys-directory = $${sshkeys-directory:keys} keys-directory = $${sshkeys-directory:keys}
wrapper = $${basedirectory:services}/sshkeys_authority wrapper = $${basedirectory:services}/pbs_sshkeys_authority
keygen-binary = ${openssh:location}/bin/ssh-keygen keygen-binary = ${openssh:location}/bin/ssh-keygen
[sshkeys-openssh] [sshkeys-openssh]
<= sshkeys-authority <= pbs-sshkeys-authority
recipe = slapos.cookbook:sshkeys_authority.request recipe = slapos.cookbook:sshkeys_authority.request
name = pbs-client name = pbs-client
type = rsa type = rsa
......
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