Minor fixes and enhancements in local-build.sh 13/11013/10
authorDavid Garcia <david.garcia@canonical.com>
Wed, 16 Jun 2021 08:37:34 +0000 (10:37 +0200)
committerbeierlm <mark.beierl@canonical.com>
Mon, 13 Sep 2021 16:53:28 +0000 (18:53 +0200)
commitf0014df1d65e8a1de6cd784f690c31ca34f63047
tree686979a6c8827643ec27d69171d14e9cb52dc55f
parent6e2e007ee79ce5e3b8059ddec10916cba298c57f
Minor fixes and enhancements in local-build.sh

- Typo in the --help: --install-local-regitstry --> --install-local-registry
- Fix conditional. When VIM_AUTH_URL does not exist, the script was
showing this error message: "bash: [: too many arguments"
- Change from xip.io to nip.io
- Parameterize the osm/tests image tag. This allows to use the published
osm/tests image without needing to execute the stage-3 command
- Add print_section function: Cleaner way of printing section
information
- Add --vim-vca option. Allows to attach an existing VCA (registered in
OSM) to be used by the VIM account.

Change-Id: I2c1375e031f042f505f126586c0e819c21e1dd4c
Signed-off-by: David Garcia <david.garcia@canonical.com>
tools/local-build.sh