Skip to content

Commit

Permalink
interface-reconfigure: exclude VLANs when setting up test environment
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
  • Loading branch information
Ian Campbell committed Jul 8, 2010
1 parent b194f7a commit c5781d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/interface-reconfigure-test-setup
Expand Up @@ -4,8 +4,8 @@ set -e

. /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")
Expand Down

0 comments on commit c5781d0

Please sign in to comment.