[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-API] [PATCH] interface-reconfigure: exclude VLANs when setting up test environment



# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1278595369 -3600
# Node ID 32eb41c6f7f803bf49e80ffa9ab4cc0b50f5fc27
# Parent  3621b0b2c6a188da475351abd43a73196ef809f9
interface-reconfigure: exclude VLANs when setting up test environment

Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

diff -r 3621b0b2c6a1 -r 32eb41c6f7f8 scripts/interface-reconfigure-test-setup
--- a/scripts/interface-reconfigure-test-setup  Thu Jul 08 13:02:16 2010 +0100
+++ b/scripts/interface-reconfigure-test-setup  Thu Jul 08 14:22:49 2010 +0100
@@ -4,8 +4,8 @@
 
 . /etc/xensource-inventory
 
-names=$(xe pif-list host-uuid="$INSTALLATION_UUID" management=false 
params=device --minimal | sed -e 's/,/+/g')
-pifs=$(xe pif-list host-uuid="$INSTALLATION_UUID" management=false --minimal)
+names=$(xe pif-list host-uuid="$INSTALLATION_UUID" management=false 
params=device VLAN=-1 --minimal | sed -e 's/,/+/g')
+pifs=$(xe pif-list host-uuid="$INSTALLATION_UUID" management=false VLAN=-1 
--minimal)
 
 echo "Creating network associated with $names"
 BOND_NET=$(xe network-create name-label="Pool-wide network associated with 
$names")
 scripts/interface-reconfigure-test-setup |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Attachment: interface-reconfigure-test-exclude-vlans-from-setup.patch
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.