From 413f63bbe12db16f55ca7f4dd1c3663b8a112cae Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Fri, 31 Jul 2020 13:02:54 -0400 Subject: Set Jumpbox root's password Every OS has different root's passwords which complicates the throubleshooting process. This change sets the root password of the jumpbox to what's defined in the ROOT_PASSWORD env variable. Signed-off-by: Victor Morales Change-Id: I7b926f9500de9341a660b86ccb1c9eafbfaf6053 --- deploy.env | 1 + 1 file changed, 1 insertion(+) (limited to 'deploy.env') diff --git a/deploy.env b/deploy.env index 602dfd8..07d1bf3 100644 --- a/deploy.env +++ b/deploy.env @@ -10,3 +10,4 @@ export BRIDGE=pxebr export VM_NAME=$(yq r $CURRENTPATH/hw_config/$VENDOR/pdf.yaml jumphost.name) export USERNAME=ubuntu export PROJECT_ROOT="/home/ubuntu" +export ROOT_PASSWORD="root" # This is used for throubleshooting purposes -- cgit 1.2.3-korg