~thedac/ubuntu-openstack-ci/lp1728680

« back to all changes in this revision

Viewing changes to deploy/post-deploy/101-ssh-imports.sh

[1chb1n, r=admcleod] Refactor OSCI for SS8 and Juju2 redeploy

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash -ex
 
2
echo $0
 
3
. config/env-common
 
4
 
 
5
ssh_import="1chb1n james-page admcleod thedac vds"
 
6
 
 
7
juju run --all "sudo -H -u jenkins bash -c 'ssh-import-id ${ssh_import}'"
 
8
juju run --all "sudo -H -u ubuntu bash -c 'ssh-import-id ${ssh_import}'"
 
9