Changes needed for vagrant in the ODL Priv Cloud
[releng/builder.git] / vagrant / baseline / README.md
1 baseline can be used for preparing basic test images. It's suitable for
2 use only as a verification that our baseline library script is working
3 as expected or for a very vanilla image.
4
5 This is controlled by the IMAGE environment variable
6
7 ex:
8
9 $ export RESEAL=true
10 $ IMAGE='CentOS 7' vagrant up --provider=openstack
11
12 If $RESEAL is not set then the system will not be cleaned up in
13 preparation for snapshotting. This is mostly useful for troubleshooting
14 a vagrant definition before you do your final creation and snapshot.