diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-08-04 21:28:48 -0500 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-08-08 07:26:20 +0000 |
commit | 002bc8376f2fde944da4aacaa1e0e9a124f9ce01 (patch) | |
tree | 1d78f131c718ad598060dbc6439b7d851faaa069 /jjb/joid/joid-deploy.sh | |
parent | 749bcf1e2c0f5eea3acb43f49033d333257714ae (diff) |
rename the maas installation script.
Change-Id: I0296579255492f68782216d0f4ae5fc7682f2109
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'jjb/joid/joid-deploy.sh')
-rw-r--r-- | jjb/joid/joid-deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/joid/joid-deploy.sh b/jjb/joid/joid-deploy.sh index 4b8e3ffda..da3676e28 100644 --- a/jjb/joid/joid-deploy.sh +++ b/jjb/joid/joid-deploy.sh @@ -83,7 +83,7 @@ else sed -i -- "s/user: ubuntu/user: $MAAS_USER/" $MAASCONFIG sed -i -- "s/password: ubuntu/password: $MAAS_PASSWORD/" $MAASCONFIG echo "------ Redeploy MAAS ------" - ./02-maasdeploy.sh $POD_NAME + ./00-maasdeploy.sh $POD_NAME exit_on_error $? "MAAS Deploy FAILED" fi |