diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/02-maasdeploy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index 3a000a9c..9536eaa3 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -49,6 +49,8 @@ juju init -f cat $HOME/.ssh/id_rsa.pub >> $HOME/.ssh/authorized_keys sudo maas-deployer -c deployment.yaml -d --force +sudo chown $USER:$USER environments.yaml + echo "... Deployment of maas finish ...." maas_ip=`grep " ip_address" deployment.yaml | cut -d " " -f 10` |