From 05f24781ddff8cc1ea9ad64634438415295f6023 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 8 Sep 2016 13:39:54 -0500 Subject: modified to backup and restore deployment.yaml Change-Id: Id19a574024172fc9b50b9016361cc465e0088bd7 Signed-off-by: Narinder Gupta (cherry picked from commit 2ead372983bbb1fb9f258c638d1d559a4f28c53f) --- ci/00-maasdeploy.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ci/00-maasdeploy.sh') diff --git a/ci/00-maasdeploy.sh b/ci/00-maasdeploy.sh index 0dfff050..e3490c2f 100755 --- a/ci/00-maasdeploy.sh +++ b/ci/00-maasdeploy.sh @@ -158,6 +158,10 @@ if [ -e ./deployconfig.yaml ]; then cp ./labconfig.yaml ~/.juju/ fi +if [ -e ./deployment.yaml ]; then + cp ./deployment.yaml ~/.juju/ +fi + # # MAAS Customization # -- cgit 1.2.3-korg