summaryrefslogtreecommitdiffstats
path: root/functions.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-07-31Drop VM_IP environment variableVictor Morales1-9/+6
It's not necessary to declare this variable because the IP address of the jumpbox can retrieved calling the get_vm_ip function. Signed-off-by: Victor Morales <v.morales@samsung.com> Change-Id: I92f29a70ea1924eb105d66781d9d313427e2d1f0
2020-07-29Initial structure for e2e deployment scriptingRihab Banday1-0/+110
This patch includes the initial skeleton of the e2e deployment tooling. This is expected to evolve as further development progresses. Change-Id: Ie1e334e672acb2213e8f6c2174506b685f826f98 Signed-off-by: Rihab Banday <rihab.banday@ericsson.com>