From 0745854cbec7f732f408d8ec552cbe0e4e0f29fc Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 1 Dec 2015 22:27:16 -0600 Subject: modified to install openssh-server in case not installed. Also there were typo in virpod1 data. Change-Id: I2e2d4457fbea9f80e10a3f57b1155deeb8bfb316 --- ci/odl/01-deploybundle.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/odl') diff --git a/ci/odl/01-deploybundle.sh b/ci/odl/01-deploybundle.sh index 15ff77b1..a5ab1613 100755 --- a/ci/odl/01-deploybundle.sh +++ b/ci/odl/01-deploybundle.sh @@ -59,8 +59,8 @@ case "$3" in 'attvirpod1' ) cp maas/att/virpod1/interfaces.host trusty/ubuntu-nodes-controller/network/interfaces.host cp maas/att/virpod1/interfaces.host trusty/ubuntu-nodes-compute/network/interfaces.host - cp maas/att/airpod1/lxc-add-more-interfaces trusty/ubuntu-nodes-controller/lxc/add-more-interfaces - cp maas/att/airpod1/lxc-add-more-interfaces trusty/ubuntu-nodes-compute/lxc/add-more-interfaces + cp maas/att/virpod1/lxc-add-more-interfaces trusty/ubuntu-nodes-controller/lxc/add-more-interfaces + cp maas/att/virpod1/lxc-add-more-interfaces trusty/ubuntu-nodes-compute/lxc/add-more-interfaces # As per your lab vip address list be deafult uses 10.4.1.11 - 10.4.1.20 sed -i -- 's/10.4.1.1/192.168.1.1/g' ./bundles.yaml # Choose the external port to go out from gateway to use. -- cgit 1.2.3-korg