Document the process of re-spinning an image 76/1176/16
authorC.J. Collier <cjcollier@linuxfoundation.org>
Tue, 17 May 2016 19:03:02 +0000 (12:03 -0700)
committerC.J. Collier <cjcollier@linuxfoundation.org>
Fri, 20 May 2016 00:44:54 +0000 (00:44 +0000)
commit2aa973ce201fdeb5d385708ae243ab14d3bcefb7
tree469321109e1b0b1635f915576279715f5b7a7685
parentaf6a29cc42a369863f324e675cbaf1cb9aaa32da
Document the process of re-spinning an image

* Document the process of respinning jcloud images in README.txt
* Create /scripts/respin-jcloud-images.sh
* Create /vagrant/lib/respin-functions.sh
* Automate the process of fetching latest base images
* Automate the process of creating new "LF upload" snapshots
* Automate process of creating jcloud image
- Boot fresh VM
- run bootstrap.sh
- run system_reseal.sh
- snapshot re-sealed system
* Unable to automate updating jcloud image regex for staging nodes
* Correct shasum to sha1sum
* Add cloud-initramfs-* to PACKAGES list
* Install cloud-init during system reseal

Change-Id: Ie70d5f1fdee0e9f06810da6f37bfc710e3e06b8e
Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
jjb/vpp/include-raw-vpp-build.sh
scripts/respin-jcloud-images.sh [new file with mode: 0755]
vagrant/basebuild/README.txt [new file with mode: 0644]
vagrant/basebuild/Vagrantfile
vagrant/basebuild/bootstrap.sh
vagrant/lib/bootstrap-functions.sh
vagrant/lib/respin-functions.sh [new file with mode: 0644]
vagrant/lib/system_reseal.sh