Skip to content

Commit

Permalink
Apex: Only use admin network for snapshot create
Browse files Browse the repository at this point in the history
CSIT only uses admin network, so only collect that virsh def.

Change-Id: I2bce08f004ca673cc8a9ecffd09e44f45b04eb76
Signed-off-by: Tim Rozet <[email protected]>
  • Loading branch information
trozet committed Jun 1, 2018
1 parent ade2339 commit d578ee3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jjb/apex/apex-snapshot-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ for node in $nodes; do
done

# copy virsh net definitions
for net in admin api external storage tenant; do
sudo virsh net-dumpxml ${net} > ${net}.xml
done
sudo virsh net-dumpxml admin > admin.xml

sudo chown jenkins-ci:jenkins-ci *

Expand Down

0 comments on commit d578ee3

Please sign in to comment.