From d63f512369488dfcf4586457b1a86061662389cb Mon Sep 17 00:00:00 2001 From: Yolanda Robla Mota Date: Thu, 13 Oct 2016 09:53:59 +0200 Subject: Add console password to images It is useful to have a user/pass to login from console. Change-Id: I10ca00e80c07f3506710dc3133baf8012f7856ae Signed-Off-By: Yolanda Robla --- prototypes/puppet-infracloud/manifests/site.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'prototypes/puppet-infracloud/manifests') diff --git a/prototypes/puppet-infracloud/manifests/site.pp b/prototypes/puppet-infracloud/manifests/site.pp index f09bfe2e9..8cbfef8c7 100644 --- a/prototypes/puppet-infracloud/manifests/site.pp +++ b/prototypes/puppet-infracloud/manifests/site.pp @@ -96,5 +96,6 @@ node 'baremetal.opnfvlocal', 'lfpod5-jumpserver' { ipv4_nameserver => hiera('ipv4_nameserver'), ipv4_subnet_mask => hiera('ipv4_subnet_mask'), bridge_name => hiera('bridge_name'), + dib_dev_user_password => hiera('dib_dev_user_password'), } } -- cgit 1.2.3-korg