summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-01-05 23:58:18 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2016-01-05 23:58:18 -0600
commit0f3d32d18d3c04d29791ced79c4de4a2fa408471 (patch)
treeac33b007ad396e311f080ec4e37b7c7c7e3bae0e /ci/deploy.sh
parentb0a629e43b420f31d958d60c0af23e2e12ce6c4e (diff)
JIRA: JOID-38 added eth1 to compute VMs as well on request of onos
team. Change-Id: Ic383068458a482b88f3daa7bebbdee8feac09e0f
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 28ac1b13..70be7a8f 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -71,7 +71,7 @@ createresource() {
sudo virt-install --connect qemu:///system --name node4-control --ram 8192 --vcpus 4 --disk size=120,format=qcow2,bus=virtio,io=native,pool=default --network bridge=virbr0,model=virtio --network bridge=virbr0,model=virtio --boot network,hd,menu=off --noautoconsole --vnc --print-xml | tee node4-control
- sudo virt-install --connect qemu:///system --name node5-compute --ram 8192 --vcpus 4 --disk size=120,format=qcow2,bus=virtio,io=native,pool=default --network bridge=virbr0,model=virtio --boot network,hd,menu=off --noautoconsole --vnc --print-xml | tee node5-compute
+ sudo virt-install --connect qemu:///system --name node5-compute --ram 8192 --vcpus 4 --disk size=120,format=qcow2,bus=virtio,io=native,pool=default --network bridge=virbr0,model=virtio --network bridge=virbr0,model=virtio --boot network,hd,menu=off --noautoconsole --vnc --print-xml | tee node5-compute
node3controlmac=`grep "mac address" node3-control | head -1 | cut -d "'" -f 2`
node4controlmac=`grep "mac address" node4-control | head -1 | cut -d "'" -f 2`