From 943f505a13e1784f40963733e1d242558e97772f Mon Sep 17 00:00:00 2001 From: Sergey Murashov Date: Wed, 22 Jan 2014 16:01:04 +0400 Subject: [PATCH] Add fix in deployment scripts Change-Id: I8b0dcd12946b7810045238ec8dae2ca2b596e982 --- infra/deploy_component_new.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infra/deploy_component_new.sh b/infra/deploy_component_new.sh index 0f5f743..5639c64 100644 --- a/infra/deploy_component_new.sh +++ b/infra/deploy_component_new.sh @@ -50,6 +50,8 @@ expect "@murano" send -- "chmod +x ./setupV2.sh ; ./setupV2.sh install > new.log\n" expect "@murano" +send -- "chmod +x setup.sh ; ./setup.sh install > old.log\n" +expect "@murano" send -- "sed -i \"s/\\\"BootFromVolume\\\": true,//\" /etc/murano-conductor/data/templates/cf/Linux.template\n" expect "@murano"