diff options
author | Yolanda Robla Mota <yroblamo@redhat.com> | 2016-10-13 09:53:59 +0200 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-08-11 12:56:12 -0700 |
commit | 0a45634668e53dfeae2d9dc4ca76366c0249bfe2 (patch) | |
tree | a7b4d8f27e808bc9bfd4b721733fe7548fe91f78 /puppet-infracloud/manifests | |
parent | 8e2a0bd62617a6a29fa3394c516278005f1b009d (diff) |
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 <yroblamo@redhat.com>
Diffstat (limited to 'puppet-infracloud/manifests')
-rw-r--r-- | puppet-infracloud/manifests/site.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet-infracloud/manifests/site.pp b/puppet-infracloud/manifests/site.pp index f09bfe2e..8cbfef8c 100644 --- a/puppet-infracloud/manifests/site.pp +++ b/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'), } } |