k8s: Remove hardcoded password for 'vagrant' user 01/92101/1
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Fri, 26 Jul 2019 11:40:23 +0000 (13:40 +0200)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Fri, 26 Jul 2019 11:54:18 +0000 (13:54 +0200)
commit9cf6f59f7a8993b1dd9402d6e96d863196b29b0a
tree7afdf08a2cb8473039b4b1e1b5407ca42dfb1d58
parent34e5932d0db1d3aeeed962df176d3b635018e641
k8s: Remove hardcoded password for 'vagrant' user

Password for 'vagrant' user is now passed through exported environmental
variable.

This patch also:

* removes the assumption of having 'vagrant' user on cluster nodes (for
  future scripts reuse),
* removes mixed string interpolation and passing shell variables,
* replaces '~' with '$HOME' for proper substitiution.

Issue-ID: SECCOM-235
Change-Id: Id9e7b6acccd902de4c414cd8a0f095ac135fee5a
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
test/security/k8s/vagrant/dublin/Vagrantfile