diff options
author | 2016-01-22 10:59:32 -0600 | |
---|---|---|
committer | 2016-01-22 10:59:32 -0600 | |
commit | 1294a4a4e1b53ce5942a91fe209813f490d20320 (patch) | |
tree | 5a65590b59ee45837e354792f5a2f60d744d3571 /ci/02-maasdeploy.sh | |
parent | feca5a3612c43c92652b838eec24565ffe14b2b8 (diff) |
modified to reflect the current user for virt install and ssh keys
Change-Id: If377a7cb2b6f03d491ca648b2da9c308c436421e
Diffstat (limited to 'ci/02-maasdeploy.sh')
-rwxr-xr-x | ci/02-maasdeploy.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index 8a22003a..42b5cac3 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -29,6 +29,10 @@ case "$1" in ;; esac +#just make sure the ssh keys added into maas for the current user +sed --i "s@/home/ubuntu@$HOME@g" ./deployment.yaml +sed --i "s@qemu+ssh://ubuntu@qemu+ssh://$USER@g" ./deployment.yaml + #make sure no password asked during the deployment. echo "$USER ALL=(ALL) NOPASSWD:ALL" > 90-joid-init |