summaryrefslogtreecommitdiffstats
path: root/create_node.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-07-07 13:04:23 +1000
committerAndrew Tridgell <tridge@samba.org>2008-07-07 13:04:23 +1000
commit74ae0bdefd6773fa329cd900767c4af08392a726 (patch)
tree18613521cc297f3be81ac7323cfa13234c5a213a /create_node.sh
parent280fb9dca93f4524f97df9521de4ee1061d34a1a (diff)
fixed network numbers
Diffstat (limited to 'create_node.sh')
-rwxr-xr-xcreate_node.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/create_node.sh b/create_node.sh
index 01c596e..10db1e8 100755
--- a/create_node.sh
+++ b/create_node.sh
@@ -84,12 +84,12 @@ cat<<EOF > tmp/$NAME.xml
<interface type='network'>
<mac address='`get_macaddr $CLUSTER $NODENUMBER 2`'/>
<model type='e1000'/>
- <source network='net1'/>
+ <source network='net2'/>
</interface>
<interface type='network'>
<mac address='`get_macaddr $CLUSTER $NODENUMBER 3`'/>
<model type='e1000'/>
- <source network='net1'/>
+ <source network='net3'/>
</interface>
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='-1' listen='127.0.0.1'/>