[lib.sh] Split into multiple files for readability 57/62857/3
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Sat, 22 Sep 2018 16:29:31 +0000 (18:29 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 24 Sep 2018 16:24:43 +0000 (18:24 +0200)
commite49ffac10dc059b9133586ae4991446f5a5915de
treeba944b5a3dfdfd1562620f26671af6185ae8a9af
parentd7bf560e12151853c3121ba39ad9bf6bd47befcf
[lib.sh] Split into multiple files for readability

lib.sh got pretty big over time, making it hard to maintain.
Since most of the functions defined now in lib.sh are only required
during build/deploy and not in state files, move them to a new file.

While at it, prepare for running build/deploy as non-root and
set a default connection string for virsh instead of using
user specific config in ~/.config/libvirt/libvirt.conf, which
caused end user experience issues in the past.

Change-Id: Id8c2a8139e4bfdb99af2b0fad73b911ffa18ebea
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
ci/build.sh
ci/deploy.sh
mcp/scripts/globals.sh
mcp/scripts/lib.sh
mcp/scripts/lib_jump_common.sh [new file with mode: 0644]
mcp/scripts/lib_jump_deploy.sh [new file with mode: 0644]