build-image.sh is now taking parameters: -i -g 59/72159/2
authorLuc Provoost <luc.provoost@intel.com>
Mon, 15 Mar 2021 19:49:40 +0000 (20:49 +0100)
committerLuc Provoost <luc.provoost@intel.com>
Tue, 16 Mar 2021 18:01:17 +0000 (19:01 +0100)
commitd6dbd2b75d78d40e47d5a63fa5c5dd0d54a91307
tree00ae2dfc5017add97cf9b1c5a06e5764c24be538
parentc8b5dd5aa379c9b8fd60a66be16351f62e5e5ebb
build-image.sh is now taking parameters: -i -g

The -i option is now specifying the appendix for the the image name. The
name of the image will be rapid-<appendix>.qcow2. The -i option could then
be used to specify 'latest' or 'stable'.
The -g option specifies the google storage url where the qcow2 will be
stored.
The -v option is still existing in case we want to only verify the qcow2
image creation process.
An example:
buils-image.sh -g artifacts.opnfv.org/samplevnf/images -i latest -v

Change-Id: Ie07a89eff029f4e9fd3e1f2ebff1eaea05c580a6
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
rapidvm/dib/build-image.sh